Home
last modified time | relevance | path

Searched refs:GetOutputStackFrameType (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Doptimized-compilation-info.cc151 StackFrame::Type OptimizedCompilationInfo::GetOutputStackFrameType() const { in GetOutputStackFrameType() function in v8::internal::OptimizedCompilationInfo
Doptimized-compilation-info.h217 StackFrame::Type GetOutputStackFrameType() const;
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dcode-generator-arm64.cc3116 StackFrame::TypeToMarker(info()->GetOutputStackFrameType())); in AssembleConstructFrame()
3147 StackFrame::TypeToMarker(info()->GetOutputStackFrameType())); in AssembleConstructFrame()
3163 StackFrame::TypeToMarker(info()->GetOutputStackFrameType())); in AssembleConstructFrame()
3173 StackFrame::TypeToMarker(info()->GetOutputStackFrameType())); in AssembleConstructFrame()
3185 if (info()->GetOutputStackFrameType() == StackFrame::C_WASM_ENTRY) { in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dcode-generator-loong64.cc2205 if (info()->GetOutputStackFrameType() == StackFrame::C_WASM_ENTRY) { in AssembleConstructFrame()
2220 __ StubPrologue(info()->GetOutputStackFrameType()); in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc3393 if (info()->GetOutputStackFrameType() == StackFrame::C_WASM_ENTRY) { in AssembleConstructFrame()
3408 StackFrame::Type type = info()->GetOutputStackFrameType(); in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/arm/
Dcode-generator-arm.cc3695 if (info()->GetOutputStackFrameType() == StackFrame::C_WASM_ENTRY) { in AssembleConstructFrame()
3710 __ StubPrologue(info()->GetOutputStackFrameType()); in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc4023 if (info()->GetOutputStackFrameType() == StackFrame::C_WASM_ENTRY) { in AssembleConstructFrame()
4032 __ StubPrologue(info()->GetOutputStackFrameType()); in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc4028 if (info()->GetOutputStackFrameType() == StackFrame::C_WASM_ENTRY) { in AssembleConstructFrame()
4051 StackFrame::Type type = info()->GetOutputStackFrameType(); in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/mips/
Dcode-generator-mips.cc3961 if (info()->GetOutputStackFrameType() == StackFrame::C_WASM_ENTRY) { in AssembleConstructFrame()
3976 __ StubPrologue(info()->GetOutputStackFrameType()); in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc4661 if (info()->GetOutputStackFrameType() == StackFrame::C_WASM_ENTRY) { in AssembleConstructFrame()
4670 __ StubPrologue(info()->GetOutputStackFrameType()); in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dcode-generator-mips64.cc4163 if (info()->GetOutputStackFrameType() == StackFrame::C_WASM_ENTRY) { in AssembleConstructFrame()
4178 __ StubPrologue(info()->GetOutputStackFrameType()); in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dcode-generator-riscv64.cc3873 if (info()->GetOutputStackFrameType() == StackFrame::C_WASM_ENTRY) { in AssembleConstructFrame()
3884 __ StubPrologue(info()->GetOutputStackFrameType()); in AssembleConstructFrame()