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

  /art/runtime/
common_dex_operations.h 101 HandleWrapperObjPtr<mirror::Object> h(hs.NewHandleWrapper(&obj));
160 HandleWrapperObjPtr<mirror::Object> h(hs.NewHandleWrapper(&obj));
163 HandleWrapper<mirror::Object> ret(hs.NewHandleWrapper<mirror::Object>(
203 HandleWrapperObjPtr<mirror::Object> h_reg(hs.NewHandleWrapper(&reg));
204 HandleWrapperObjPtr<mirror::Object> h_obj(hs.NewHandleWrapper(&obj));
handle_scope-inl.h 124 inline HandleWrapper<T> FixedSizeHandleScope<kNumReferences>::NewHandleWrapper(T** object) {
129 inline HandleWrapperObjPtr<T> FixedSizeHandleScope<kNumReferences>::NewHandleWrapper(
handle_scope.h 221 ALWAYS_INLINE HandleWrapper<T> NewHandleWrapper(T** object)
225 ALWAYS_INLINE HandleWrapperObjPtr<T> NewHandleWrapper(ObjPtr<T>* object)
class_linker-inl.h 50 HandleWrapperObjPtr<mirror::Class> h_element_class(hs.NewHandleWrapper(element_class));
68 HandleWrapperObjPtr<mirror::Class> referrer_wrapper = hs.NewHandleWrapper(&referrer);
reflection_test.cc 122 HandleWrapperObjPtr<mirror::Class> h_class(hs2.NewHandleWrapper(&c));
130 HandleWrapperObjPtr<mirror::Object> h(hs.NewHandleWrapper(receiver));
intern_table.cc 245 auto h = hs.NewHandleWrapper(&s);
reflection.cc 606 HandleWrapperObjPtr<mirror::Class> h_class(hs.NewHandleWrapper(&declaring_class));
    [all...]
method_handles.cc 629 HandleWrapperObjPtr<mirror::Class> h(hs.NewHandleWrapper(&klass));
    [all...]
debugger.cc     [all...]
jni_internal.cc     [all...]
thread.cc     [all...]
class_linker.cc     [all...]
  /art/runtime/entrypoints/quick/
quick_field_entrypoints.cc 50 HandleWrapper<mirror::Object> h(hs.NewHandleWrapper(obj));
134 HandleWrapper<mirror::Object> h_obj(hs.NewHandleWrapper( \
165 HandleWrapper<mirror::Object> h_obj(hs.NewHandleWrapper( \
quick_jni_entrypoints.cc 162 HandleWrapperObjPtr<mirror::Object> h_obj(hs.NewHandleWrapper(&o));
quick_trampoline_entrypoints.cc     [all...]
  /art/runtime/gc/
heap-inl.h 59 HandleWrapperObjPtr<mirror::Class> h = hs.NewHandleWrapper(&klass);
241 auto klass_wrapper = hs.NewHandleWrapper(klass);
allocation_record.cc 276 auto obj_wrapper = hs.NewHandleWrapper(obj);
heap.cc     [all...]
  /art/runtime/interpreter/
interpreter_common.cc 173 HandleWrapperObjPtr<mirror::Object> h = hs.NewHandleWrapper(&obj);
358 HandleWrapperObjPtr<mirror::Object> h = hs.NewHandleWrapper(&obj);
360 HandleWrapper<mirror::Object> ret(hs.NewHandleWrapper<mirror::Object>(
    [all...]
interpreter.cc 619 HandleWrapperObjPtr<mirror::Class> h_declaring_class(hs.NewHandleWrapper(&declaring_class));
interpreter_switch_impl.cc 146 hs.NewHandleWrapper(LIKELY(save_ref == nullptr) ? &null_obj : save_ref->GetGCRoot()));
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 446 HandleWrapperObjPtr<mirror::Object> h_this(hs.NewHandleWrapper(this_object));
494 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/openjdkjvmti/
events.cc 296 auto h = hs.NewHandleWrapper(obj);
    [all...]
  /art/compiler/driver/
compiler_driver.cc     [all...]

Completed in 1001 milliseconds