Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dlinkage.h293 bool IsJSFunctionCall() const { return kind_ == kCallJSFunction; } in NON_EXPORTED_BASE()
310 if (IsCFunctionCall() || IsJSFunctionCall()) return true; in NON_EXPORTED_BASE()
350 DCHECK(IsJSFunctionCall()); in NON_EXPORTED_BASE()
Dlinkage.cc593 CHECK(incoming_->IsJSFunctionCall()); in GetOsrValueLocation()
626 if (incoming_->IsJSFunctionCall()) { in ParameterHasSecondaryLocation()
649 if (incoming_->IsJSFunctionCall()) { in GetParameterSecondaryLocation()
Dcode-assembler.cc412 bool CodeAssembler::IsJSFunctionCall() const { in IsJSFunctionCall() function in v8::internal::compiler::CodeAssembler
414 return call_descriptor->IsJSFunctionCall(); in IsJSFunctionCall()
419 DCHECK(call_descriptor->IsJSFunctionCall()); in GetJSContextParameter()
Draw-machine-assembler.cc36 if (call_descriptor->IsJSFunctionCall()) { in RawMachineAssembler()
Dcode-assembler.h1323 bool IsJSFunctionCall() const;
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dcode-generator-arm64.cc3055 if (call_descriptor->IsJSFunctionCall()) { in AssembleConstructFrame()
3081 DCHECK(call_descriptor->IsJSFunctionCall()); in AssembleConstructFrame()
3255 call_descriptor->IsJSFunctionCall(); in AssembleReturn()
/third_party/node/deps/v8/src/compiler/backend/
Dcode-generator.cc216 DCHECK(linkage()->GetIncomingDescriptor()->IsJSFunctionCall()); in AssembleCode()
Dinstruction-selector.cc3050 DCHECK(!caller->IsJSFunctionCall()); in VisitTailCall()
3055 DCHECK(!caller->IsJSFunctionCall()); in VisitTailCall()
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dcode-generator-loong64.cc2217 } else if (call_descriptor->IsJSFunctionCall()) { in AssembleConstructFrame()
2362 call_descriptor->IsJSFunctionCall() && in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc3405 } else if (call_descriptor->IsJSFunctionCall()) { in AssembleConstructFrame()
3550 call_descriptor->IsJSFunctionCall(); in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc4029 } else if (call_descriptor->IsJSFunctionCall()) { in AssembleConstructFrame()
4159 call_descriptor->IsJSFunctionCall(); in AssembleReturn()
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc4048 } else if (call_descriptor->IsJSFunctionCall()) { in AssembleConstructFrame()
4200 call_descriptor->IsJSFunctionCall(); in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/arm/
Dcode-generator-arm.cc3707 } else if (call_descriptor->IsJSFunctionCall()) { in AssembleConstructFrame()
3853 call_descriptor->IsJSFunctionCall(); in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dcode-generator-mips64.cc4175 } else if (call_descriptor->IsJSFunctionCall()) { in AssembleConstructFrame()
4317 call_descriptor->IsJSFunctionCall() && in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc4667 } else if (call_descriptor->IsJSFunctionCall()) { in AssembleConstructFrame()
4829 call_descriptor->IsJSFunctionCall(); in AssembleReturn()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dcode-generator-riscv64.cc3881 } else if (call_descriptor->IsJSFunctionCall()) { in AssembleConstructFrame()
4020 call_descriptor->IsJSFunctionCall() && in AssembleReturn()
/third_party/node/deps/v8/src/compiler/backend/mips/
Dcode-generator-mips.cc3973 } else if (call_descriptor->IsJSFunctionCall()) { in AssembleConstructFrame()
4112 call_descriptor->IsJSFunctionCall() && in AssembleConstructFrame()