Searched defs:incr_allocated_bytes (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.cpp4155 incr_allocated_bytes(t1, t2, t3);
4186 void MacroAssembler::incr_allocated_bytes(RegisterOrConstant size_in_bytes, function in class:MacroAssembler
/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.hpp431 void incr_allocated_bytes(jlong size) { _allocated_bytes += size; } function in class:Thread
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp8986 incr_allocated_bytes(thread_reg, t1, 0);
9024 void MacroAssembler::incr_allocated_bytes(Register thread, function in class:MacroAssembler

Completed in 585 milliseconds