Lines Matching refs:frame
169 if (!it.done()) function = handle(it.frame()->function(), isolate);
534 BytecodeOffset OffsetOfNextJumpLoop(Isolate* isolate, UnoptimizedFrame* frame) {
535 Handle<BytecodeArray> bytecode_array(frame->GetBytecodeArray(), isolate);
536 const int current_offset = frame->GetBytecodeOffset();
572 // The optional parameter determines the frame being targeted.
582 if (!it.done()) function = handle(it.frame()->function(), isolate);
614 if (!it.frame()->is_unoptimized()) {
647 OffsetOfNextJumpLoop(isolate, UnoptimizedFrame::cast(it.frame()));
660 isolate, function, osr_offset, UnoptimizedFrame::cast(it.frame()),
678 Handle<JSFunction> function = handle(it.frame()->function(), isolate);
683 if (!it.frame()->is_unoptimized()) {
783 // Additionally, detect activations of this frame on the stack, and report the
784 // status of the topmost frame.
785 JavaScriptFrame* frame = nullptr;
788 if (it.frame()->function() == *function) {
789 frame = it.frame();
794 if (frame != nullptr) {
796 if (frame->is_optimized()) {
799 } else if (frame->is_interpreted()) {
802 } else if (frame->is_baseline()) {