Home
last modified time | relevance | path

Searched refs:always_allocate (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/mips/
Dcode-stubs-mips.cc455 bool always_allocate) { in GenerateCore() argument
/external/v8/src/
Dheap-inl.h164 if (always_allocate() && result->IsFailure()) { in AllocateRaw()
Dserialize.cc675 AlwaysAllocateScope always_allocate; in Deserialize() local
699 AlwaysAllocateScope always_allocate; in DeserializePartial() local
Dspaces.cc2288 if (!heap()->always_allocate() && in SlowAllocateRaw()
2590 if (!heap()->always_allocate() && in SlowAllocateRaw()
2845 if (!heap()->always_allocate() && in AllocateRawInternal()
Dheap.h402 bool always_allocate() { return always_allocate_scope_depth_ != 0; } in always_allocate() function
Dheap.cc1900 if (always_allocate()) return AllocateHeapNumber(value, TENURED); in AllocateHeapNumber()
3292 if (always_allocate()) { in CopyJSObject()
3624 if (always_allocate()) return AllocateFixedArray(length, TENURED); in AllocateRawFixedArray()
/external/v8/test/cctest/
Dtest-heap.cc939 CHECK(!HEAP->always_allocate()); in TEST()
950 CHECK(!HEAP->always_allocate()); in TEST()
/external/v8/src/arm/
Dcode-stubs-arm.cc3213 bool always_allocate) { in GenerateCore() argument
3228 if (always_allocate) { in GenerateCore()
3274 if (always_allocate) { in GenerateCore()