Home
last modified time | relevance | path

Searched refs:GetMethodDeclaringClassDescriptor (Results 1 – 6 of 6) sorted by relevance

/art/compiler/driver/
Dcompiler_driver_test.cc129 << " " << dex.GetMethodDeclaringClassDescriptor(dex.GetMethodId(i)) in TEST_F()
132 << " " << dex.GetMethodDeclaringClassDescriptor(dex.GetMethodId(i)) << " " in TEST_F()
/art/runtime/
Dart_method-inl.h335 return dex_file->GetMethodDeclaringClassDescriptor(dex_file->GetMethodId(dex_method_idx)); in GetDeclaringClassDescriptor()
Ddex_file.h622 const char* GetMethodDeclaringClassDescriptor(const MethodId& method_id) const { in GetMethodDeclaringClassDescriptor() function
Dutils.cc377 std::string result(PrettyDescriptor(dex_file.GetMethodDeclaringClassDescriptor(method_id))); in PrettyMethod()
Ddex_file.cc825 const char* descriptor = GetMethodDeclaringClassDescriptor(GetMethodId(method_idx)); in DecodeDebugInfo0()
/art/compiler/dex/quick/
Dcodegen_util.cc377 const char* descriptor(cu_->dex_file->GetMethodDeclaringClassDescriptor(method_id)); in CodegenDump()