Searched refs:IsJSFunctionCall (Results 1 – 13 of 13) sorted by relevance
69 CHECK_EQ(true, descriptor->IsJSFunctionCall()); in TEST()84 CHECK_EQ(false, descriptor->IsJSFunctionCall()); in TEST()101 CHECK_EQ(true, descriptor->IsJSFunctionCall()); in TEST()
192 bool IsJSFunctionCall() const { return kind_ == kCallJSFunction; } in IsJSFunctionCall() function195 return IsCFunctionCall() || IsJSFunctionCall(); in RequiresFrameAsIncoming()209 DCHECK(IsJSFunctionCall()); in JSParameterCount()
78 if (linkage()->GetIncomingDescriptor()->IsJSFunctionCall()) { in GenerateCode()251 if (linkage()->GetIncomingDescriptor()->IsJSFunctionCall()) { in IsMaterializableFromFrame()716 bool has_frame = descriptor->IsJSFunctionCall() || spill_slots > 0; in TailCallFrameStackSlotDelta()
45 CHECK(assembler_->call_descriptor()->IsJSFunctionCall()); in GetReceiver()
494 CHECK(incoming_->IsJSFunctionCall()); in GetOsrValueLocation()
1081 } else if (descriptor->IsJSFunctionCall()) { in AssemblePrologue()
1348 } else if (descriptor->IsJSFunctionCall()) { in AssemblePrologue()
1422 } else if (descriptor->IsJSFunctionCall()) { in AssemblePrologue()
1559 } else if (descriptor->IsJSFunctionCall()) { in AssemblePrologue()
1449 } else if (descriptor->IsJSFunctionCall()) { in AssemblePrologue()
1688 } else if (descriptor->IsJSFunctionCall()) { in AssemblePrologue()
1798 } else if (descriptor->IsJSFunctionCall()) { in AssemblePrologue()
1811 } else if (descriptor->IsJSFunctionCall()) { in AssemblePrologue()