Searched refs:allocation_type (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DmemRegion.hpp102 void* operator new(size_t size, ResourceObj::allocation_type type, MEMFLAGS flags) {
H A Dallocation.cpp54 void* ResourceObj::operator new(size_t size, allocation_type type, MEMFLAGS flags) {
79 void ResourceObj::set_allocation_type(address res, allocation_type type) {
93 ResourceObj::allocation_type ResourceObj::get_allocation_type() const {
95 return (allocation_type)((~_allocation_t[0]) & allocation_mask);
99 allocation_type type = (allocation_type)(_allocation_t[1] & allocation_mask);
H A Dallocation.hpp457 // new or delete (allocation_type is unknown). If new is used to allocate,
461 enum allocation_type { STACK_OR_EMBEDDED = 0, RESOURCE_AREA, C_HEAP, ARENA, allocation_mask = 0x3 }; enum in class:ALLOCATION_SUPER_CLASS_SPEC
462 static void set_allocation_type(address res, allocation_type type) NOT_DEBUG_RETURN;
466 // called but garbage on stack may look like a valid allocation_type.
472 allocation_type get_allocation_type() const;
484 void* operator new(size_t size, allocation_type type, MEMFLAGS flags);
/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.cpp137 ResourceObj::allocation_type at = _default_oop_recorder.get_allocation_type();

Completed in 42 milliseconds