Searched refs:IsJSFunctionCall (Results 1 – 8 of 8) sorted by relevance
71 CHECK_EQ(true, descriptor->IsJSFunctionCall()); in TEST()98 CHECK_EQ(true, descriptor->IsJSFunctionCall()); in TEST()
64 if (frame->GetSpillSlotCount() > 0 || incoming_->IsJSFunctionCall() || in GetFrameOffset()
36 if (linkage()->GetIncomingDescriptor()->IsJSFunctionCall()) { in GenerateCode()64 if (linkage()->GetIncomingDescriptor()->IsJSFunctionCall()) { in GenerateCode()
81 bool IsJSFunctionCall() const { return kind_ == kCallJSFunction; } in IsJSFunctionCall() function
723 } else if (descriptor->IsJSFunctionCall()) { in AssemblePrologue()785 int pop_count = descriptor->IsJSFunctionCall() in AssembleReturn()
652 } else if (descriptor->IsJSFunctionCall()) { in AssemblePrologue()711 int pop_count = descriptor->IsJSFunctionCall() in AssembleReturn()
636 } else if (descriptor->IsJSFunctionCall()) { in AssemblePrologue()690 int pop_count = descriptor->IsJSFunctionCall() in AssembleReturn()
804 } else if (descriptor->IsJSFunctionCall()) { in AssemblePrologue()865 int pop_count = descriptor->IsJSFunctionCall() in AssembleReturn()