HomeSort by relevance Sort by last modified time
    Searched refs:HandleWrapperObjPtr (Results 1 - 17 of 17) sorted by null

  /art/runtime/
handle_scope.h 197 class HandleWrapperObjPtr : public MutableHandle<T> {
199 HandleWrapperObjPtr(ObjPtr<T>* obj, const MutableHandle<T>& handle)
202 HandleWrapperObjPtr(const HandleWrapperObjPtr&) = default;
204 ~HandleWrapperObjPtr() {
224 ALWAYS_INLINE HandleWrapperObjPtr<T> NewHandleWrapper(ObjPtr<T>* object)
common_dex_operations.h 78 HandleWrapperObjPtr<mirror::Object> h(hs.NewHandleWrapper(&obj));
137 HandleWrapperObjPtr<mirror::Object> h(hs.NewHandleWrapper(&obj));
180 HandleWrapperObjPtr<mirror::Object> h_reg(hs.NewHandleWrapper(&reg));
181 HandleWrapperObjPtr<mirror::Object> h_obj(hs.NewHandleWrapper(&obj));
handle_scope-inl.h 129 inline HandleWrapperObjPtr<T> FixedSizeHandleScope<kNumReferences>::NewHandleWrapper(
131 return HandleWrapperObjPtr<T>(object, NewHandle(*object));
class_linker-inl.h 50 HandleWrapperObjPtr<mirror::Class> h_element_class(hs.NewHandleWrapper(element_class));
reflection_test.cc 121 HandleWrapperObjPtr<mirror::Class> h_class(hs2.NewHandleWrapper(&c));
129 HandleWrapperObjPtr<mirror::Object> h(hs.NewHandleWrapper(receiver));
reflection.cc 602 HandleWrapperObjPtr<mirror::Class> h_class(hs.NewHandleWrapper(&declaring_class));
    [all...]
method_handles.cc 641 HandleWrapperObjPtr<mirror::Class> h(hs.NewHandleWrapper(&klass));
    [all...]
jni_internal.cc     [all...]
thread.cc     [all...]
class_linker.cc     [all...]
  /art/runtime/entrypoints/quick/
quick_jni_entrypoints.cc 165 HandleWrapperObjPtr<mirror::Object> h_obj(hs.NewHandleWrapper(&o));
  /art/runtime/gc/
heap-inl.h 58 HandleWrapperObjPtr<mirror::Class> h = hs.NewHandleWrapper(&klass);
heap.cc     [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 451 HandleWrapperObjPtr<mirror::Object> h_this(hs.NewHandleWrapper(this_object));
499 HandleWrapperObjPtr<mirror::Object> h_this(hs2.NewHandleWrapper(this_object));
    [all...]
  /art/runtime/native/
java_lang_reflect_Field.cc 132 HandleWrapperObjPtr<mirror::Field> h_f(hs.NewHandleWrapper(f));
133 HandleWrapperObjPtr<mirror::Class> h_klass(hs.NewHandleWrapper(&declaring_class));
  /art/runtime/interpreter/
interpreter_common.cc 159 HandleWrapperObjPtr<mirror::Object> h = hs.NewHandleWrapper(&obj);
336 HandleWrapperObjPtr<mirror::Object> h = hs.NewHandleWrapper(&obj);
    [all...]
interpreter.cc 620 HandleWrapperObjPtr<mirror::Class> h_declaring_class(hs.NewHandleWrapper(&declaring_class));

Completed in 781 milliseconds