Lines Matching refs:BaseHandleScope
45 class PACKED(4) BaseHandleScope {
60 BaseHandleScope* GetLink() const { in GetLink()
70 BaseHandleScope(BaseHandleScope* link, uint32_t num_references) in BaseHandleScope() function
75 explicit BaseHandleScope(BaseHandleScope* link) in BaseHandleScope() function
82 BaseHandleScope* const link_;
88 DISALLOW_COPY_AND_ASSIGN(BaseHandleScope);
94 class PACKED(4) HandleScope : public 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()
162 : BaseHandleScope(link, num_references) {} in HandleScope()
198 explicit ALWAYS_INLINE FixedSizeHandleScope(BaseHandleScope* link,
244 class VariableSizedHandleScope : public BaseHandleScope {