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 78 HandleWrapperObjPtr<mirror::Object> h(hs.NewHandleWrapper(&obj));
137 HandleWrapperObjPtr<mirror::Object> h(hs.NewHandleWrapper(&obj));
140 HandleWrapper<mirror::Object> ret(hs.NewHandleWrapper<mirror::Object>(
180 HandleWrapperObjPtr<mirror::Object> h_reg(hs.NewHandleWrapper(&reg));
181 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 220 ALWAYS_INLINE HandleWrapper<T> NewHandleWrapper(T** object)
224 ALWAYS_INLINE HandleWrapperObjPtr<T> NewHandleWrapper(ObjPtr<T>* 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));
intern_table.cc 245 auto h = hs.NewHandleWrapper(&s);
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...]
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));
129 HandleWrapper<mirror::Object> h_obj(hs.NewHandleWrapper( \
160 HandleWrapper<mirror::Object> h_obj(hs.NewHandleWrapper( \
quick_jni_entrypoints.cc 165 HandleWrapperObjPtr<mirror::Object> h_obj(hs.NewHandleWrapper(&o));
quick_trampoline_entrypoints.cc     [all...]
  /art/runtime/gc/
heap-inl.h 58 HandleWrapperObjPtr<mirror::Class> h = hs.NewHandleWrapper(&klass);
239 auto klass_wrapper = hs.NewHandleWrapper(klass);
allocation_record.cc 275 auto obj_wrapper = hs.NewHandleWrapper(obj);
heap.cc     [all...]
  /art/runtime/interpreter/
interpreter_common.cc 159 HandleWrapperObjPtr<mirror::Object> h = hs.NewHandleWrapper(&obj);
336 HandleWrapperObjPtr<mirror::Object> h = hs.NewHandleWrapper(&obj);
338 HandleWrapper<mirror::Object> ret(hs.NewHandleWrapper<mirror::Object>(
    [all...]
interpreter.cc 620 HandleWrapperObjPtr<mirror::Class> h_declaring_class(hs.NewHandleWrapper(&declaring_class));
interpreter_switch_impl.cc 133 hs.NewHandleWrapper(LIKELY(save_ref == nullptr) ? &null_obj : save_ref->GetGCRoot()));
    [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/openjdkjvmti/
events.cc 201 auto h = hs.NewHandleWrapper(obj);
  /art/compiler/driver/
compiler_driver.cc     [all...]

Completed in 432 milliseconds