Home
last modified time | relevance | path

Searched refs:heap_base_oop (Results 1 – 13 of 13) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/z/c2/
H A DzBarrierSetC2.cpp702 Node* heap_base_oop = access.base(); in load_at_resolved() local
708 if (!TypePtr::NULL_PTR->higher_equal(gvn.type(heap_base_oop))) { in load_at_resolved()
716 __ if_then(heap_base_oop, BoolTest::ne, kit->null(), PROB_UNLIKELY(0.999)); { in load_at_resolved()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/z/c2/
H A DzBarrierSetC2.cpp702 Node* heap_base_oop = access.base(); in load_at_resolved() local
708 if (!TypePtr::NULL_PTR->higher_equal(gvn.type(heap_base_oop))) { in load_at_resolved()
716 __ if_then(heap_base_oop, BoolTest::ne, kit->null(), PROB_UNLIKELY(0.999)); { in load_at_resolved()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/z/c2/
H A DzBarrierSetC2.cpp704 Node* heap_base_oop = access.base(); in load_at_resolved() local
710 if (!TypePtr::NULL_PTR->higher_equal(gvn.type(heap_base_oop))) { in load_at_resolved()
718 __ if_then(heap_base_oop, BoolTest::ne, kit->null(), PROB_UNLIKELY(0.999)); { in load_at_resolved()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dlibrary_call.cpp2421 Node* heap_base_oop = top(); in inline_unsafe_access() local
2439 heap_base_oop = base; in inline_unsafe_access()
2521 if (heap_base_oop != top() && field != NULL && field->is_constant() && !mismatched) { in inline_unsafe_access()
2523 p = make_constant_from_field(field, heap_base_oop); in inline_unsafe_access()
2527 p = access_load_at(heap_base_oop, adr, adr_type, value_type, type, decorators); in inline_unsafe_access()
2531 heap_base_oop == top() || // - heap_base_oop is NULL or in inline_unsafe_access()
2565 access_store_at(control(), heap_base_oop, adr, adr_type, val, value_type, type, decorators); in inline_unsafe_access()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dlibrary_call.cpp2421 Node* heap_base_oop = top(); in inline_unsafe_access() local
2439 heap_base_oop = base; in inline_unsafe_access()
2521 if (heap_base_oop != top() && field != NULL && field->is_constant() && !mismatched) { in inline_unsafe_access()
2523 p = make_constant_from_field(field, heap_base_oop); in inline_unsafe_access()
2527 p = access_load_at(heap_base_oop, adr, adr_type, value_type, type, decorators); in inline_unsafe_access()
2531 heap_base_oop == top() || // - heap_base_oop is NULL or in inline_unsafe_access()
2565 access_store_at(control(), heap_base_oop, adr, adr_type, val, value_type, type, decorators); in inline_unsafe_access()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A Dlibrary_call.cpp2419 Node* heap_base_oop = top(); in inline_unsafe_access() local
2437 heap_base_oop = base; in inline_unsafe_access()
2519 if (heap_base_oop != top() && field != NULL && field->is_constant() && !mismatched) { in inline_unsafe_access()
2521 p = make_constant_from_field(field, heap_base_oop); in inline_unsafe_access()
2525 p = access_load_at(heap_base_oop, adr, adr_type, value_type, type, decorators); in inline_unsafe_access()
2529 heap_base_oop == top() || // - heap_base_oop is NULL or in inline_unsafe_access()
2563 access_store_at(heap_base_oop, adr, adr_type, val, value_type, type, decorators); in inline_unsafe_access()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A Dlibrary_call.cpp2379 Node* heap_base_oop = top(); in inline_unsafe_access() local
2397 heap_base_oop = base; in inline_unsafe_access()
2476 if (heap_base_oop != top() && field != NULL && field->is_constant() && !mismatched) { in inline_unsafe_access()
2478 p = make_constant_from_field(field, heap_base_oop); in inline_unsafe_access()
2482 p = access_load_at(heap_base_oop, adr, adr_type, value_type, type, decorators); in inline_unsafe_access()
2486 heap_base_oop == top() || // - heap_base_oop is NULL or in inline_unsafe_access()
2520 access_store_at(heap_base_oop, adr, adr_type, val, value_type, type, decorators); in inline_unsafe_access()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A Dlibrary_call.cpp2202 Node* heap_base_oop = top(); in inline_unsafe_access() local
2226 heap_base_oop = base; // on-heap or mixed access in inline_unsafe_access()
2306 if (heap_base_oop != top() && field != NULL && field->is_constant() && !mismatched) { in inline_unsafe_access()
2308 p = make_constant_from_field(field, heap_base_oop); in inline_unsafe_access()
2312 p = access_load_at(heap_base_oop, adr, adr_type, value_type, type, decorators); in inline_unsafe_access()
2316 heap_base_oop == top() || // - heap_base_oop is NULL or in inline_unsafe_access()
2350 access_store_at(heap_base_oop, adr, adr_type, val, value_type, type, decorators); in inline_unsafe_access()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A Dlibrary_call.cpp2422 Node* heap_base_oop = top(); in inline_unsafe_access() local
2446 heap_base_oop = base; // on-heap or mixed access in inline_unsafe_access()
2526 if (heap_base_oop != top() && field != NULL && field->is_constant() && !mismatched) { in inline_unsafe_access()
2528 p = make_constant_from_field(field, heap_base_oop); in inline_unsafe_access()
2532 p = access_load_at(heap_base_oop, adr, adr_type, value_type, type, decorators); in inline_unsafe_access()
2536 heap_base_oop == top() || // - heap_base_oop is NULL or in inline_unsafe_access()
2570 access_store_at(heap_base_oop, adr, adr_type, val, value_type, type, decorators); in inline_unsafe_access()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A Dlibrary_call.cpp2407 Node* heap_base_oop = top(); in inline_unsafe_access() local
2431 heap_base_oop = base; // on-heap or mixed access in inline_unsafe_access()
2511 if (heap_base_oop != top() && field != NULL && field->is_constant() && !mismatched) { in inline_unsafe_access()
2513 p = make_constant_from_field(field, heap_base_oop); in inline_unsafe_access()
2517 p = access_load_at(heap_base_oop, adr, adr_type, value_type, type, decorators); in inline_unsafe_access()
2521 heap_base_oop == top() || // - heap_base_oop is NULL or in inline_unsafe_access()
2555 access_store_at(heap_base_oop, adr, adr_type, val, value_type, type, decorators); in inline_unsafe_access()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A Dlibrary_call.cpp2258 Node* heap_base_oop = top(); in inline_unsafe_access() local
2287 heap_base_oop = base; // on-heap or mixed access in inline_unsafe_access()
2374 if (heap_base_oop != top() && field != NULL && field->is_constant() && !mismatched) { in inline_unsafe_access()
2376 p = make_constant_from_field(field, heap_base_oop); in inline_unsafe_access()
2380 p = access_load_at(heap_base_oop, adr, adr_type, value_type, type, decorators); in inline_unsafe_access()
2384 heap_base_oop == top() || // - heap_base_oop is NULL or in inline_unsafe_access()
2418 access_store_at(heap_base_oop, adr, adr_type, val, value_type, type, decorators); in inline_unsafe_access()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp2616 Node* heap_base_oop = top(); in inline_unsafe_access() local
2634 heap_base_oop = base; in inline_unsafe_access()
2697 offset != top() && heap_base_oop != top(); in inline_unsafe_access()
2762 insert_pre_barrier(heap_base_oop, offset, load, !(is_volatile || need_mem_bar)); in inline_unsafe_access()
2794 … store = store_oop_to_unknown(control(), heap_base_oop, adr, adr_type, val, type, mo, mismatched); in inline_unsafe_access()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp2616 Node* heap_base_oop = top(); in inline_unsafe_access() local
2634 heap_base_oop = base; in inline_unsafe_access()
2697 offset != top() && heap_base_oop != top(); in inline_unsafe_access()
2762 insert_pre_barrier(heap_base_oop, offset, load, !(is_volatile || need_mem_bar)); in inline_unsafe_access()
2794 … store = store_oop_to_unknown(control(), heap_base_oop, adr, adr_type, val, type, mo, mismatched); in inline_unsafe_access()