Home
last modified time | relevance | path

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

/external/v8/test/cctest/compiler/
Dtest-linkage.cc71 CHECK_EQ(true, descriptor->IsJSFunctionCall()); in TEST()
98 CHECK_EQ(true, descriptor->IsJSFunctionCall()); in TEST()
/external/v8/src/compiler/
Dlinkage.cc64 if (frame->GetSpillSlotCount() > 0 || incoming_->IsJSFunctionCall() || in GetFrameOffset()
Dcode-generator.cc36 if (linkage()->GetIncomingDescriptor()->IsJSFunctionCall()) { in GenerateCode()
64 if (linkage()->GetIncomingDescriptor()->IsJSFunctionCall()) { in GenerateCode()
Dlinkage.h81 bool IsJSFunctionCall() const { return kind_ == kCallJSFunction; } in IsJSFunctionCall() function
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc723 } else if (descriptor->IsJSFunctionCall()) { in AssemblePrologue()
785 int pop_count = descriptor->IsJSFunctionCall() in AssembleReturn()
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc652 } else if (descriptor->IsJSFunctionCall()) { in AssemblePrologue()
711 int pop_count = descriptor->IsJSFunctionCall() in AssembleReturn()
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc636 } else if (descriptor->IsJSFunctionCall()) { in AssemblePrologue()
690 int pop_count = descriptor->IsJSFunctionCall() in AssembleReturn()
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc804 } else if (descriptor->IsJSFunctionCall()) { in AssemblePrologue()
865 int pop_count = descriptor->IsJSFunctionCall() in AssembleReturn()