Searched defs:value_type (Results 1 - 17 of 17) sorted by relevance

/openjdk10/hotspot/src/share/vm/metaprogramming/
H A DintegralConstant.hpp48 typedef T value_type; typedef in struct:IntegralConstant
/openjdk10/jdk/src/java.base/windows/native/libjava/
H A DTimeZone_md.c429 static char *matchJavaTZ(const char *java_home_dir, int value_type, char *tzName, argument
/openjdk10/hotspot/src/share/vm/opto/
H A Darraycopynode.cpp536 const Type* value_type local
217 prepare_array_copy(PhaseGVN *phase, bool can_reshape, Node*& adr_src, Node*& base_src, Node*& adr_dest, Node*& base_dest, BasicType& copy_type, const Type*& value_type, bool& disjoint_bases) argument
345 array_copy_forward(PhaseGVN *phase, bool can_reshape, Node* forward_ctl, Node* start_mem_src, Node* start_mem_dest, const TypePtr* atp_src, const TypePtr* atp_dest, Node* adr_src, Node* base_src, Node* adr_dest, Node* base_dest, BasicType copy_type, const Type* value_type, int count) argument
387 array_copy_backward(PhaseGVN *phase, bool can_reshape, Node* backward_ctl, Node* start_mem_src, Node* start_mem_dest, const TypePtr* atp_src, const TypePtr* atp_dest, Node* adr_src, Node* base_src, Node* adr_dest, Node* base_dest, BasicType copy_type, const Type* value_type, int count) argument
[all...]
H A Dmacro.cpp1256 Node* PhaseMacroExpand::make_load(Node* ctl, Node* mem, Node* base, int offset, const Type* value_type, BasicType bt) { argument
H A DgraphKit.cpp4378 const TypeAryPtr* value_type = TypeAryPtr::make(TypePtr::NotNull, local
H A Dlibrary_call.cpp2433 const Type *value_type = Type::get_const_basic_type(type); local
2827 const Type *value_type = Type::get_const_basic_type(type); local
[all...]
/openjdk10/test/fmw/gtest/include/gtest/internal/
H A Dgtest-param-util.h101 typedef T value_type; typedef in class:testing::internal::ParamIterator
H A Dgtest-internal.h967 typedef Element value_type; typedef in class:testing::internal::NativeArray
H A Dgtest-port.h1629 typedef typename Iterator::value_type value_type; typedef in struct:testing::internal::IteratorTraits
1634 typedef T value_type; typedef in struct:testing::internal::IteratorTraits
1639 typedef T value_type; typedef in struct:testing::internal::IteratorTraits
/openjdk10/hotspot/src/share/vm/runtime/
H A Dreflection.cpp261 void Reflection::array_set(jvalue* value, arrayOop a, int index, BasicType value_type, TRAPS) { argument
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_LIR.cpp47 LIR_Opr LIR_OprFact::value_type(ValueType* type) { function in class:LIR_OprFact
H A Dc1_LIR.hpp341 ValueType* value_type() const { return as_ValueType(type()); } function in class:LIR_OprDesc
/openjdk10/jdk/src/java.desktop/unix/native/libawt_xawt/awt/
H A Dgtk2_interface.h144 GType value_type; member in struct:__anon1207
H A Dgtk3_interface.h237 GType value_type; member in struct:__anon1239
/openjdk10/hotspot/src/share/vm/prims/
H A Djvm.cpp3449 BasicType value_type; variable
3464 BasicType value_type = (BasicType) vCode; variable
H A DjvmtiTagMap.cpp1026 static inline void copy_to_jvalue(jvalue *v, address addr, jvmtiPrimitiveType value_type) { argument
1158 jvmtiPrimitiveType value_type = (jvmtiPrimitiveType)type; local
1211 jvmtiPrimitiveType value_type = (jvmtiPrimitiveType)type; local
2376 jvmtiPrimitiveType value_type = (jvmtiPrimitiveType)type; local
[all...]
/openjdk10/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp768 BasicType value_type = java_lang_boxing_object::get_value(patch(), &value); local
942 const constantTag value_type = cp->tag_at(constantvalue_index); local

Completed in 409 milliseconds