Searched refs:cur_entry_ (Results 1 – 1 of 1) sorted by relevance
2198 cur_entry_(0), in FillJniCall()2206 cur_entry_ = 0U; in Reset()2212 while (cur_entry_ < expected_slots) { in ResetRemainingScopeSlots()2213 handle_scope_->GetMutableHandle(cur_entry_++).Assign(nullptr); in ResetRemainingScopeSlots()2218 DCHECK_NE(cur_entry_, 0U); in ResetRemainingScopeSlots()2228 size_t cur_entry_; member in art::BuildGenericJniFrameVisitor::FillJniCall2243 MutableHandle<mirror::Object> h = handle_scope_->GetMutableHandle(cur_entry_); in PushHandle()2246 cur_entry_++; in PushHandle()