Searched refs:input_or_debug_pos (Results 1 – 6 of 6) sorted by relevance
24 ACCESSORS(JSGeneratorObject, input_or_debug_pos, Object, kInputOrDebugPosOffset) in CAST_ACCESSOR()
32 DECL_ACCESSORS(input_or_debug_pos, Object)
106 int pc = Smi::cast(generator->input_or_debug_pos())->value(); in RUNTIME_FUNCTION()
679 os << "\n - input: " << Brief(input_or_debug_pos()); in JSGeneratorObjectPrint()682 os << "\n - debug pos: " << Brief(input_or_debug_pos()); in JSGeneratorObjectPrint()
18754 int code_offset = Smi::ToInt(input_or_debug_pos()); in source_position()
2977 Node* input_or_debug_pos = in VisitResumeGenerator() local2979 environment()->BindAccumulator(input_or_debug_pos); in VisitResumeGenerator()