Home
last modified time | relevance | path

Searched refs:GetName (Results 26 – 50 of 103) sorted by relevance

12345

/art/runtime/mirror/
Dclass.cc377 ObjPtr<String> name = h_this->GetName(); in ComputeName()
668 if (np_method->GetName() == name && np_method->GetSignature() == signature) { in FindClassMethodWithSignature()
681 if (method.GetName() == name && method.GetSignature() == signature) { in FindClassMethodWithSignature()
706 if (method.GetName() == name && method.GetSignature() == signature) { in FindClassMethodWithSignature()
789 if (method.GetName() == name && method.GetSignature() == signature) { in FindClassMethod()
817 if (method.GetName() == name && method.GetSignature() == signature) { in FindClassMethod()
830 if (method.GetName() == name && method.GetSignature() == signature) { in FindConstructor()
840 if (name == np_method->GetName()) { in FindDeclaredDirectMethodByName()
850 if (name == np_method->GetName()) { in FindDeclaredVirtualMethodByName()
925 DCHECK_STREQ(method.GetName(), "<clinit>"); in FindClassInitializer()
[all …]
Dobject_test.cc547 EXPECT_STREQ(m1_1->GetName(), "m1"); in TEST_F()
549 EXPECT_STREQ(m2_1->GetName(), "m2"); in TEST_F()
551 EXPECT_STREQ(m3_1->GetName(), "m3"); in TEST_F()
553 EXPECT_STREQ(m4_1->GetName(), "m4"); in TEST_F()
556 EXPECT_STREQ(m1_2->GetName(), "m1"); in TEST_F()
558 EXPECT_STREQ(m2_2->GetName(), "m2"); in TEST_F()
560 EXPECT_STREQ(m3_2->GetName(), "m3"); in TEST_F()
562 EXPECT_STREQ(m4_2->GetName(), "m4"); in TEST_F()
/art/runtime/
Dnative_bridge_art_interface.cc68 methods[count].name = m.GetName(); in GetNativeMethods()
Dclass_linker_test.cc157 EXPECT_STREQ(JavaLangObject->GetInstanceField(0)->GetName(), in AssertObjectClass()
159 EXPECT_STREQ(JavaLangObject->GetInstanceField(1)->GetName(), in AssertObjectClass()
162 EXPECT_STREQ(JavaLangObject->GetInstanceField(2)->GetName(), in AssertObjectClass()
164 EXPECT_STREQ(JavaLangObject->GetInstanceField(3)->GetName(), in AssertObjectClass()
254 EXPECT_TRUE(method->GetName() != nullptr); in AssertMethod()
262 EXPECT_TRUE(field->GetName() != nullptr); in AssertField()
514 std::string_view field_name(field->GetName()); in Check()
523 std::string_view field_name(field->GetName()); in Check()
1132 EXPECT_STREQ("value", c->GetIFieldsPtr()->At(0).GetName()); in TEST_F()
1134 EXPECT_STREQ("value", c->GetIFieldsPtr()->At(0).GetName()); in TEST_F()
[all …]
Dproxy_test.cc122 EXPECT_STREQ("interfaces", field->GetName()); in TEST_F()
131 EXPECT_STREQ("throws", field->GetName()); in TEST_F()
Dstack_map.cc234 Stats* table_stats = codeinfo_stats->Child(table->GetName()); in CollectSizeStats()
275 vios->Stream() << table.GetName() << " BitSize=" << table.DataBitSize(); in Dump()
Dhidden_api.cc170 member_name_ = field->GetName(); in MemberSignature()
179 member_name_ = method->GetName(); in MemberSignature()
/art/runtime/gc/
Dverification.cc103 oss << " name=" << field->GetName(); in LogHeapCorruption()
166 field != nullptr ? field->GetName() : ""); in operator ()()
/art/test/570-checker-osr/
Dosr.cc39 std::string m_name(stack_visitor->GetMethod()->GetName()); in ProcessMethodWithName()
/art/openjdkjvmti/
Dti_class_definition.h133 const std::string& GetName() const { in GetName() function
/art/tools/jvmti-agents/titrace/
Dinstruction_decoder.cc30 const char* GetName(size_t opcode) override { in GetName() function in titrace::ClassInstructionDecoder
473 const char* GetName(size_t opcode) override { in GetName() function in titrace::DexInstructionDecoder
/art/runtime/gc/space/
Dzygote_space.cc91 << ",name=\"" << GetName() << "\"]"; in Dump()
Dimage_space.h172 return GetName(); in GetImageFilename()
Dlarge_object_space.cc107 std::string temp_name = live_bitmap_.GetName(); in SwapBitmaps()
108 live_bitmap_.SetName(mark_bitmap_.GetName()); in SwapBitmaps()
559 os << GetName() << " -" in Dump()
/art/runtime/gc/collector/
Dgarbage_collector.h64 const char* GetName() const { in GetName() function
/art/test/454-get-vreg/
Dget_vreg_jni.cc39 std::string m_name(m->GetName()); in VisitFrame()
/art/runtime/gc/accounting/
Dmod_union_table.h108 const std::string& GetName() const { in GetName() function
Dspace_bitmap.h195 std::string GetName() const { in GetName() function
/art/test/457-regs/
Dregs_jni.cc37 std::string m_name(m->GetName()); in VisitFrame()
/art/runtime/base/
Dtiming_logger.h115 const char* GetName() const { in GetName() function
/art/test/960-default-smali/
Dexpected.txt24 D-virtual D.GetName()='Alex '
25 D-interface Greeter3.GetName()='Alex '
/art/dex2oat/linker/
Dimage_test.h108 if (strcmp(origin->GetName(), m.GetName()) == 0 && in FindCopiedMethod()
/art/tools/hiddenapi/
Dhiddenapi.cc179 ss << klass_.GetDescriptor() << "->" << GetName() << (IsMethod() ? "" : ":") in GetApiEntry()
187 GetName() == other.GetName() && in operator ==()
202 inline std::string_view GetName() const { in GetName() function in art::hiddenapi::DexMember
/art/dexlayout/
Ddex_verify.cc551 if (orig->GetName()->GetIndex() != output->GetName()->GetIndex()) { in VerifyAnnotationElement()
555 orig->GetName()->GetIndex(), in VerifyAnnotationElement()
556 output->GetName()->GetIndex()); in VerifyAnnotationElement()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h460 resolved_method->GetName(), resolved_method->GetSignature()); in FindMethodToCall()
499 resolved_method->GetName(), resolved_method->GetSignature()); in FindMethodToCall()
523 resolved_method->GetName(), resolved_method->GetSignature()); in FindMethodToCall()

12345