Searched refs:is_address (Results 1 - 14 of 14) sorted by relevance

/openjdk7/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
H A DsharkValue.hpp83 virtual bool is_address() const;
305 bool is_address() const;
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_FrameMap.cpp97 if (opr->is_address()) {
149 if (opr->is_address()) {
190 if (opr->is_address()) {
333 } else if (opr->is_address()) {
H A Dc1_LIRAssembler.cpp700 assert(op->in_opr1()->is_address() || op->in_opr2()->is_address(),
804 } else if (dest->is_address()) {
826 } else if (dest->is_address()) {
833 } else if (src->is_address()) {
H A Dc1_ValueType.hpp126 bool is_address() { return as_AddressType() != NULL; } function in class:ValueType
H A Dc1_CodeStubs.hpp537 assert(_addr->is_address(), "should be the address of the field");
H A Dc1_LIRGenerator.cpp1499 if (!addr_opr->is_address()) {
1533 if (addr->is_address()) {
1585 if (addr->is_address()) {
2693 assert(loc->is_address(), "just checking");
H A Dc1_LIR.hpp97 LIR_Const(jint i, bool is_address=false) { _value.set_type(is_address?T_ADDRESS:T_INT); _value.set_jint(i); } argument
360 bool is_address() const { return is_pointer() && pointer()->as_address() != NULL; } function in class:LIR_OprDesc
H A Dc1_LinearScan.cpp6531 } else if (res->is_address()) {
6542 } else if (in->is_address()) {
H A Dc1_GraphBuilder.cpp927 if (x->type()->is_address()) {
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.hpp198 bool is_address() const { return ((_state & bits_mask) == addr_bit); } function in class:VALUE_OBJ_CLASS_SPEC
216 bool is_good_address() const { return is_address() && !is_info_top(); }
H A DgenerateOopMap.cpp815 assert(cts.is_reference() || cts.is_value() || cts.is_address(),
1879 if (!r_or_p.is_address() && !r_or_p.is_reference()) {
2513 if (_stack_top > 0 && stack()[_stack_top-1].is_address()) {
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp760 assert(dest->is_address(), "should not call otherwise");
1175 assert(src->is_address(), "should not call otherwise");
2311 } else if (left->is_single_stack() || left->is_address()) {
2317 } else if (left->is_address()) {
2679 } else if (opr2->is_address()) {
2728 } else if (opr2->is_address()) {
2749 } else if (opr2->is_address()) {
2764 } else if (opr1->is_address() && opr2->is_constant()) {
3648 assert(addr->is_address() && dest->is_register(), "check");
3683 } else if (dest->is_address()) {
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp104 if (dst->is_address() && !dst->is_stack() && (dst->type() == T_OBJECT || dst->type() == T_ARRAY)) return false;
105 if (src->is_address() && !src->is_stack() && (src->type() == T_OBJECT || src->type() == T_ARRAY)) return false;
109 if (src->is_address() && Assembler::is_simm13(src->as_address_ptr()->disp())) {
117 if (dst->is_address() && Assembler::is_simm13(dst->as_address_ptr()->disp())) {
1650 if (opr2->is_address()) {
1685 } else if (opr1->is_address()) {
3169 LIR_Address* mem_addr = dest->is_address() ? dest->as_address_ptr() : src->as_address_ptr();
3188 if (src->is_register() && dest->is_address()) {
3212 } else if (src->is_address() && dest->is_register()) {

Completed in 438 milliseconds