Searched refs:AllocateRawMap (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dheap-inl.h263 MaybeObject* Heap::AllocateRawMap() { function in class:v8::internal::Heap
H A Dheap.h1809 // (since both AllocateRaw and AllocateRawMap are inlined).
1810 MUST_USE_RESULT inline MaybeObject* AllocateRawMap();
H A Dheap.cc1878 { MaybeObject* maybe_result = AllocateRawMap();
1901 { MaybeObject* maybe_result = AllocateRawMap();

Completed in 70 milliseconds