HomeSort by relevance Sort by last modified time
    Searched defs:heap_obj (Results 1 - 3 of 3) 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 1363 HeapObject* heap_obj; local
1416 HeapObject* heap_obj; local
    [all...]
  /external/v8/src/heap/
incremental-marking.cc 191 HeapObject* heap_obj = HeapObject::cast(obj); local
194 MemoryChunk::IncrementLiveBytesFromGC(heap_obj, -heap_obj->Size());
    [all...]

Completed in 184 milliseconds