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

  /art/runtime/
field_helper.h 43 const char* GetDeclaringClassDescriptor() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
field_helper.cc 43 const char* FieldHelper::GetDeclaringClassDescriptor() {
proxy_test.cc 190 EXPECT_EQ("L$Proxy1234;", std::string(fh.GetDeclaringClassDescriptor()));
198 EXPECT_EQ("L$Proxy1234;", std::string(fh.GetDeclaringClassDescriptor()));
utils.cc 302 result += PrettyDescriptor(FieldHelper(hs.NewHandle(f)).GetDeclaringClassDescriptor());
373 std::string result(PrettyDescriptor(m->GetDeclaringClassDescriptor()));
658 std::string class_name(m->GetDeclaringClassDescriptor());
    [all...]
trace.cc 704 PrettyDescriptor(method->GetDeclaringClassDescriptor()).c_str(), method->GetName(),
check_jni.cc 132 std::string class_name(method->GetDeclaringClassDescriptor());
    [all...]
thread.cc     [all...]
debugger.cc     [all...]
class_linker.cc     [all...]
  /art/compiler/driver/
compiler_driver-inl.h 139 FieldHelper(hs.NewHandle(resolved_field)).GetDeclaringClassDescriptor());
compiler_driver.cc     [all...]
  /art/runtime/mirror/
art_method-inl.h 416 inline const char* ArtMethod::GetDeclaringClassDescriptor() {
art_method.h 505 const char* GetDeclaringClassDescriptor() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
  /art/oatdump/
oatdump.cc 287 const char* descriptor = m->GetDeclaringClassDescriptor();
    [all...]

Completed in 499 milliseconds