Home
last modified time | relevance | path

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

/art/runtime/
Dhandle_scope_test.cc120 Handle<mirror::Object> null_handle = hs.NewHandle<mirror::Object>(nullptr); in TEST_F() local
121 handles.push_back(null_handle); in TEST_F()
/art/runtime/jit/
Djit.cc854 ScopedNullHandle<mirror::ClassLoader> null_handle; in Run() local
864 self, boot_class_path, boot_profile, null_handle, /* add_to_queue= */ true); in Run()
871 self, boot_class_path, profile_file, null_handle, /* add_to_queue= */ true); in Run()