Lines Matching refs:BaseHandleScope
43 class PACKED(4) BaseHandleScope {
58 BaseHandleScope* GetLink() const { in GetLink()
68 BaseHandleScope(BaseHandleScope* link, uint32_t num_references) in BaseHandleScope() function
73 explicit BaseHandleScope(BaseHandleScope* link) in BaseHandleScope() function
80 BaseHandleScope* const link_;
86 DISALLOW_COPY_AND_ASSIGN(BaseHandleScope);
92 class PACKED(4) HandleScope : public BaseHandleScope {
135 static HandleScope* Create(void* storage, BaseHandleScope* link, uint32_t num_references) in Create()
165 HandleScope(BaseHandleScope* link, uint32_t num_references) in HandleScope()
166 : BaseHandleScope(link, num_references) {} in HandleScope()
240 explicit ALWAYS_INLINE FixedSizeHandleScope(BaseHandleScope* link,
282 class VariableSizedHandleScope : public BaseHandleScope {
306 - /* BaseHandleScope::link_ */ sizeof(BaseHandleScope*)