Home
last modified time | relevance | path

Searched defs:num_references (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dhandle_scope-inl.h54 inline size_t HandleScope::SizeOf(uint32_t num_references) { in SizeOf()
60 inline size_t HandleScope::SizeOf(size_t pointer_size, uint32_t num_references) { in SizeOf()
Dhandle_scope.h91 static HandleScope* Create(void* storage, HandleScope* link, uint32_t num_references) in Create()
108 HandleScope(HandleScope* link, uint32_t num_references) : in HandleScope()