Searched refs:num_handle_scope_references_ (Results 1 – 1 of 1) sorted by relevance
1838 : num_handle_scope_references_(0), critical_native_(critical_native) {} in ComputeGenericJniFrameSize()1850 void* storage = GetGenericJniHandleScope(managed_sp, num_handle_scope_references_); in ComputeLayout()1853 HandleScope::Create(storage, self->GetTopHandleScope(), num_handle_scope_references_); in ComputeLayout()1857 HandleScope::SizeOf(num_handle_scope_references_) + kJniCookieSize); in ComputeLayout()1896 uint32_t num_handle_scope_references_; member in art::ComputeGenericJniFrameSize1901 num_handle_scope_references_++; in PushHandle()