Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1812 : num_handle_scope_references_(0), critical_native_(critical_native) {} in ComputeGenericJniFrameSize()
1824 void* storage = GetGenericJniHandleScope(managed_sp, num_handle_scope_references_); in ComputeLayout()
1827 HandleScope::Create(storage, self->GetTopHandleScope(), num_handle_scope_references_); in ComputeLayout()
1831 HandleScope::SizeOf(num_handle_scope_references_) + kJniCookieSize); in ComputeLayout()
1870 uint32_t num_handle_scope_references_; member in art::ComputeGenericJniFrameSize
1875 num_handle_scope_references_++; in PushHandle()