Searched defs:is_address (Results 1 - 4 of 4) sorted by relevance

/openjdk9/hotspot/src/share/vm/shark/
H A DsharkValue.cpp114 bool SharkValue::is_address() const { function in class:SharkValue
136 bool SharkAddressValue::is_address() const { function in class:SharkAddressValue
/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_ValueType.hpp136 bool is_address() { return as_AddressType() != NULL; } function in class:ValueType
H A Dc1_LIR.hpp91 LIR_Const(jint i, bool is_address=false) { _value.set_type(is_address?T_ADDRESS:T_INT); _value.set_jint(i); } argument
366 bool is_address() const { return is_pointer() && pointer()->as_address() != NULL; } function in class:LIR_OprDesc
/openjdk9/hotspot/src/share/vm/oops/
H A DgenerateOopMap.hpp197 bool is_address() const { return ((_state & bits_mask) == addr_bit); } function in class:VALUE_OBJ_CLASS_SPEC

Completed in 130 milliseconds