Home
last modified time | relevance | path

Searched refs:ExtractWrappableInfo (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dembedder-tracing-inl.h15 bool LocalEmbedderHeapTracer::ExtractWrappableInfo( in ExtractWrappableInfo() function
21 return ExtractWrappableInfo( in ExtractWrappableInfo()
29 bool LocalEmbedderHeapTracer::ExtractWrappableInfo( in ExtractWrappableInfo() function
Dembedder-tracing.h80 static V8_INLINE bool ExtractWrappableInfo(Isolate*, JSObject,
83 static V8_INLINE bool ExtractWrappableInfo(
Dembedder-tracing.cc133 if (ExtractWrappableInfo(isolate, js_object, wrapper_descriptor(), &info)) { in ExtractWrapperInfo()
143 if (ExtractWrappableInfo(tracer_->isolate_, js_object, wrapper_descriptor_, in TracePossibleWrapper()
/third_party/node/deps/v8/src/heap/cppgc-js/
Dcpp-marking-state-inl.h37 if (LocalEmbedderHeapTracer::ExtractWrappableInfo( in MarkAndPush()
Dcpp-heap.cc83 if (!internal::LocalEmbedderHeapTracer::ExtractWrappableInfo( in VisitHandle()