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

  /external/v8/src/runtime/
runtime-liveedit.cc 34 HeapObject* heap_obj; local
35 while ((heap_obj = iterator.next())) {
36 if (!heap_obj->IsSharedFunctionInfo()) continue;
37 SharedFunctionInfo* shared = SharedFunctionInfo::cast(heap_obj);
runtime-debug.cc 1229 HeapObject* heap_obj; local
1282 HeapObject* heap_obj; local
    [all...]
  /external/v8/src/heap/
spaces-inl.h 527 HeapObject* heap_obj = nullptr; local
528 if (!result.IsRetry() && result.To(&heap_obj)) {
529 AllocationStep(heap_obj->address(), size_in_bytes);
incremental-marking.cc 152 HeapObject* heap_obj = HeapObject::cast(obj); local
155 MemoryChunk::IncrementLiveBytesFromGC(heap_obj, -heap_obj->Size());
    [all...]
mark-compact.cc 2848 HeapObject* heap_obj = HeapObject::cast(obj); local
    [all...]

Completed in 77 milliseconds