Home
last modified time | relevance | path

Searched refs:type_slot (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc-js/
H A Dcpp-marking-state-inl.h29 const EmbedderDataSlot type_slot(snapshot.first); in MarkAndPush()
31 MarkAndPush(type_slot, instance_slot); in MarkAndPush()
34 void CppMarkingState::MarkAndPush(const EmbedderDataSlot type_slot, in MarkAndPush() argument
38 isolate_, wrapper_descriptor_, type_slot, instance_slot, &info)) { in MarkAndPush()
H A Dcpp-marking-state.h49 inline void MarkAndPush(const EmbedderDataSlot type_slot,
/third_party/node/deps/v8/src/heap/
H A Dembedder-tracing-inl.h31 const EmbedderDataSlot& type_slot, const EmbedderDataSlot& instance_slot, in ExtractWrappableInfo()
33 if (type_slot.ToAlignedPointer(isolate, &info->first) && info->first && in ExtractWrappableInfo()
29 ExtractWrappableInfo( Isolate* isolate, const WrapperDescriptor& wrapper_descriptor, const EmbedderDataSlot& type_slot, const EmbedderDataSlot& instance_slot, WrapperInfo* info) ExtractWrappableInfo() argument
H A Dembedder-tracing.cc194 const EmbedderDataSlot type_slot(js_object, in EmbedderWriteBarrier()
201 ->MarkAndPush(type_slot, instance_slot); in EmbedderWriteBarrier()
H A Dembedder-tracing.h84 Isolate*, const WrapperDescriptor&, const EmbedderDataSlot& type_slot,

Completed in 2 milliseconds