Searched defs:h_new_class_out (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dclass_linker.cc4035 MutableHandle<mirror::Class>* h_new_class_out) {
4068 h_new_class_out->Assign(klass.Get());
4096 h_new_class_out->Assign(h_new_class.Get());
4033 LinkClass(Thread* self, const char* descriptor, Handle<mirror::Class> klass, Handle<mirror::ObjectArray<mirror::Class>> interfaces, MutableHandle<mirror::Class>* h_new_class_out) argument

Completed in 153 milliseconds