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

  /external/v8/src/heap/
heap-inl.h 765 AlwaysAllocateScope::AlwaysAllocateScope(Isolate* isolate)
771 AlwaysAllocateScope::~AlwaysAllocateScope() {
heap.h     [all...]
mark-compact.cc     [all...]
heap.cc     [all...]
  /external/v8/test/cctest/heap/
test-alloc.cc 92 // are wrapping the allocator function in an AlwaysAllocateScope. Test that
95 AlwaysAllocateScope scope(CcTest::i_isolate());
test-heap.cc     [all...]
  /external/v8/test/cctest/
test-unboxed-doubles.cc     [all...]
test-strings.cc 653 AlwaysAllocateScope always_allocate(isolate);
    [all...]
test-api.cc     [all...]
  /external/v8/src/snapshot/
deserializer.cc 398 AlwaysAllocateScope scope(isolate_);
    [all...]
  /external/v8/src/
factory.cc 46 AlwaysAllocateScope __scope__(ISOLATE); \
    [all...]
isolate.cc     [all...]

Completed in 102 milliseconds