Searched refs:incr_allocated_bytes (Results 1 - 25 of 26) sorted by relevance

12

/openjdk10/hotspot/src/share/vm/gc/shared/
H A DcollectedHeap.inline.hpp157 THREAD->incr_allocated_bytes(size * HeapWordSize);
H A DthreadLocalAllocBuffer.cpp114 myThread()->incr_allocated_bytes(used_bytes());
/openjdk10/hotspot/src/cpu/x86/vm/
H A Dc1_MacroAssembler_x86.cpp145 incr_allocated_bytes(noreg, var_size_in_bytes, con_size_in_bytes, t1);
H A Dc1_Runtime1_x86.cpp1054 __ incr_allocated_bytes(thread, obj_size, 0);
1193 __ incr_allocated_bytes(thread, arr_size, 0);
H A DmacroAssembler_x86.hpp537 void incr_allocated_bytes(Register thread,
H A DtemplateTable_x86.cpp3925 __ incr_allocated_bytes(thread, rdx, 0);
/openjdk10/hotspot/src/cpu/ppc/vm/
H A Dc1_MacroAssembler_ppc.cpp198 Register t1, // temp register, must be global register for incr_allocated_bytes
209 incr_allocated_bytes(size_in_bytes, t1, t2);
H A DmacroAssembler_ppc.hpp603 void incr_allocated_bytes(RegisterOrConstant size_in_bytes, Register t1, Register t2);
H A DmacroAssembler_ppc.cpp2337 void MacroAssembler::incr_allocated_bytes(RegisterOrConstant size_in_bytes, Register t1, Register t2) { function in class:MacroAssembler
2338 unimplemented("incr_allocated_bytes");
/openjdk10/hotspot/src/cpu/arm/vm/
H A Dc1_MacroAssembler_arm.cpp93 incr_allocated_bytes(size_expression, tmp1);
H A Dc1_Runtime1_arm.cpp758 __ incr_allocated_bytes(obj_size, tmp2);
880 __ incr_allocated_bytes(arr_size, tmp2);
H A DmacroAssembler_arm.hpp366 void incr_allocated_bytes(RegisterOrConstant size_in_bytes, Register tmp);
H A DmacroAssembler_arm.cpp1381 incr_allocated_bytes(tmp1, tmp2);
1454 void MacroAssembler::incr_allocated_bytes(RegisterOrConstant size_in_bytes, Register tmp) { function in class:MacroAssembler
H A DtemplateTable_arm.cpp4455 __ incr_allocated_bytes(Rsize, Rtemp);
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A Dc1_MacroAssembler_aarch64.cpp169 incr_allocated_bytes(noreg, var_size_in_bytes, con_size_in_bytes, t1);
H A Dc1_Runtime1_aarch64.cpp741 __ incr_allocated_bytes(rthread, obj_size, 0, rscratch1);
877 __ incr_allocated_bytes(thread, arr_size, 0, rscratch1);
H A DmacroAssembler_aarch64.hpp865 void incr_allocated_bytes(Register thread,
H A DmacroAssembler_aarch64.cpp2305 void MacroAssembler::incr_allocated_bytes(Register thread,
3973 incr_allocated_bytes(rthread, t1, 0, rscratch1);
H A DtemplateTable_aarch64.cpp3464 __ incr_allocated_bytes(rthread, r3, 0, rscratch1);
/openjdk10/hotspot/src/cpu/sparc/vm/
H A Dc1_MacroAssembler_sparc.cpp167 Register t1, // temp register, must be global register for incr_allocated_bytes
177 incr_allocated_bytes(size_in_bytes, t1, t2);
H A Dc1_Runtime1_sparc.cpp449 __ incr_allocated_bytes(G1_obj_size, G3_t1, G4_t2);
564 __ incr_allocated_bytes(G1_arr_size, G3_t1, O1_t2);
H A DmacroAssembler_sparc.hpp1266 void incr_allocated_bytes(RegisterOrConstant size_in_bytes,
H A DmacroAssembler_sparc.cpp3291 incr_allocated_bytes(t1, t2, t3);
3339 void MacroAssembler::incr_allocated_bytes(RegisterOrConstant size_in_bytes, function in class:MacroAssembler
H A DtemplateTable_sparc.cpp3343 __ incr_allocated_bytes(Roffset, G1_scratch, G3_scratch);
/openjdk10/hotspot/src/share/vm/runtime/
H A Dthread.hpp452 void incr_allocated_bytes(jlong size) { _allocated_bytes += size; } function in class:Thread

Completed in 282 milliseconds

12