Searched refs:FromHeap (Results 1 – 14 of 14) sorted by relevance
68 return Isolate::FromHeap(GetHeapFromWritableObject(object)); in GetIsolateFromWritableObject()86 *isolate = Isolate::FromHeap(chunk->GetHeap()); in GetIsolateFromHeapObject()
51 static LocalIsolate* FromHeap(LocalHeap* heap) { in FromHeap() function
1124 static Isolate* FromHeap(Heap* heap) { in FromHeap() function
21 Isolate::FromHeap(heap)->PrintWithTimestamp( in GrowingFactor()161 Isolate::FromHeap(heap)->PrintWithTimestamp( in CalculateAllocationLimit()
97 Isolate* Heap::isolate() { return Isolate::FromHeap(this); } in isolate()
168 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()
38 : ObjectVisitorWithCageBases(Isolate::FromHeap(heap)) {} in ObjectVisitorWithCageBases()
52 Isolate::FromHeap(heap)->root(RootIndex::kFreeSpaceMap); in IsValid()
63 : LocalIsolate::FromHeap(LocalHeap::Current())->runtime_call_stats(), in IsTemplateFor()
62 : ReadOnlyRoots(Isolate::FromHeap(heap)) {} in ReadOnlyRoots()
209 Isolate* isolate = Isolate::FromHeap(heap); in AllocationEvent()
54 : isolate_(Isolate::FromHeap(heap)), in SamplingHeapProfiler()
1150 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()
380 V8_INLINE Isolate* isolate() { return Isolate::FromHeap(heap_); } in isolate()