Home
last modified time | relevance | path

Searched refs:IsJSFunctionCall (Results 1 – 13 of 13) sorted by relevance

/external/v8/test/cctest/compiler/
Dtest-linkage.cc69 CHECK_EQ(true, descriptor->IsJSFunctionCall()); in TEST()
84 CHECK_EQ(false, descriptor->IsJSFunctionCall()); in TEST()
101 CHECK_EQ(true, descriptor->IsJSFunctionCall()); in TEST()
/external/v8/src/compiler/
Dlinkage.h192 bool IsJSFunctionCall() const { return kind_ == kCallJSFunction; } in IsJSFunctionCall() function
195 return IsCFunctionCall() || IsJSFunctionCall(); in RequiresFrameAsIncoming()
209 DCHECK(IsJSFunctionCall()); in JSParameterCount()
Dcode-generator.cc78 if (linkage()->GetIncomingDescriptor()->IsJSFunctionCall()) { in GenerateCode()
251 if (linkage()->GetIncomingDescriptor()->IsJSFunctionCall()) { in IsMaterializableFromFrame()
716 bool has_frame = descriptor->IsJSFunctionCall() || spill_slots > 0; in TailCallFrameStackSlotDelta()
Dfast-accessor-assembler.cc45 CHECK(assembler_->call_descriptor()->IsJSFunctionCall()); in GetReceiver()
Dlinkage.cc494 CHECK(incoming_->IsJSFunctionCall()); in GetOsrValueLocation()
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc1081 } else if (descriptor->IsJSFunctionCall()) { in AssemblePrologue()
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc1348 } else if (descriptor->IsJSFunctionCall()) { in AssemblePrologue()
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc1422 } else if (descriptor->IsJSFunctionCall()) { in AssemblePrologue()
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc1559 } else if (descriptor->IsJSFunctionCall()) { in AssemblePrologue()
/external/v8/src/compiler/mips/
Dcode-generator-mips.cc1449 } else if (descriptor->IsJSFunctionCall()) { in AssemblePrologue()
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc1688 } else if (descriptor->IsJSFunctionCall()) { in AssemblePrologue()
/external/v8/src/compiler/x87/
Dcode-generator-x87.cc1798 } else if (descriptor->IsJSFunctionCall()) { in AssemblePrologue()
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc1811 } else if (descriptor->IsJSFunctionCall()) { in AssemblePrologue()