Home
last modified time | relevance | path

Searched refs:StackCheck (Results 1 - 18 of 18) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.h304 void StackCheck(WasmInstanceCacheNodes* shared_memory_instance_cache,
H A Dbytecode-graph-builder.cc1321 NewNode(javascript()->StackCheck(StackCheckKind::kJSFunctionEntry)); in BuildFunctionEntryStackCheck()
1328 NewNode(javascript()->StackCheck(StackCheckKind::kJSIterationBody)); in BuildIterationBodyStackCheck()
1335 NewNode(javascript()->StackCheck(StackCheckKind::kJSFunctionEntry)); in BuildOSREntryStackCheck()
H A Djs-operator.h1088 const Operator* StackCheck(StackCheckKind kind);
H A Djs-operator.cc1395 const Operator* JSOperatorBuilder::StackCheck(StackCheckKind kind) { in StackCheck() function in v8::internal::compiler::JSOperatorBuilder
H A Dwasm-compiler.cc728 void WasmGraphBuilder::StackCheck( in StackCheck() function in v8::internal::compiler::WasmGraphBuilder
815 StackCheck(nullptr, 0); in PatchInStackCheckIfNeeded()
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc452 static OutOfLineCode StackCheck( in StackCheck() function
683 void StackCheck(FullDecoder* decoder, WasmCodePosition position) { in StackCheck() function
720 out_of_line_code_.push_back(OutOfLineCode::StackCheck( in StackCheck()
724 __ StackCheck(ool.label.get(), limit_address); in StackCheck()
914 StackCheck(decoder, 0); in StartFunctionBody()
1188 StackCheck(decoder, decoder->position()); in Loop()
H A Dliftoff-assembler.h1456 inline void StackCheck(Label* ool_code, Register limit_address);
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-definitions.h1061 ASM(StackCheck, Dummy) \
/third_party/node/deps/v8/src/wasm/
H A Dgraph-builder-interface.cc261 builder_->StackCheck(decoder->module_->has_shared_memory in Loop()
/third_party/node/deps/v8/src/wasm/baseline/ppc/
H A Dliftoff-assembler-ppc.h2892 void LiftoffAssembler::StackCheck(Label* ool_code, Register limit_address) { in StackCheck() function in v8::internal::wasm::LiftoffAssembler
/third_party/node/deps/v8/src/wasm/baseline/mips/
H A Dliftoff-assembler-mips.h2894 void LiftoffAssembler::StackCheck(Label* ool_code, Register limit_address) { in StackCheck() function in v8::internal::wasm::LiftoffAssembler
/third_party/node/deps/v8/src/wasm/baseline/loong64/
H A Dliftoff-assembler-loong64.h2867 void LiftoffAssembler::StackCheck(Label* ool_code, Register limit_address) { in StackCheck() function in v8::internal::wasm::LiftoffAssembler
/third_party/node/deps/v8/src/wasm/baseline/s390/
H A Dliftoff-assembler-s390.h2897 void LiftoffAssembler::StackCheck(Label* ool_code, Register limit_address) { in StackCheck() function in v8::internal::wasm::LiftoffAssembler
/third_party/node/deps/v8/src/wasm/baseline/mips64/
H A Dliftoff-assembler-mips64.h3430 void LiftoffAssembler::StackCheck(Label* ool_code, Register limit_address) { in StackCheck() function in v8::internal::wasm::LiftoffAssembler
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h4458 void LiftoffAssembler::StackCheck(Label* ool_code, Register limit_address) {
/third_party/node/deps/v8/src/wasm/baseline/arm/
H A Dliftoff-assembler-arm.h4060 void LiftoffAssembler::StackCheck(Label* ool_code, Register limit_address) {
/third_party/node/deps/v8/src/wasm/baseline/x64/
H A Dliftoff-assembler-x64.h4006 void LiftoffAssembler::StackCheck(Label* ool_code, Register limit_address) { in StackCheck() function in v8::internal::wasm::LiftoffAssembler
/third_party/node/deps/v8/src/wasm/baseline/riscv64/
H A Dliftoff-assembler-riscv64.h3626 void LiftoffAssembler::StackCheck(Label* ool_code, Register limit_address) { in StackCheck() function in v8::internal::wasm::LiftoffAssembler

Completed in 116 milliseconds