Searched refs:reinit_heapbase (Results 1 - 16 of 16) sorted by relevance

/openjdk10/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreterGenerator_x86.cpp1173 __ reinit_heapbase();
1231 __ reinit_heapbase();
1542 LP64_ONLY(__ reinit_heapbase()); // restore r12 as heapbase.
1896 __ reinit_heapbase();
H A DsharedRuntime_x86_64.cpp1468 __ reinit_heapbase();
2505 __ reinit_heapbase();
2688 __ reinit_heapbase();
2720 __ reinit_heapbase();
H A DstubGenerator_x86_64.cpp292 __ reinit_heapbase();
1035 __ reinit_heapbase();
H A DmacroAssembler_x86.hpp383 void reinit_heapbase();
H A DmacroAssembler_x86.cpp6877 reinit_heapbase();
6900 // generated by decode_klass_not_null(register r) and reinit_heapbase(),
6906 // mov64 + addq + shlq? + mov64 (for reinit_heapbase()).
6931 reinit_heapbase();
7023 void MacroAssembler::reinit_heapbase() { function in class:MacroAssembler
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DtemplateInterpreterGenerator_aarch64.cpp1373 __ reinit_heapbase();
1727 __ reinit_heapbase(); // restore rheapbase as heapbase.
2038 __ reinit_heapbase();
H A DmacroAssembler_aarch64.hpp835 void reinit_heapbase();
H A DmacroAssembler_aarch64.cpp2089 void MacroAssembler::reinit_heapbase()
3509 if (dst == src) reinit_heapbase();
3559 if (dst == src) reinit_heapbase();
H A DstubGenerator_aarch64.cpp259 __ reinit_heapbase();
/openjdk10/hotspot/src/cpu/sparc/vm/
H A DmacroAssembler_sparc.cpp4030 reinit_heapbase();
4057 // generated by decode_klass_not_null() and reinit_heapbase(). Hence, if
4085 reinit_heapbase();
4105 reinit_heapbase();
4118 void MacroAssembler::reinit_heapbase() { function in class:MacroAssembler
H A DmacroAssembler_sparc.hpp1110 void reinit_heapbase();
H A DtemplateInterpreterGenerator_sparc.cpp1393 __ reinit_heapbase();
H A DstubGenerator_sparc.cpp125 __ reinit_heapbase();
/openjdk10/hotspot/src/cpu/arm/vm/
H A DmacroAssembler_arm.cpp3116 reinit_heapbase();
3145 // generated by decode_klass_not_null(register r) and reinit_heapbase(),
3154 instr_count_for_mov_slow(Universe::narrow_ptrs_base()); // reinit_heapbase() = mov_slow
3176 reinit_heapbase();
3208 void MacroAssembler::reinit_heapbase() { function in class:MacroAssembler
H A DmacroAssembler_arm.hpp1107 void reinit_heapbase();
H A DstubGenerator_arm.cpp217 __ reinit_heapbase();

Completed in 399 milliseconds