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

/openjdk7/hotspot/src/share/vm/services/
H A DmemTrackWorker.hpp93 _NOINLINE_ void* operator new(size_t size);
94 _NOINLINE_ void* operator new(size_t size, const std::nothrow_t& nothrow_constant);
H A DmemRecorder.hpp219 _NOINLINE_ MemRecorder();
/openjdk7/hotspot/src/share/vm/memory/
H A Dallocation.hpp46 #define _NOINLINE_ __declspec(noinline) macro
49 #define _NOINLINE_ macro
51 #define _NOINLINE_ __attribute__ ((noinline)) macro
184 _NOINLINE_ void* operator new(size_t size, address caller_pc = 0);
185 _NOINLINE_ void* operator new (size_t size, const std::nothrow_t& nothrow_constant,
H A Dallocation.cpp200 _NOINLINE_ void* allocate(size_t bytes, AllocFailType alloc_failmode) {

Completed in 440 milliseconds