Searched refs:allocated_on_stack (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A DgrowableArray.hpp121 (allocated_on_res_area() || allocated_on_stack()),
137 assert(allocated_on_arena() || allocated_on_stack(),
/openjdk7/hotspot/src/share/vm/memory/
H A Dallocation.cpp109 } else if (allocated_on_stack()) { // STACK_OR_EMBEDDED
117 assert(!allocated_on_stack(),
140 assert(allocated_on_stack(),
H A Dallocation.hpp473 bool allocated_on_stack() const { return get_allocation_type() == STACK_OR_EMBEDDED; } function in class:ALLOCATION_SUPER_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.cpp136 assert(_default_oop_recorder.allocated_on_stack(), "should be embedded object");
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp95 assert(cfs->allocated_on_stack(),"should be local");

Completed in 3063 milliseconds