HomeSort by relevance Sort by last modified time
    Searched refs:GetDeclaringClassDescriptor (Results 1 - 9 of 9) sorted by null

  /art/runtime/
art_method-inl.h 231 inline const char* ArtMethod::GetDeclaringClassDescriptor() {
art_method.cc 779 std::string result(PrettyDescriptor(m->GetDeclaringClassDescriptor()));
798 return GetJniShortName(GetDeclaringClassDescriptor(), GetName());
    [all...]
art_method.h 544 const char* GetDeclaringClassDescriptor() REQUIRES_SHARED(Locks::mutator_lock_);
java_vm_ext.cc 528 StringPiece class_name(method->GetDeclaringClassDescriptor());
    [all...]
trace.cc 867 PrettyDescriptor(method->GetDeclaringClassDescriptor()).c_str(), method->GetName(),
    [all...]
debugger.cc     [all...]
thread.cc     [all...]
class_linker.cc     [all...]
  /art/oatdump/
oatdump.cc 569 const char* descriptor = m->GetDeclaringClassDescriptor();
    [all...]

Completed in 260 milliseconds