Searched defs:BaseHandleScope (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dhandle_scope.h43 class PACKED(4) BaseHandleScope {
57 // Link to previous BaseHandleScope or null.
58 BaseHandleScope* GetLink() const {
68 BaseHandleScope(BaseHandleScope* link, uint32_t num_references) function
73 explicit BaseHandleScope(BaseHandleScope* link) function
80 BaseHandleScope* const link_;
86 DISALLOW_COPY_AND_ASSIGN(BaseHandleScope); variable
92 class PACKED(4) HandleScope : public BaseHandleScope {
[all...]

Completed in 421 milliseconds