Home
last modified time | relevance | path

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

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