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 {
76 // Offset of link within HandleScope, used by generated code.
92 static HandleScope* Create(void* storage, HandleScope* link, uint32_t num_references)
94 return new (storage) HandleScope(lin
104 explicit HandleScope(size_t number_of_references) : function
109 explicit HandleScope(HandleScope* link, uint32_t num_references) : function
123 DISALLOW_COPY_AND_ASSIGN(HandleScope); variable
[all...]

Completed in 65 milliseconds