Searched defs:num_references (Results 1 – 2 of 2) sorted by relevance
47 inline size_t HandleScope::SizeOf(uint32_t num_references) { in SizeOf()53 inline size_t HandleScope::SizeOf(size_t pointer_size, uint32_t num_references) { in SizeOf()
92 static HandleScope* Create(void* storage, HandleScope* link, uint32_t num_references) in Create()109 explicit HandleScope(HandleScope* link, uint32_t num_references) : in HandleScope()