Home
last modified time | relevance | path

Searched refs:stack_check (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dloop-unrolling.cc60 Node* stack_check = node->InputAt(0); in UnrollLoop() local
61 if (stack_check->opcode() != IrOpcode::kStackPointerGreaterThan) { in UnrollLoop()
68 for (Node* use : stack_check->uses()) { in UnrollLoop()
79 // {stack_check} in UnrollLoop()
87 DCHECK_EQ(NodeProperties::GetEffectInput(use), stack_check); in UnrollLoop() local
88 DCHECK_EQ(NodeProperties::GetEffectInput(stack_check)->opcode(), in UnrollLoop()
91 NodeProperties::GetEffectInput(stack_check)); in UnrollLoop()
/third_party/node/deps/v8/src/execution/
H A Disolate.h2518 StackLimitCheck stack_check(isolate); \
2519 if (stack_check.InterruptRequested()) { \
2520 if (stack_check.HasOverflowed()) { \
/third_party/node/deps/v8/src/regexp/x64/
H A Dregexp-macro-assembler-x64.cc1267 ExternalReference stack_check = in CallCheckStackGuardState() local
1269 __ CallCFunction(stack_check, num_arguments); in CallCheckStackGuardState()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.cc496 RegExpMacroAssembler::StackCheckFlag stack_check = in PerformDeferredActions() local
499 stack_check = RegExpMacroAssembler::kCheckStackLimit; in PerformDeferredActions()
503 assembler->PushRegister(reg, stack_check); in PerformDeferredActions()

Completed in 13 milliseconds