Lines Matching full:current_frame
70 for (ShadowFrame* current_frame = current_fragment->top_shadow_frame_; current_frame != nullptr;
71 current_frame = current_frame->GetLink()) {
72 if (current_frame->GetMethod()->IsNative()) {
74 count += current_frame->NumberOfVRegs();
84 for (ShadowFrame* current_frame = current_fragment->top_shadow_frame_; current_frame != nullptr;
85 current_frame = current_frame->GetLink()) {
86 if (current_frame->Contains(shadow_frame_entry)) {