Home | History | Annotate | Download | only in runtime

Lines Matching full:handle

24 #include "handle.h"
42 // Number of references contained within this handle scope.
65 ALWAYS_INLINE Handle<mirror::Object> GetHandle(size_t i)
81 // Offset of length within handle scope, used by generated code.
86 // Offset of link within handle scope, used by generated code.
113 // Link-list of handle scopes. The root is held by a Thread.
131 HandleWrapper(T** obj, const MutableHandle<T>& handle)
132 : MutableHandle<T>(handle), obj_(obj) {
145 // Scoped handle storage of a fixed size that is usually stack allocated.
176 // The thread that the stack handle scope is a linked list upon. The stack handle scope will
187 // scope handle have the same fixed sized.
188 // Calls to NewHandle will create a new handle inside the top StackHandleScope.
189 // When the handle scope becomes full a new one is created and push on top of the