Lines Matching refs:ToInternal

7944 std::shared_ptr<i::BackingStore> ToInternal(
7991 ToInternal(std::move(backing_store)));
8190 std::shared_ptr<i::BackingStore> i_backing_store(ToInternal(backing_store));
9900 static i::CpuProfile* ToInternal(const CpuProfile* profile) {
9911 i::CpuProfileJSONSerializer serializer(ToInternal(this));
10103 static i::HeapGraphEdge* ToInternal(const HeapGraphEdge* edge) {
10109 return static_cast<HeapGraphEdge::Type>(ToInternal(this)->type());
10113 i::HeapGraphEdge* edge = ToInternal(this);
10133 const i::HeapEntry* from = ToInternal(this)->from();
10138 const i::HeapEntry* to = ToInternal(this)->to();
10142 static i::HeapEntry* ToInternal(const HeapGraphNode* entry) {
10148 return static_cast<HeapGraphNode::Type>(ToInternal(this)->type());
10152 i::Isolate* isolate = ToInternal(this)->isolate();
10154 isolate->factory()->InternalizeUtf8String(ToInternal(this)->name()));
10157 SnapshotObjectId HeapGraphNode::GetId() const { return ToInternal(this)->id(); }
10160 return ToInternal(this)->self_size();
10164 return ToInternal(this)->children_count();
10168 return reinterpret_cast<const HeapGraphEdge*>(ToInternal(this)->child(index));
10171 static i::HeapSnapshot* ToInternal(const HeapSnapshot* snapshot) {
10177 i::Isolate* isolate = ToInternal(this)->profiler()->isolate();
10180 ToInternal(this)->Delete();
10188 return reinterpret_cast<const HeapGraphNode*>(ToInternal(this)->root());
10193 ToInternal(this)->GetEntryById(id));
10197 return static_cast<int>(ToInternal(this)->entries().size());
10202 &ToInternal(this)->entries().at(index));
10206 return ToInternal(this)->max_snapshot_js_object_id();
10215 i::HeapSnapshotJSONSerializer serializer(ToInternal(this));