Searched refs:force_frame_pop (Results 1 – 1 of 1) sorted by relevance
756 bool force_frame_pop = false; in artQuickToInterpreterBridge() local792 force_frame_pop = shadow_frame->GetForcePopFrame(); in artQuickToInterpreterBridge()814 << (force_frame_pop ? " for frame-pop" : ""); in artQuickToInterpreterBridge()815 DCHECK(!force_frame_pop || result.GetJ() == 0) << "Force frame pop should have no result."; in artQuickToInterpreterBridge()816 if (force_frame_pop && self->GetException() != nullptr) { in artQuickToInterpreterBridge()825 force_frame_pop ? nullptr : self->GetException(), in artQuickToInterpreterBridge()