Searched refs:PrettyMethod (Results 76 - 81 of 81) sorted by relevance

1234

/art/runtime/mirror/
H A Dclass-inl.h536 DCHECK(declaring_class->IsInterface()) << method->PrettyMethod();
/art/compiler/optimizing/
H A Dinstruction_builder.cc1057 << dex_file_->PrettyMethod(dex_compilation_unit_->GetDexMethodIndex())
1071 << dex_file_->PrettyMethod(dex_compilation_unit_->GetDexMethodIndex())
2761 << dex_file_->PrettyMethod(dex_compilation_unit_->GetDexMethodIndex())
/art/runtime/
H A Ddex_file_annotations.cc1510 DCHECK(code_item != nullptr) << method->PrettyMethod() << " " << dex_file->GetLocation();
H A Djni_internal.cc2267 VLOG(jni) << "[Registering JNI native method " << m->PrettyMethod() << "]";
2276 LOG(WARNING) << "!bang JNI is deprecated. Switch to @FastNative for " << m->PrettyMethod();
H A Dclass_linker_test.cc1370 << method->PrettyMethod(true);
/art/runtime/gc/collector/
H A Dconcurrent_copying.cc1804 << ArtMethod::PrettyMethod(method);

Completed in 151 milliseconds

1234