Lines Matching full:current_frame
67 for (ShadowFrame* current_frame = current_fragment->top_shadow_frame_; current_frame != NULL;
68 current_frame = current_frame->GetLink()) {
69 if (current_frame->GetMethod()->IsNative()) {
71 count += current_frame->NumberOfVRegs();
81 for (ShadowFrame* current_frame = current_fragment->top_shadow_frame_; current_frame != NULL;
82 current_frame = current_frame->GetLink()) {
83 if (current_frame->Contains(shadow_frame_entry)) {