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

/art/runtime/
H A Dhandle_scope-inl.h166 inline VariableSizedHandleScope* BaseHandleScope::AsVariableSized() {
168 return down_cast<VariableSizedHandleScope*>(this);
176 inline const VariableSizedHandleScope* BaseHandleScope::AsVariableSized() const {
178 return down_cast<const VariableSizedHandleScope*>(this);
187 MutableHandle<T> VariableSizedHandleScope::NewHandle(T* object) {
195 inline MutableHandle<MirrorType> VariableSizedHandleScope::NewHandle(ObjPtr<MirrorType> ptr) {
199 inline VariableSizedHandleScope::VariableSizedHandleScope(Thread* const self) function in class:art::VariableSizedHandleScope
206 inline VariableSizedHandleScope::~VariableSizedHandleScope() {
[all...]
H A Dhandle_scope.h36 class VariableSizedHandleScope;
62 ALWAYS_INLINE VariableSizedHandleScope* AsVariableSized();
64 ALWAYS_INLINE const VariableSizedHandleScope* AsVariableSized() const;
257 friend class VariableSizedHandleScope;
282 class VariableSizedHandleScope : public BaseHandleScope { class in namespace:art
284 explicit VariableSizedHandleScope(Thread* const self);
285 ~VariableSizedHandleScope();
319 DISALLOW_COPY_AND_ASSIGN(VariableSizedHandleScope);

Completed in 51 milliseconds