Searched defs:allow_shared_alloc (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp3260 const bool allow_shared_alloc = local
3264 if (UseTLAB || allow_shared_alloc) {
3272 __ jcc(Assembler::above, allow_shared_alloc ? allocate_shared : slow_case);
3286 if (allow_shared_alloc) {
H A DtemplateTable_x86_64.cpp3327 const bool allow_shared_alloc = local
3334 __ jcc(Assembler::above, allow_shared_alloc ? allocate_shared : slow_case);
3348 if (allow_shared_alloc) {

Completed in 1529 milliseconds