Searched defs:is_long (Results 1 - 8 of 8) sorted by relevance
/openjdk7/hotspot/src/share/vm/utilities/ |
H A D | constantTag.hpp | 61 bool is_long() const { return _tag == JVM_CONSTANT_Long; } function in class:VALUE_OBJ_CLASS_SPEC
|
/openjdk7/hotspot/src/share/vm/shark/ |
H A D | sharkBlock.cpp | 948 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 D | c1_ValueType.hpp | 119 bool is_long() { return tag() == longTag; } function in class:ValueType
|
/openjdk7/hotspot/src/share/vm/classfile/ |
H A D | verificationType.hpp | 181 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 D | cpCacheOop.hpp | 329 bool is_long() const { return flag_state() == ltos; } function in class:VALUE_OBJ_CLASS_SPEC
|
/openjdk7/hotspot/src/cpu/sparc/vm/ |
H A D | stubGenerator_sparc.cpp | 268 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 D | stubGenerator_x86_32.cpp | 274 Label is_long, is_float, is_double, exit; local 277 __ jcc(Assembler::equal, is_long); 309 __ BIND(is_long);
|
H A D | stubGenerator_x86_64.cpp | 347 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