Home
last modified time | relevance | path

Searched defs:HandleScope (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dhandle_scope.h32 class HandleScope; variable
158 explicit HandleScope(size_t number_of_references) : HandleScope(nullptr, number_of_references) {} in HandleScope() function
161 HandleScope(BaseHandleScope* link, uint32_t num_references) in HandleScope() function
Dhandle.h138 friend class HandleScope; variable
188 friend class HandleScope; variable
Dstack.h38 class HandleScope; variable
/art/runtime/entrypoints/
Dentrypoint_utils.h45 class HandleScope; variable