Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dhandle_scope.h32 class HandleScope; variable
171 explicit HandleScope(size_t capacity) : HandleScope(nullptr, capacity) {} in HandleScope() function
173 HandleScope(BaseHandleScope* link, uint32_t capacity) in HandleScope() function
H A Dhandle.h130 friend class HandleScope; variable
180 friend class HandleScope; variable
H A Dstack.h40 class HandleScope; variable
/aosp_15_r20/art/runtime/entrypoints/
H A Dentrypoint_utils.h45 class HandleScope; variable