/art/test/543-env-long-ref/ |
D | env_long_ref.cc | 29 bool found = false; in Java_Main_lookForMyRegisters() local
|
/art/test/661-oat-writer-layout/ |
D | oat_writer_layout.cc | 57 bool found = false; in Java_Main_hasOatCompiledCode() local
|
/art/libdexfile/dex/ |
D | art_dex_file_loader_test.cc | 256 const dex::ProtoId* found = in TEST_F() local 269 const dex::MethodId* found = java_lang_dex_file_->FindMethodId(klass, name, signature); in TEST_F() local 284 const dex::FieldId* found = java_lang_dex_file_->FindFieldId(klass, name, type); in TEST_F() local
|
/art/runtime/ |
D | art_method.cc | 444 static const OatFile::OatMethod FindOatMethodFromDexFileFor(ArtMethod* method, bool* found) in FindOatMethodFromDexFileFor() 475 bool* found) in FindOatMethodFor() 625 bool found; in GetOatQuickMethodHeader() local 663 bool found; in GetOatMethodQuickCode() local
|
D | reference_table_test.cc | 252 bool found = std::regex_search(str, stack_trace_match, stack_trace_regex); in TEST_F() local
|
D | common_runtime_test.cc | 383 bool found = false; in SetUpRuntimeOptionsForFillHeap() local
|
/art/test/912-classes/ |
D | classes_art.cc | 110 bool found = false; in Java_art_Test912Art_isLoadedClass() local
|
/art/runtime/arch/arm64/ |
D | fault_handler_arm64.cc | 125 bool found = false; in Action() local
|
/art/test/530-checker-peel-unroll/src/ |
D | Main.java | 997 int found = 0; in verifyUnrolling() local 1066 int found = 0; in verifyPeeling() local
|
/art/test/931-agent-thread/ |
D | agent_thread.cc | 78 bool found = false; in AgentMain() local
|
/art/compiler/debug/dwarf/ |
D | dwarf_test.h | 140 bool found = false; in CheckObjdumpOutput() local
|
/art/runtime/arch/arm/ |
D | fault_handler_arm.cc | 151 bool found = false; in Action() local
|
/art/runtime/arch/x86/ |
D | fault_handler_x86.cc | 398 bool found = false; in Action() local
|
/art/runtime/gc/space/ |
D | region_space-inl.h | 398 bool found = true; in AllocLargeInRange() local
|
/art/compiler/utils/ |
D | assembler_test_base.h | 277 bool found = false; in Objdump() local
|
/art/dex2oat/driver/ |
D | compiler_driver_test.cc | 308 bool found = compiler_driver_->GetCompiledClass( in CheckVerifiedClass() local
|
/art/compiler/optimizing/ |
D | bounds_check_elimination.cc | 110 static ValueBound DetectValueBoundFromValue(HInstruction* instruction, /* out */ bool* found) { in DetectValueBoundFromValue() 717 bool found; in HandleIf() local 969 bool found; in VisitPhi() local
|
D | register_allocator_linear_scan.cc | 1144 bool found = true; in AllocateSpillSlotFor() local
|
/art/tools/hiddenapi/ |
D | hiddenapi.cc | 376 bool found = ForEachMatchingMember(other, fn); in ForEachResolvableMember_Impl() local 411 bool found = false; in ForEachMatchingMember() local
|
D | hiddenapi_test.cc | 170 const dex::ClassDef* found = dex_file.FindClassDef(dex_file.GetIndexForTypeId(*type_id)); in FindClass() local
|
/art/runtime/gc/accounting/ |
D | mod_union_table.cc | 435 auto found = references_.find(card); in UpdateAndMarkReferences() local
|
/art/runtime/jdwp/ |
D | jdwp_event.cc | 357 bool found = false; in UnregisterEventById() local
|
/art/openjdkjvmti/ |
D | ti_method.cc | 607 bool found = false; in GetSlotType() local
|
/art/dex2oat/linker/ |
D | image_writer.cc | 1387 auto found = prune_class_memo_.find(klass.Ptr()); in PruneAppImageClassInternal() local 1834 const ObjPtr<mirror::String> found = image_info.intern_table_->LookupStrong(self, string); in FindInternedString() local 1843 ObjPtr<mirror::String> found = runtime->GetInternTable()->LookupStrong(self, string); in FindInternedString() local
|
/art/dex2oat/ |
D | dex2oat_test.cc | 393 bool found = std::regex_search(output_, native_alloc_match, native_alloc_regex); in ParseNativeAlloc() local 413 bool found = std::regex_search(output_, swap_match, swap_regex); in ParseSwap() local
|