Searched defs:is_long (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A DconstantTag.hpp61 bool is_long() const { return _tag == JVM_CONSTANT_Long; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkBlock.cpp948 void SharkBlock::do_div_or_rem(bool is_long, bool is_rem) { argument
955 if (is_long) {
982 if (is_long)
1002 if (is_long)
1009 if (is_long)
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueType.hpp119 bool is_long() { return tag() == longTag; } function in class:ValueType
/openjdk7/hotspot/src/share/vm/classfile/
H A DverificationType.hpp181 bool is_long() const { return (_u._data == Long); } function in class:VALUE_OBJ_CLASS_SPEC
237 return VerificationType(is_long() ? Long_2nd : Double_2nd);
/openjdk7/hotspot/src/share/vm/oops/
H A DcpCacheOop.hpp329 bool is_long() const { return flag_state() == ltos; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DstubGenerator_sparc.cpp268 Label is_long, is_float, is_double, is_object, exit; local
272 __ delayed()->cmp(type, T_LONG); __ br(Assembler::equal, false, Assembler::pn, is_long);
294 __ BIND(is_long);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_32.cpp274 Label is_long, is_float, is_double, exit; local
277 __ jcc(Assembler::equal, is_long);
309 __ BIND(is_long);
H A DstubGenerator_x86_64.cpp347 Label is_long, is_float, is_double, exit; local
350 __ jcc(Assembler::equal, is_long);
352 __ jcc(Assembler::equal, is_long);
409 __ BIND(is_long);

Completed in 81 milliseconds