Home
last modified time | relevance | path

Searched refs:FromHeap (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/execution/
Disolate-utils-inl.h56 return Isolate::FromHeap(GetHeapFromWritableObject(object)); in GetIsolateFromWritableObject()
74 *isolate = Isolate::FromHeap(chunk->GetHeap()); in GetIsolateFromHeapObject()
Dlocal-isolate.h43 static LocalIsolate* FromHeap(LocalHeap* heap) { in FromHeap() function
Disolate.h991 static Isolate* FromHeap(Heap* heap) { in FromHeap() function
/external/v8/src/heap/
Dheap-controller.cc21 Isolate::FromHeap(heap)->PrintWithTimestamp( in GrowingFactor()
165 Isolate::FromHeap(heap)->PrintWithTimestamp( in CalculateAllocationLimit()
/external/v8/src/strings/
Dstring-builder.cc167 array_builder_(Isolate::FromHeap(heap), estimated_part_count), in ReplacementStringBuilder()
177 array_builder_.EnsureCapacity(Isolate::FromHeap(heap_), elements); in EnsureCapacity()
191 Isolate* isolate = Isolate::FromHeap(heap_); in ToString()
/external/v8/src/objects/
Dfree-space-inl.h52 Isolate::FromHeap(heap)->root(RootIndex::kFreeSpaceMap); in IsValid()
/external/v8/src/roots/
Droots-inl.h62 : ReadOnlyRoots(Isolate::FromHeap(heap)) {} in ReadOnlyRoots()
/external/v8/src/profiler/
Dallocation-tracker.cc210 Isolate* isolate = Isolate::FromHeap(heap); in AllocationEvent()
Dsampling-heap-profiler.cc54 : isolate_(Isolate::FromHeap(heap)), in SamplingHeapProfiler()
Dheap-snapshot-generator.cc837 Isolate* isolate = Isolate::FromHeap(heap_); in ExtractJSObjectReferences()
1484 IsolateRoot isolate = Isolate::FromHeap(explorer_->heap_); in VisitRootPointers()
1766 Isolate* isolate = Isolate::FromHeap(heap_); in GetStrongGcSubrootName()
1829 Isolate* isolate = Isolate::FromHeap(heap_); in CollectGlobalObjectsTags()
1963 Isolate::FromHeap(snapshot->profiler()->heap_object_map()->heap())), in NativeObjectsExplorer()
2088 Isolate* isolate = Isolate::FromHeap(heap_); in GenerateSnapshot()
/external/v8/src/logging/
Dlog.cc1922 handle(module, Isolate::FromHeap(heap)); in EnumerateWasmModuleObjects()