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

  /art/runtime/
common_dex_operations.h 80 HandleWrapperObjPtr<mirror::Object> h(hs.NewHandleWrapper(&obj));
135 HandleWrapperObjPtr<mirror::Object> h(hs.NewHandleWrapper(&obj));
171 HandleWrapperObjPtr<mirror::Object> h_reg(hs.NewHandleWrapper(&reg));
172 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 243 auto h = hs.NewHandleWrapper(&s);
reflection.cc 601 HandleWrapperObjPtr<mirror::Class> h_class(hs.NewHandleWrapper(&declaring_class));
    [all...]
method_handles.cc 630 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 49 HandleWrapper<mirror::Object> h(hs.NewHandleWrapper(obj));
128 HandleWrapper<mirror::Object> h_obj(hs.NewHandleWrapper( \
159 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 57 HandleWrapperObjPtr<mirror::Class> h = hs.NewHandleWrapper(&klass);
233 auto klass_wrapper = hs.NewHandleWrapper(klass);
allocation_record.cc 274 auto obj_wrapper = hs.NewHandleWrapper(obj);
heap.cc     [all...]
  /art/runtime/openjdkjvmti/
events.cc 195 auto h = hs.NewHandleWrapper(obj);
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 451 hs.NewHandleWrapper(type == kStatic ? &null_this : this_object));
519 HandleWrapperObjPtr<mirror::Object> h_this(hs2.NewHandleWrapper(this_object));
    [all...]
  /art/runtime/native/
java_lang_reflect_Field.cc 130 HandleWrapperObjPtr<mirror::Field> h_f(hs.NewHandleWrapper(f));
131 HandleWrapperObjPtr<mirror::Class> h_klass(hs.NewHandleWrapper(&declaring_class));
  /art/runtime/interpreter/
interpreter_common.cc 153 HandleWrapperObjPtr<mirror::Object> h = hs.NewHandleWrapper(&obj);
326 HandleWrapperObjPtr<mirror::Object> h = hs.NewHandleWrapper(&obj);
    [all...]
interpreter.cc 608 HandleWrapperObjPtr<mirror::Class> h_declaring_class(hs.NewHandleWrapper(&declaring_class));
  /art/compiler/driver/
compiler_driver.cc     [all...]

Completed in 1203 milliseconds