Home
last modified time | relevance | path

Searched refs:suspend_id (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dbytecode-analysis.cc71 ResumeJumpTarget::ResumeJumpTarget(int suspend_id, int target_offset, in ResumeJumpTarget() argument
73 : suspend_id_(suspend_id), in ResumeJumpTarget()
77 ResumeJumpTarget ResumeJumpTarget::Leaf(int suspend_id, int target_offset) { in Leaf() argument
78 return ResumeJumpTarget(suspend_id, target_offset, target_offset); in Leaf()
83 return ResumeJumpTarget(next.suspend_id(), loop_header_offset, in AtLoopHeader()
526 int suspend_id = iterator.GetUnsignedImmediateOperand(3); in Analyze() variable
529 ResumeJumpTarget::Leaf(suspend_id, resume_offset)); in Analyze()
583 int suspend_id = iterator.GetUnsignedImmediateOperand(3); in Analyze() variable
586 ResumeJumpTarget::Leaf(suspend_id, resume_offset)); in Analyze()
859 int suspend_id in ResumeJumpTargetsAreValid() local
[all...]
H A Dbytecode-analysis.h46 static ResumeJumpTarget Leaf(int suspend_id, int target_offset);
53 int suspend_id() const { return suspend_id_; } in suspend_id() function in v8::internal::compiler::ResumeJumpTarget
65 ResumeJumpTarget(int suspend_id, int target_offset, int final_target_offset);
H A Dbytecode-graph-builder.cc3668 Node* suspend_id = jsgraph()->SmiConstant( in VisitSuspendGenerator() local
3688 value_inputs[1] = suspend_id; in VisitSuspendGenerator()
3733 NewIfValue(target.suspend_id()); in BuildSwitchOnGeneratorState()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-generator-gen.cc210 auto suspend_id = SmiTag(UncheckedParameter<IntPtrT>(Descriptor::kSuspendId)); in TF_BUILTIN() local
211 StoreJSGeneratorObjectContinuation(generator, suspend_id); in TF_BUILTIN()
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-array-builder.h480 int suspend_id);
H A Dbytecode-array-builder.cc1388 Register generator, RegisterList registers, int suspend_id) { in SuspendGenerator()
1390 suspend_id); in SuspendGenerator()
1387 SuspendGenerator( Register generator, RegisterList registers, int suspend_id) SuspendGenerator() argument
H A Dinterpreter-generator.cc2997 // <suspend_id>
3000 // the current context, |suspend_id|, and the current bytecode offset
3010 TNode<Smi> suspend_id = BytecodeOperandUImmSmi(3); in IGNITION_HANDLER() local
3020 suspend_id); in IGNITION_HANDLER()
H A Dbytecode-generator.cc4648 // Suspends the generator to resume at the next suspend_id, with output stored
4658 const int suspend_id = suspend_count_++; in BuildSuspendPoint() local
4665 builder()->SuspendGenerator(generator_object(), registers, suspend_id); in BuildSuspendPoint() local
4668 builder()->Bind(generator_jump_table_, suspend_id); in BuildSuspendPoint()

Completed in 30 milliseconds