/art/compiler/dex/ |
D | pass_driver.h | 61 DCHECK(new_pass->GetName() != nullptr && new_pass->GetName()[0] != 0); in InsertPass() 64 DCHECK(GetPass(new_pass->GetName()) == nullptr) in InsertPass() 65 << "Pass name " << new_pass->GetName() << " already used."; in InsertPass() 104 if (strcmp(name, cur_pass->GetName()) == 0) { in GetPass() 118 if (disable_passes.find(pass->GetName()) != std::string::npos) { in CreateDefaultPassList() 119 LOG(INFO) << "Skipping " << pass->GetName(); in CreateDefaultPassList() 140 LOG(INFO) << "\t-" << cur_pass->GetName(); in PrintPassNames()
|
D | pass_driver_me.h | 41 VLOG(compiler) << "Dispatching " << pass->GetName(); in DispatchPass() 88 DCHECK(pass->GetName() != nullptr && pass->GetName()[0] != 0); in RunPass() 94 c_unit->NewTimingSplit(pass->GetName()); in RunPass() 106 if (print_pass_list != nullptr && strstr(print_pass_list, pass->GetName()) != nullptr) { in RunPass() 118 bool found = strstr(dump_pass_list, pass->GetName()); in RunPass()
|
D | pass.h | 47 virtual const char* GetName() const { in GetName() function
|
/art/runtime/base/ |
D | timing_logger_test.cc | 35 EXPECT_STREQ(timings[0].GetName(), split1name); in TEST_F() 54 EXPECT_STREQ(timings[0].GetName(), split1name); in TEST_F() 57 EXPECT_STREQ(timings[2].GetName(), split2name); in TEST_F() 60 EXPECT_STREQ(timings[4].GetName(), split3name); in TEST_F() 94 EXPECT_STREQ(timings[idx_1].GetName(), name1); in TEST_F() 95 EXPECT_STREQ(timings[idx_2].GetName(), name2); in TEST_F() 96 EXPECT_STREQ(timings[idx_3].GetName(), name3); in TEST_F() 97 EXPECT_STREQ(timings[idx_4].GetName(), name4); in TEST_F() 98 EXPECT_STREQ(timings[idx_5].GetName(), name5); in TEST_F()
|
D | timing_logger.cc | 75 AddPair(timings[i].GetName(), timing_data.GetExclusiveTime(i)); in AddLogger() 159 if (timings_[i].IsStartTiming() && strcmp(timings_[i].GetName(), name) == 0) { in FindTimingIndex() 191 << timings_[open_stack.back()].GetName() << " at index " << open_stack.back(); in CalculateTimingData() 226 os << " " << timings_[i].GetName() << "\n"; in Dump()
|
/art/runtime/gc/space/ |
D | space.cc | 33 os << GetName() << ":" << GetGcRetentionPolicy(); in Dump() 131 std::string temp_name(live_bitmap_->GetName()); in SwapBitmaps() 132 live_bitmap_->SetName(mark_bitmap_->GetName()); in SwapBitmaps()
|
D | malloc_space.cc | 140 CHECK_MEMORY_CALL(mprotect, (original_end, increment, PROT_READ | PROT_WRITE), GetName()); in MoreCore() 151 CHECK_MEMORY_CALL(madvise, (new_end, size, MADV_DONTNEED), GetName()); in MoreCore() 152 CHECK_MEMORY_CALL(mprotect, (new_end, size, PROT_NONE), GetName()); in MoreCore() 213 VLOG(heap) << "Failed creating zygote space from space " << GetName(); in CreateZygoteSpace() 227 << ",name=\"" << GetName() << "\"]"; in Dump()
|
D | image_space.h | 79 return GetName(); in GetImageFilename()
|
D | image_space.cc | 749 oat_filename.c_str(), GetName(), error_msg->c_str()); in OpenOatFile() 756 " in image %s", oat_checksum, image_oat_checksum, GetName()); in OpenOatFile() 764 "in image %s", oat_patch_delta, image_patch_delta, GetName()); in OpenOatFile() 778 "%s", dex_file_location.c_str(), GetName(), error_msg->c_str()); in ValidateOatFile() 807 << ",name=\"" << GetName() << "\"]"; in Dump()
|
D | zygote_space.cc | 75 << ",name=\"" << GetName() << "\"]"; in Dump()
|
/art/runtime/ |
D | native_bridge_art_interface.cc | 72 methods[count].name = m->GetName(); in GetNativeMethods() 85 methods[count].name = m->GetName(); in GetNativeMethods()
|
D | class_linker_test.cc | 164 EXPECT_TRUE(method->GetName() != nullptr); in AssertMethod() 180 EXPECT_TRUE(field->GetName() != NULL); in AssertField() 417 StringPiece field_name(field->GetName()); in Check() 426 StringPiece field_name(field->GetName()); in Check() 688 EXPECT_STREQ(JavaLangObject->GetInstanceField(0)->GetName(), "shadow$_klass_"); in TEST_F() 689 EXPECT_STREQ(JavaLangObject->GetInstanceField(1)->GetName(), "shadow$_monitor_"); in TEST_F() 691 EXPECT_STREQ(JavaLangObject->GetInstanceField(2)->GetName(), "shadow$_x_rb_ptr_"); in TEST_F() 692 EXPECT_STREQ(JavaLangObject->GetInstanceField(3)->GetName(), "shadow$_x_xpadding_"); in TEST_F() 803 EXPECT_STREQ("value", c->GetIFields()->Get(0)->GetName()); in TEST_F() 805 EXPECT_STREQ("value", c->GetIFields()->Get(0)->GetName()); in TEST_F() [all …]
|
D | proxy_test.cc | 187 EXPECT_EQ("interfaces", std::string(fh.GetField()->GetName())); in TEST_F() 195 EXPECT_EQ("throws", std::string(fh.GetField()->GetName())); in TEST_F()
|
D | mem_map.h | 90 const std::string& GetName() const { in GetName() function
|
/art/runtime/gc/collector/ |
D | partial_mark_sweep.cc | 30 cumulative_timings_.SetName(GetName()); in PartialMarkSweep()
|
D | sticky_mark_sweep.cc | 30 cumulative_timings_.SetName(GetName()); in StickyMarkSweep()
|
D | garbage_collector.h | 123 const char* GetName() const { in GetName() function
|
/art/runtime/gc/accounting/ |
D | remembered_set.h | 70 const std::string& GetName() const { in GetName() function
|
D | mod_union_table.h | 87 const std::string& GetName() const { in GetName() function
|
D | mod_union_table.cc | 184 LOG(INFO) << "FromSpace " << from_space->GetName() << " type " in operator ()() 186 LOG(INFO) << "ToSpace " << to_space->GetName() << " type " in operator ()()
|
/art/runtime/mirror/ |
D | class.cc | 167 String* name = h_this->GetName(); in ComputeName() 418 if (name == method->GetName() && method->GetSignature() == signature) { in FindDeclaredDirectMethod() 428 if (name == method->GetName() && signature == method->GetSignature()) { in FindDeclaredDirectMethod() 480 if (name == method->GetName() && method->GetSignature() == signature) { in FindDeclaredVirtualMethod() 490 if (name == method->GetName() && signature == method->GetSignature()) { in FindDeclaredVirtualMethod() 546 DCHECK_STREQ(method->GetName(), "<clinit>"); in FindClassInitializer() 559 if (name == f->GetName() && type == f->GetTypeDescriptor()) { in FindDeclaredInstanceField() 606 if (name == f->GetName() && type == f->GetTypeDescriptor()) { in FindDeclaredStaticField()
|
D | object_test.cc | 475 EXPECT_STREQ(m1_1->GetName(), "m1"); in TEST_F() 477 EXPECT_STREQ(m2_1->GetName(), "m2"); in TEST_F() 479 EXPECT_STREQ(m3_1->GetName(), "m3"); in TEST_F() 481 EXPECT_STREQ(m4_1->GetName(), "m4"); in TEST_F() 484 EXPECT_STREQ(m1_2->GetName(), "m1"); in TEST_F() 486 EXPECT_STREQ(m2_2->GetName(), "m2"); in TEST_F() 488 EXPECT_STREQ(m3_2->GetName(), "m3"); in TEST_F() 490 EXPECT_STREQ(m4_2->GetName(), "m4"); in TEST_F()
|
D | class-inl.h | 520 inline String* Class::GetName() { in GetName() function 698 DCHECK_STREQ(GetSFields()->Get(0)->GetName(), "interfaces"); in GetInterfaces() 707 DCHECK_STREQ(GetSFields()->Get(1)->GetName(), "throws"); in GetThrows() 716 DCHECK_STREQ(GetSFields()->Get(0)->GetName(), "disableIntrinsic"); in GetDisableIntrinsicFlagOffset() 724 DCHECK_STREQ(GetSFields()->Get(1)->GetName(), "slowPathEnabled"); in GetSlowPathFlagOffset()
|
/art/compiler/llvm/ |
D | intrinsic_helper.h | 117 static const char* GetName(IntrinsicId id) { in GetName() function
|
/art/test/004-StackWalk/ |
D | stack_walk_jni.cc | 65 StringPiece m_name(m->GetName()); in VisitFrame()
|