Searched refs:context_pos (Results 1 – 1 of 1) sorted by relevance
934 TranslatedFrame::iterator context_pos = value_iterator; in DoComputeJSFrame() local938 context_pos++; in DoComputeJSFrame()943 Object* context = context_pos->GetRawValue(); in DoComputeJSFrame()959 values_to_materialize_.push_back({output_address, context_pos}); in DoComputeJSFrame()1179 TranslatedFrame::iterator context_pos = value_iterator; in DoComputeInterpretedFrame() local1185 context_pos++; in DoComputeInterpretedFrame()1190 Object* context = context_pos->GetRawValue(); in DoComputeInterpretedFrame()1199 values_to_materialize_.push_back({output_address, context_pos}); in DoComputeInterpretedFrame()