Home
last modified time | relevance | path

Searched defs:suspend_id (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dbytecode-analysis.h53 int suspend_id() const { return suspend_id_; } in suspend_id() function in v8::internal::compiler::ResumeJumpTarget
H A Dbytecode-analysis.cc71 ResumeJumpTarget::ResumeJumpTarget(int suspend_id, int target_offset, in ResumeJumpTarget() argument
77 ResumeJumpTarget ResumeJumpTarget::Leaf(int suspend_id, int target_offset) { in Leaf() argument
526 int suspend_id = iterator.GetUnsignedImmediateOperand(3); in Analyze() variable
583 int suspend_id = iterator.GetUnsignedImmediateOperand(3); in Analyze() variable
859 int suspend_id in ResumeJumpTargetsAreValid() local
[all...]
H A Dbytecode-graph-builder.cc3668 Node* suspend_id = jsgraph()->SmiConstant( in VisitSuspendGenerator() local
/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
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-generator.cc3010 TNode<Smi> suspend_id = BytecodeOperandUImmSmi(3); in IGNITION_HANDLER() local
H A Dbytecode-array-builder.cc1387 SuspendGenerator( Register generator, RegisterList registers, int suspend_id) SuspendGenerator() argument
H A Dbytecode-generator.cc4658 const int suspend_id = suspend_count_++; in BuildSuspendPoint() local
4665 builder()->SuspendGenerator(generator_object(), registers, suspend_id); in BuildSuspendPoint() local

Completed in 48 milliseconds