Home
last modified time | relevance | path

Searched refs:GetTaggedParameterSlots (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dlinkage.h440 uint32_t GetTaggedParameterSlots() const; in NON_EXPORTED_BASE()
Dlinkage.cc141 uint32_t CallDescriptor::GetTaggedParameterSlots() const { in GetTaggedParameterSlots() function in v8::internal::compiler::CallDescriptor
Dpipeline.cc3077 result.tagged_parameter_slots = call_descriptor->GetTaggedParameterSlots(); in GenerateCodeForWasmNativeStub()
3197 result->tagged_parameter_slots = call_descriptor->GetTaggedParameterSlots(); in GenerateCodeForWasmFunction()
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc6634 result.tagged_parameter_slots = lowered_call_desc->GetTaggedParameterSlots(); in ExecuteLiftoffCompilation()