Lines Matching refs:frame
201 JavaScriptFrame* top_frame = top_it.frame();
234 // Determine the frame that triggered the OSR request.
236 UnoptimizedFrame* frame = UnoptimizedFrame::cast(it.frame());
238 DCHECK_IMPLIES(frame->is_interpreted(),
239 frame->LookupCode().is_interpreter_trampoline_builtin());
240 DCHECK_IMPLIES(frame->is_baseline(),
241 frame->LookupCode().kind() == CodeKind::BASELINE);
242 DCHECK(frame->function().shared().HasBytecodeArray());
245 BytecodeOffset osr_offset = BytecodeOffset(frame->GetBytecodeOffset());
254 Handle<JSFunction> function(frame->function(), isolate);
279 if (!Compiler::CompileOptimizedOSR(isolate, function, osr_offset, frame, mode)