Searched defs:always_allocate (Results 1 - 7 of 7) sorted by relevance

/external/v8/test/cctest/
H A Dtest-heap.cc895 CHECK(!HEAP->always_allocate());
906 CHECK(!HEAP->always_allocate());
1205 AlwaysAllocateScope always_allocate; local
1265 AlwaysAllocateScope always_allocate; local
H A Dtest-api.cc13958 i::AlwaysAllocateScope always_allocate; local
13978 i::AlwaysAllocateScope always_allocate; local
14002 i::AlwaysAllocateScope always_allocate; local
/external/v8/src/
H A Dserialize.cc670 AlwaysAllocateScope always_allocate; local
702 AlwaysAllocateScope always_allocate; local
H A Dheap.h506 bool always_allocate() { return always_allocate_scope_depth_ != 0; } function in class:v8::internal::Heap
H A Dmark-compact.cc2908 AlwaysAllocateScope always_allocate; local
/external/v8/src/arm/
H A Dcode-stubs-arm.cc3687 bool always_allocate) {
3703 if (always_allocate) {
3744 if (always_allocate) {
3682 GenerateCore(MacroAssembler* masm, Label* throw_normal_exception, Label* throw_termination_exception, Label* throw_out_of_memory_exception, bool do_gc, bool always_allocate) argument
/external/v8/src/mips/
H A Dcode-stubs-mips.cc3841 bool always_allocate) {
3858 if (always_allocate) {
3910 if (always_allocate) {
3836 GenerateCore(MacroAssembler* masm, Label* throw_normal_exception, Label* throw_termination_exception, Label* throw_out_of_memory_exception, bool do_gc, bool always_allocate) argument

Completed in 232 milliseconds