Searched refs:type_slot (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/heap/cppgc-js/ |
H A D | cpp-marking-state-inl.h | 29 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 D | cpp-marking-state.h | 49 inline void MarkAndPush(const EmbedderDataSlot type_slot,
|
/third_party/node/deps/v8/src/heap/ |
H A D | embedder-tracing-inl.h | 31 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 D | embedder-tracing.cc | 194 const EmbedderDataSlot type_slot(js_object, in EmbedderWriteBarrier() 201 ->MarkAndPush(type_slot, instance_slot); in EmbedderWriteBarrier()
|
H A D | embedder-tracing.h | 84 Isolate*, const WrapperDescriptor&, const EmbedderDataSlot& type_slot,
|
Completed in 2 milliseconds