Searched defs:exact_type (Results 1 - 3 of 3) sorted by relevance

/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_ValueType.cpp89 ciType* ObjectConstant::exact_type() const { function in class:ObjectConstant
93 ciType* ArrayConstant::exact_type() const { function in class:ArrayConstant
97 ciType* InstanceConstant::exact_type() const { function in class:InstanceConstant
101 ciType* ClassConstant::exact_type() const { function in class:ClassConstant
H A Dc1_ValueType.hpp317 virtual ciType* exact_type() const { return NULL; } function in class:ObjectType
H A Dc1_Instruction.cpp107 ciType* Instruction::exact_type() const { function in class:Instruction
166 ciType* Constant::exact_type() const { function in class:Constant
173 ciType* LoadIndexed::exact_type() const { function in class:LoadIndexed
206 ciType* NewTypeArray::exact_type() const { function in class:NewTypeArray
210 ciType* NewObjectArray::exact_type() const { function in class:NewObjectArray
218 ciType* NewInstance::exact_type() cons function in class:NewInstance
[all...]

Completed in 52 milliseconds