Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Disolate-utils-inl.h68 return Isolate::FromHeap(GetHeapFromWritableObject(object)); in GetIsolateFromWritableObject()
86 *isolate = Isolate::FromHeap(chunk->GetHeap()); in GetIsolateFromHeapObject()
Dlocal-isolate.h51 static LocalIsolate* FromHeap(LocalHeap* heap) { in FromHeap() function
Disolate.h1124 static Isolate* FromHeap(Heap* heap) { in FromHeap() function
/third_party/node/deps/v8/src/heap/
Dheap-controller.cc21 Isolate::FromHeap(heap)->PrintWithTimestamp( in GrowingFactor()
161 Isolate::FromHeap(heap)->PrintWithTimestamp( in CalculateAllocationLimit()
Dheap-inl.h97 Isolate* Heap::isolate() { return Isolate::FromHeap(this); } in isolate()
/third_party/node/deps/v8/src/strings/
Dstring-builder.cc168 array_builder_(Isolate::FromHeap(heap), estimated_part_count), in ReplacementStringBuilder()
178 array_builder_.EnsureCapacity(Isolate::FromHeap(heap_), elements); in EnsureCapacity()
192 Isolate* isolate = Isolate::FromHeap(heap_); in ToString()
/third_party/node/deps/v8/src/objects/
Dvisitors-inl.h38 : ObjectVisitorWithCageBases(Isolate::FromHeap(heap)) {} in ObjectVisitorWithCageBases()
Dfree-space-inl.h52 Isolate::FromHeap(heap)->root(RootIndex::kFreeSpaceMap); in IsValid()
Dtemplates.cc63 : LocalIsolate::FromHeap(LocalHeap::Current())->runtime_call_stats(), in IsTemplateFor()
/third_party/node/deps/v8/src/roots/
Droots-inl.h62 : ReadOnlyRoots(Isolate::FromHeap(heap)) {} in ReadOnlyRoots()
/third_party/node/deps/v8/src/profiler/
Dallocation-tracker.cc209 Isolate* isolate = Isolate::FromHeap(heap); in AllocationEvent()
Dsampling-heap-profiler.cc54 : isolate_(Isolate::FromHeap(heap)), in SamplingHeapProfiler()
Dheap-snapshot-generator.cc1150 Isolate* isolate = Isolate::FromHeap(heap_); in ExtractJSObjectReferences()
2268 Isolate* isolate = Isolate::FromHeap(heap_); in GetStrongGcSubrootName()
2353 Isolate* isolate = Isolate::FromHeap(heap_); in CollectGlobalObjectsTags()
2491 Isolate::FromHeap(snapshot->profiler()->heap_object_map()->heap())), in NativeObjectsExplorer()
2620 Isolate* isolate = Isolate::FromHeap(heap_); in GenerateSnapshot()
Dheap-snapshot-generator.h380 V8_INLINE Isolate* isolate() { return Isolate::FromHeap(heap_); } in isolate()