/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-compiler.h | 304 void StackCheck(WasmInstanceCacheNodes* shared_memory_instance_cache,
|
H A D | bytecode-graph-builder.cc | 1321 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 D | js-operator.h | 1088 const Operator* StackCheck(StackCheckKind kind);
|
H A D | js-operator.cc | 1395 const Operator* JSOperatorBuilder::StackCheck(StackCheckKind kind) { in StackCheck() function in v8::internal::compiler::JSOperatorBuilder
|
H A D | wasm-compiler.cc | 728 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 D | liftoff-compiler.cc | 452 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 D | liftoff-assembler.h | 1456 inline void StackCheck(Label* ool_code, Register limit_address);
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-definitions.h | 1061 ASM(StackCheck, Dummy) \
|
/third_party/node/deps/v8/src/wasm/ |
H A D | graph-builder-interface.cc | 261 builder_->StackCheck(decoder->module_->has_shared_memory in Loop()
|
/third_party/node/deps/v8/src/wasm/baseline/ppc/ |
H A D | liftoff-assembler-ppc.h | 2892 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 D | liftoff-assembler-mips.h | 2894 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 D | liftoff-assembler-loong64.h | 2867 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 D | liftoff-assembler-s390.h | 2897 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 D | liftoff-assembler-mips64.h | 3430 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 D | liftoff-assembler-ia32.h | 4458 void LiftoffAssembler::StackCheck(Label* ool_code, Register limit_address) {
|
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
H A D | liftoff-assembler-arm.h | 4060 void LiftoffAssembler::StackCheck(Label* ool_code, Register limit_address) {
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 4006 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 D | liftoff-assembler-riscv64.h | 3626 void LiftoffAssembler::StackCheck(Label* ool_code, Register limit_address) { in StackCheck() function in v8::internal::wasm::LiftoffAssembler
|