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.cc2034 cur_entry_(0), in FillJniCall()
2042 cur_entry_ = 0U; in Reset()
2048 while (cur_entry_ < expected_slots) { in ResetRemainingScopeSlots()
2049 handle_scope_->GetMutableHandle(cur_entry_++).Assign(nullptr); in ResetRemainingScopeSlots()
2054 DCHECK_NE(cur_entry_, 0U); in ResetRemainingScopeSlots()
2064 size_t cur_entry_; member in art::BuildGenericJniFrameVisitor::FillJniCall
2078 MutableHandle<mirror::Object> h = handle_scope_->GetMutableHandle(cur_entry_); in PushHandle()
2081 cur_entry_++; in PushHandle()