Home
last modified time | relevance | path

Searched refs:input_or_debug_pos (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/runtime/
H A Druntime-generator.cc146 int pc = Smi::cast(generator.input_or_debug_pos()).value(); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-printer.cc630 os << "\n - input: " << Brief(input_or_debug_pos()); in JSGeneratorObjectPrint()
633 os << "\n - debug pos: " << Brief(input_or_debug_pos()); in JSGeneratorObjectPrint()
/third_party/node/deps/v8/src/compiler/
H A Dbytecode-graph-builder.cc3818 // Update the accumulator with the generator's input_or_debug_pos. in VisitResumeGenerator()
3819 Node* input_or_debug_pos = in VisitResumeGenerator() local
3821 environment()->BindAccumulator(input_or_debug_pos); in VisitResumeGenerator()
/third_party/node/deps/v8/src/execution/
H A Disolate.cc743 int offset = Smi::ToInt(generator_object->input_or_debug_pos()) - in AppendAsyncFrame()
/third_party/node/deps/v8/src/objects/
H A Dobjects.cc6750 int code_offset = Smi::ToInt(input_or_debug_pos()); in source_position()

Completed in 31 milliseconds