Searched defs:is_double (Results 1 - 13 of 13) sorted by relevance

/openjdk10/hotspot/src/share/vm/utilities/
H A DconstantTag.hpp62 bool is_double() const { return _tag == JVM_CONSTANT_Double; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk10/hotspot/src/cpu/s390/vm/
H A DmacroAssembler_s390.cpp268 void MacroAssembler::freg2mem_opt(FloatRegister reg, const Address &a, bool is_double) { argument
321 void MacroAssembler::mem2freg_opt(FloatRegister reg, const Address &a, bool is_double) { argument
379 int MacroAssembler::reg2mem_opt(Register reg, const Address &a, bool is_double) { argument
428 void MacroAssembler::mem2reg_opt(Register reg, const Address &a, bool is_double) { argument
/openjdk10/hotspot/src/share/vm/shark/
H A DsharkBlock.cpp1133 void SharkBlock::do_fcmp(bool is_double, bool unordered_is_greater) { argument
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_ValueType.hpp129 bool is_double() { return tag() == doubleTag; } function in class:ValueType
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DstubGenerator_aarch64.cpp321 Label is_long, is_float, is_double, exit; local
/openjdk10/hotspot/src/share/vm/classfile/
H A DverificationType.hpp184 bool is_double() const { return (_u._data == Double); } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk10/hotspot/src/share/vm/oops/
H A DcpCache.hpp361 bool is_double() const { return flag_state() == dtos; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk10/hotspot/src/share/vm/runtime/
H A Dglobals.cpp295 bool Flag::is_double() const { function in class:Flag
/openjdk10/hotspot/src/share/vm/ci/
H A DciTypeFlow.hpp285 bool is_double(ciType* type) const { function in class:ciTypeFlow::StateVector
/openjdk10/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp607 bool is_double = (code == Bytecodes::_i2d); local
640 bool is_double = (code == Bytecodes::_f2d); local
H A DstubGenerator_sparc.cpp245 Label is_long, is_float, is_double, is_object, exit; local
/openjdk10/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_32.cpp254 Label is_long, is_float, is_double, exit; local
H A DstubGenerator_x86_64.cpp336 Label is_long, is_float, is_double, exit; local

Completed in 318 milliseconds