Home
last modified time | relevance | path

Searched refs:cur_entry_ (Results 1 – 1 of 1) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2008 cur_entry_(0), in FillJniCall()
2016 cur_entry_ = 0U; in Reset()
2022 while (cur_entry_ < expected_slots) { in ResetRemainingScopeSlots()
2023 handle_scope_->GetMutableHandle(cur_entry_++).Assign(nullptr); in ResetRemainingScopeSlots()
2028 DCHECK_NE(cur_entry_, 0U); in ResetRemainingScopeSlots()
2038 size_t cur_entry_; member in art::BuildGenericJniFrameVisitor::FillJniCall
2052 MutableHandle<mirror::Object> h = handle_scope_->GetMutableHandle(cur_entry_); in PushHandle()
2055 cur_entry_++; in PushHandle()