Searched refs:GetTaggedParameterSlots (Results 1 – 4 of 4) sorted by relevance
440 uint32_t GetTaggedParameterSlots() const; in NON_EXPORTED_BASE()
141 uint32_t CallDescriptor::GetTaggedParameterSlots() const { in GetTaggedParameterSlots() function in v8::internal::compiler::CallDescriptor
3077 result.tagged_parameter_slots = call_descriptor->GetTaggedParameterSlots(); in GenerateCodeForWasmNativeStub()3197 result->tagged_parameter_slots = call_descriptor->GetTaggedParameterSlots(); in GenerateCodeForWasmFunction()
6634 result.tagged_parameter_slots = lowered_call_desc->GetTaggedParameterSlots(); in ExecuteLiftoffCompilation()