Home
last modified time | relevance | path

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

/art/runtime/
Dhandle_scope-inl.h87 inline MutableHandle<mirror::Object> HandleScope::GetMutableHandle(size_t i) { in GetMutableHandle() function
Dhandle_scope.h110 ALWAYS_INLINE MutableHandle<mirror::Object> GetMutableHandle(size_t i)
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2006 handle_scope_->GetMutableHandle(cur_entry_++).Assign(nullptr); in ResetRemainingScopeSlots()
2036 MutableHandle<mirror::Object> h = handle_scope_->GetMutableHandle(cur_entry_); in PushHandle()