Searched defs:set_type (Results 1 - 12 of 12) sorted by relevance

/openjdk10/hotspot/src/share/vm/gc/shared/
H A DgcTrace.hpp107 void set_type(G1YCType type) { function in class:VALUE_OBJ_CLASS_SPEC
H A DgcTimer.hpp72 void set_type(PhaseType type) { _type = type; } function in class:GCPhase
/openjdk10/hotspot/src/share/vm/classfile/
H A DcompactHashtable.hpp256 void set_type(CompactHashtableType type) { function in class:CompactHashtable
H A DstackMapTableFormat.hpp369 void set_type(verification_type_info* vti) { function in class:same_locals_1_stack_item_frame
442 void set_type(verification_type_info* vti) { function in class:same_locals_1_stack_item_extended
H A DjavaClasses.cpp2676 void java_lang_reflect_Field::set_type(oop field, oop value) { function in class:java_lang_reflect_Field
3160 void java_lang_invoke_MethodHandle::set_type(oop mh, oop mtype) { function in class:java_lang_invoke_MethodHandle
3201 void java_lang_invoke_MemberName::set_type(oop mname, oop type) { function in class:java_lang_invoke_MemberName
/openjdk10/hotspot/src/share/vm/code/
H A DrelocInfo.cpp84 void relocInfo::set_type(relocType t) { function in class:relocInfo
/openjdk10/hotspot/src/share/vm/opto/
H A DphaseX.hpp227 void set_type(const Node* n, const Type *t) { function in class:NodeHash::PhaseTransform
H A Dmemnode.hpp241 void set_type(const Type* t) { function in class:LoadNode
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp313 void set_type(ValueType* type) { function in class:Instruction
H A Dc1_LinearScan.hpp547 void set_type(BasicType type) { assert(_reg_num < LIR_OprDesc::vreg_base || _type == T_ILLEGAL || _type == type, "overwriting existing type"); _type = type; } function in class:Interval
/openjdk10/hotspot/src/share/vm/oops/
H A DmethodData.hpp923 void set_type(int i, intptr_t k) { function in class:TypeStackSlotEntries
967 void set_type(intptr_t k) { function in class:ReturnTypeEntry
/openjdk10/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp726 void set_type(BasicType t) { _type = t; } function in class:JavaValue

Completed in 238 milliseconds