Home
last modified time | relevance | path

Searched refs:GetContextId (Results 1 - 14 of 14) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc-js/
H A Dcpp-heap.cc333 GetContextId()); in AddMainThreadEvent()
351 GetContextId()); in AddMainThreadEvent()
362 GetContextId()); in FlushBatchedIncrementalEvents()
367 GetContextId()); in FlushBatchedIncrementalEvents()
414 v8::metrics::Recorder::ContextId CppHeap::MetricRecorderAdapter::GetContextId() in GetContextId() function in v8::internal::CppHeap::MetricRecorderAdapter
H A Dcpp-heap.h80 v8::metrics::Recorder::ContextId GetContextId() const;
/third_party/node/deps/v8/src/debug/
H A Ddebug-stack-trace-iterator.h25 int GetContextId() const override;
H A Ddebug-stack-trace-iterator.cc72 int DebugStackTraceIterator::GetContextId() const { in GetContextId() function in v8::internal::DebugStackTraceIterator
H A Ddebug-interface.h48 int GetContextId(Local<Context> context);
529 virtual int GetContextId() const = 0;
H A Ddebug-interface.cc39 int GetContextId(Local<Context> context) { in GetContextId() function
/third_party/node/deps/v8/include/v8-include/
H A Dv8-metrics.h214 // Recorder::GetContextId() and the ID will be valid throughout the lifetime
229 static ContextId GetContextId(Local<Context> context);
/third_party/node/deps/v8/include/
H A Dv8-metrics.h170 * Recorder::GetContextId() and the ID will be valid throughout the lifetime
221 static ContextId GetContextId(Local<Context> context);
/third_party/node/deps/v8/src/inspector/
H A Dinspected-context.cc98 return v8::debug::GetContextId(context); in contextId()
H A Dv8-debugger-agent-impl.cc1343 InjectedScript::ContextScope scope(m_session, iterator->GetContextId()); in setReturnValue()
1447 int contextId = iterator->GetContextId(); in currentCallFrames()
/third_party/node/deps/v8/src/heap/
H A Dgc-tracer.cc1457 ::v8::metrics::Recorder::ContextId GetContextId( in GetContextId() function
1473 GetContextId(isolate)); in FlushBatchedEvents()
1617 recorder->AddMainThreadEvent(event, GetContextId(heap_->isolate())); in ReportFullCycleToRecorder()
1740 recorder->AddMainThreadEvent(event, GetContextId(heap_->isolate())); in ReportYoungCycleToRecorder()
/third_party/node/deps/v8/src/web-snapshot/
H A Dweb-snapshot.h215 uint32_t GetContextId(Context context);
H A Dweb-snapshot.cc592 uint32_t context_id = GetContextId(context); in SerializeFunctionInfo()
929 parent_context_id = GetContextId(context->previous()) + 1; in SerializeContext()
1196 uint32_t WebSnapshotSerializer::GetContextId(Context context) { in GetContextId() function in v8::internal::WebSnapshotSerializer
/third_party/node/deps/v8/src/api/
H A Dapi.cc6633 metrics::Recorder::ContextId metrics::Recorder::GetContextId( in GetContextId() function in v8::OneByteMask::metrics::Recorder

Completed in 39 milliseconds