Searched defs:num_references (Results 1 – 3 of 3) sorted by relevance
70 BaseHandleScope(BaseHandleScope* link, uint32_t num_references) in BaseHandleScope()137 static HandleScope* Create(void* storage, BaseHandleScope* link, uint32_t num_references) in Create()161 HandleScope(BaseHandleScope* link, uint32_t num_references) in HandleScope()
67 inline size_t HandleScope::SizeOf(uint32_t num_references) { in SizeOf()73 inline size_t HandleScope::SizeOf(PointerSize pointer_size, uint32_t num_references) { in SizeOf()
666 size_t num_references = NumStackReferences(Thread::Current()); in expectNumStackReferences() local