Home
last modified time | relevance | path

Searched refs:null_handle (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jit/
Djit.cc949 ScopedNullHandle<mirror::ClassLoader> null_handle; in Run() local
957 self, boot_class_path, boot_profile, null_handle, /* add_to_queue= */ true); in Run()
960 self, boot_class_path, profile_file, null_handle, /* add_to_queue= */ true); in Run()
/art/runtime/
Dclass_linker.cc8233 ScopedNullHandle<mirror::PointerArray> null_handle; in LinkInterfaceMethods() local
8234 Handle<mirror::PointerArray> input_vtable_array(null_handle); in LinkInterfaceMethods()