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

/openjdk7/hotspot/src/share/vm/memory/
H A DthreadLocalAllocBuffer.inline.hpp96 Thread* thrd = myThread(); local
101 "slow", thrd, thrd->osthread()->thread_id(),
H A DthreadLocalAllocBuffer.cpp280 Thread* thrd = myThread(); local
285 size_t tlab_used = Universe::heap()->tlab_capacity(thrd) -
286 Universe::heap()->unsafe_max_tlab_alloc(thrd);
292 tag, thrd, thrd->osthread()->thread_id(),
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp1475 LIR_Opr thrd = getThreadPointer(); local
1477 new LIR_Address(thrd,

Completed in 38 milliseconds