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

/art/runtime/
H A Dhandle_scope.h38 class PACKED(4) HandleScope {
40 ~HandleScope() {}
51 // Returns the size of a HandleScope containing num_references handles.
54 // Returns the size of a HandleScope containing num_references handles.
57 // Link to previous HandleScope or null.
58 HandleScope* GetLink() const {
75 // Offset of link within HandleScope, used by generated code.
91 static HandleScope* Create(void* storage, HandleScope* link, uint32_t num_references)
93 return new (storage) HandleScope(lin
103 explicit HandleScope(size_t number_of_references) : function
108 HandleScope(HandleScope* link, uint32_t num_references) : function
122 DISALLOW_COPY_AND_ASSIGN(HandleScope); variable
[all...]

Completed in 96 milliseconds