Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_driver_test.cc126 … << " " << dex->GetMethodDeclaringClassDescriptor(dex->GetMethodId(i)) in TEST_F()
130 … << dex->GetMethodDeclaringClassDescriptor(dex->GetMethodId(i)) in TEST_F()
135 … << dex->GetMethodDeclaringClassDescriptor(dex->GetMethodId(i)) in TEST_F()
/art/runtime/mirror/
Dart_method-inl.h423 return dex_file->GetMethodDeclaringClassDescriptor(dex_file->GetMethodId(dex_method_idx)); in GetDeclaringClassDescriptor()
/art/runtime/
Ddex_file.h605 const char* GetMethodDeclaringClassDescriptor(const MethodId& method_id) const { in GetMethodDeclaringClassDescriptor() function
Dutils.cc396 std::string result(PrettyDescriptor(dex_file.GetMethodDeclaringClassDescriptor(method_id))); in PrettyMethod()
Ddex_file.cc772 const char* descriptor = GetMethodDeclaringClassDescriptor(GetMethodId(method_idx)); in DecodeDebugInfo0()
/art/compiler/dex/quick/
Dcodegen_util.cc347 const char* descriptor(cu_->dex_file->GetMethodDeclaringClassDescriptor(method_id)); in CodegenDump()