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

/openjdk7/hotspot/src/share/vm/oops/
H A Dsymbol.cpp42 DEBUG_ONLY(set_allocation_type(res, ResourceObj::C_HEAP);)
49 DEBUG_ONLY(set_allocation_type(res, ResourceObj::ARENA);)
/openjdk7/hotspot/src/share/vm/memory/
H A Dallocation.hpp462 static void set_allocation_type(address res, allocation_type type) NOT_DEBUG_RETURN;
487 DEBUG_ONLY(set_allocation_type(res, ARENA);)
492 DEBUG_ONLY(set_allocation_type(res, RESOURCE_AREA);)
498 DEBUG_ONLY(if (res != NULL) set_allocation_type(res, RESOURCE_AREA);)
H A Dallocation.cpp59 DEBUG_ONLY(set_allocation_type(res, C_HEAP);)
79 void ResourceObj::set_allocation_type(address res, allocation_type type) { function in class:ResourceObj
108 set_allocation_type((address)this, STACK_OR_EMBEDDED);
123 set_allocation_type((address)this, STACK_OR_EMBEDDED);
134 set_allocation_type((address)this, STACK_OR_EMBEDDED);
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DcollectionSetChooser.cpp74 // (set_allocation_type(this, C_HEAP), 100). The purpose of the
75 // set_allocation_type() call is to replace the default allocation
82 _regions((ResourceObj::set_allocation_type((address) &_regions,
/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.cpp139 ResourceObj::set_allocation_type((address)(&_default_oop_recorder), at);

Completed in 670 milliseconds