/art/runtime/ |
D | dex_file_test.cc | 316 const DexFile::ProtoId* found = in TEST_F() local 329 const DexFile::MethodId* found = java_lang_dex_file_->FindMethodId(klass, name, signature); in TEST_F() local 344 const DexFile::FieldId* found = java_lang_dex_file_->FindFieldId(klass, name, type); in TEST_F() local
|
D | art_method.cc | 362 bool found = false; in GetQuickenedInfo() local 426 bool found; in GetOatQuickMethodHeader() local
|
D | intern_table.cc | 194 mirror::String* found = LookupStrongLocked(image_string); in AddImagesStringsToTable() local
|
D | mem_map.cc | 482 bool found = false; in ~MemMap() local
|
D | class_linker.cc | 2632 bool* found) { in FindOatClass() 2678 const OatFile::OatMethod ClassLinker::FindOatMethodFor(ArtMethod* method, bool* found) { in FindOatMethodFor() 2721 bool found; in GetQuickOatCodeFor() local 2740 bool found; in GetOatMethodQuickCodeFor() local 8128 auto found = location_to_dex_file.find(profile_key); in GetClassDescriptorsForProfileKeys() local
|
D | thread.cc | 327 FrameIdToShadowFrame* found = nullptr; in FindFrameIdToShadowFrame() local
|
/art/runtime/arch/arm64/ |
D | fault_handler_arm64.cc | 134 bool found = false; in Action() local
|
/art/compiler/debug/dwarf/ |
D | dwarf_test.h | 138 bool found = false; in CheckObjdumpOutput() local
|
/art/runtime/arch/arm/ |
D | fault_handler_arm.cc | 161 bool found = false; in Action() local
|
/art/runtime/gc/space/ |
D | region_space-inl.h | 284 bool found = true; in AllocLarge() local
|
/art/runtime/arch/x86/ |
D | fault_handler_x86.cc | 368 bool found = false; in Action() local
|
/art/compiler/optimizing/ |
D | bounds_check_elimination.cc | 109 static ValueBound DetectValueBoundFromValue(HInstruction* instruction, /* out */ bool* found) { in DetectValueBoundFromValue() 729 bool found; in HandleIf() local 927 bool found; in VisitPhi() local
|
/art/compiler/utils/ |
D | assembler_test_base.h | 272 bool found = false; in Objdump() local
|
/art/compiler/ |
D | image_writer.cc | 725 auto found = prune_class_memo_.find(klass); in PruneAppImageClassInternal() local 953 mirror::String* const found = image_info.intern_table_->LookupStrong(self, string); in FindInternedString() local 962 mirror::String* found = runtime->GetInternTable()->LookupStrong(self, string); in FindInternedString() local
|
/art/runtime/gc/accounting/ |
D | mod_union_table.cc | 389 auto found = references_.find(card); in UpdateAndMarkReferences() local
|
/art/runtime/jdwp/ |
D | jdwp_event.cc | 317 bool found = false; in UnregisterEventById() local
|
/art/runtime/interpreter/ |
D | unstarted_runtime.cc | 123 mirror::Class* found = class_linker->FindClass(self, descriptor.c_str(), class_loader); in UnstartedRuntimeFindClass() local 282 ArtField* found = nullptr; in UnstartedClassGetDeclaredField() local
|
/art/runtime/mirror/ |
D | class.cc | 657 ArtField* found = nullptr; in FindFieldByNameAndType() local
|
/art/compiler/driver/ |
D | compiler_driver.cc | 1996 bool found = false; in CheckAndClearResolveException() local
|