HomeSort by relevance Sort by last modified time
    Searched refs:always_allocate (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/v8/test/cctest/
test-heap.cc 990 CHECK(!heap->always_allocate());
1593 AlwaysAllocateScope always_allocate; local
1660 AlwaysAllocateScope always_allocate; local
2036 AlwaysAllocateScope always_allocate; local
2164 AlwaysAllocateScope always_allocate; local
2513 AlwaysAllocateScope always_allocate; local
2545 AlwaysAllocateScope always_allocate; local
2675 AlwaysAllocateScope always_allocate; local
2724 AlwaysAllocateScope always_allocate; local
3055 AlwaysAllocateScope always_allocate; local
3064 AlwaysAllocateScope always_allocate; local
3075 AlwaysAllocateScope always_allocate; local
    [all...]
test-strings.cc 669 AlwaysAllocateScope always_allocate; local
    [all...]
test-api.cc 13835 i::AlwaysAllocateScope always_allocate; local
17090 i::AlwaysAllocateScope always_allocate; local
    [all...]
  /external/v8/test/cctest/
test-heap.cc 895 CHECK(!HEAP->always_allocate());
906 CHECK(!HEAP->always_allocate());
1205 AlwaysAllocateScope always_allocate; local
1265 AlwaysAllocateScope always_allocate; local
    [all...]
test-api.cc 13958 i::AlwaysAllocateScope always_allocate; local
13978 i::AlwaysAllocateScope always_allocate; local
14002 i::AlwaysAllocateScope always_allocate; local
    [all...]
  /external/v8/src/
heap-inl.h 203 if (always_allocate() && result->IsFailure()) {
serialize.cc 670 AlwaysAllocateScope always_allocate; local
702 AlwaysAllocateScope always_allocate; local
    [all...]
spaces.cc     [all...]
heap.h 506 bool always_allocate() { return always_allocate_scope_depth_ != 0; } function in class:v8::internal::Heap
    [all...]
heap.cc     [all...]
mark-compact.cc 2908 AlwaysAllocateScope always_allocate; local
    [all...]
  /external/chromium_org/v8/src/
heap-inl.h 235 if (always_allocate() && result->IsFailure() && retry_space != NEW_SPACE) {
spaces.cc     [all...]
heap.h 591 bool always_allocate() { return always_allocate_scope_depth_ != 0; } function in class:v8::internal::Heap
    [all...]
mark-compact.cc 3009 AlwaysAllocateScope always_allocate; local
    [all...]
heap.cc     [all...]
  /external/chromium_org/v8/src/arm/
code-stubs-arm.cc     [all...]
  /external/chromium_org/v8/src/mips/
code-stubs-mips.cc     [all...]
  /external/v8/src/arm/
code-stubs-arm.cc     [all...]
  /external/v8/src/mips/
code-stubs-mips.cc     [all...]

Completed in 935 milliseconds