Home
last modified time | relevance | path

Searched defs:success (Results 1 – 25 of 39) sorted by relevance

12

/art/runtime/interpreter/
Dinterpreter_switch_impl.cc487 bool success = in ExecuteSwitchImpl() local
495 bool success = in ExecuteSwitchImpl() local
1125 …bool success = DoFieldGet<InstancePrimitiveRead, Primitive::kPrimBoolean, do_access_check>(self, s… in ExecuteSwitchImpl() local
1131 …bool success = DoFieldGet<InstancePrimitiveRead, Primitive::kPrimByte, do_access_check>(self, shad… in ExecuteSwitchImpl() local
1137 …bool success = DoFieldGet<InstancePrimitiveRead, Primitive::kPrimChar, do_access_check>(self, shad… in ExecuteSwitchImpl() local
1143 …bool success = DoFieldGet<InstancePrimitiveRead, Primitive::kPrimShort, do_access_check>(self, sha… in ExecuteSwitchImpl() local
1149 …bool success = DoFieldGet<InstancePrimitiveRead, Primitive::kPrimInt, do_access_check>(self, shado… in ExecuteSwitchImpl() local
1155 …bool success = DoFieldGet<InstancePrimitiveRead, Primitive::kPrimLong, do_access_check>(self, shad… in ExecuteSwitchImpl() local
1161 …bool success = DoFieldGet<InstanceObjectRead, Primitive::kPrimNot, do_access_check>(self, shadow_f… in ExecuteSwitchImpl() local
1167 bool success = DoIGetQuick<Primitive::kPrimInt>(shadow_frame, inst, inst_data); in ExecuteSwitchImpl() local
[all …]
Dinterpreter_goto_table_impl.cc573 bool success = in ExecuteGotoImpl() local
581 bool success = in ExecuteGotoImpl() local
1227 …bool success = DoFieldGet<InstancePrimitiveRead, Primitive::kPrimBoolean, do_access_check>(self, s… in ExecuteGotoImpl() local
1233 …bool success = DoFieldGet<InstancePrimitiveRead, Primitive::kPrimByte, do_access_check>(self, shad… in ExecuteGotoImpl() local
1239 …bool success = DoFieldGet<InstancePrimitiveRead, Primitive::kPrimChar, do_access_check>(self, shad… in ExecuteGotoImpl() local
1245 …bool success = DoFieldGet<InstancePrimitiveRead, Primitive::kPrimShort, do_access_check>(self, sha… in ExecuteGotoImpl() local
1251 …bool success = DoFieldGet<InstancePrimitiveRead, Primitive::kPrimInt, do_access_check>(self, shado… in ExecuteGotoImpl() local
1257 …bool success = DoFieldGet<InstancePrimitiveRead, Primitive::kPrimLong, do_access_check>(self, shad… in ExecuteGotoImpl() local
1263 …bool success = DoFieldGet<InstanceObjectRead, Primitive::kPrimNot, do_access_check>(self, shadow_f… in ExecuteGotoImpl() local
1269 bool success = DoIGetQuick<Primitive::kPrimInt>(shadow_frame, inst, inst_data); in ExecuteGotoImpl() local
[all …]
/art/compiler/
Dbuffered_output_stream.cc32 bool success = Flush(); in WriteFully() local
44 bool success = true; in Flush() local
Doat_test.cc127 bool success = compiler_driver_->WriteElf(GetTestAndroidRoot(), in TEST_F() local
Dimage_test.cc85 bool success = compiler_driver_->WriteElf(GetTestAndroidRoot(), in TEST_F() local
/art/runtime/arch/arm64/
Dcontext_arm64.h40 bool success = SetGPR(SP, new_sp); in SetSP() local
45 bool success = SetGPR(LR, new_lr); in SetPC() local
/art/runtime/arch/arm/
Dcontext_arm.h40 bool success = SetGPR(SP, new_sp); in SetSP() local
45 bool success = SetGPR(PC, new_pc); in SetPC() local
/art/runtime/arch/mips/
Dcontext_mips.h39 bool success = SetGPR(SP, new_sp); in SetSP() local
44 bool success = SetGPR(RA, new_pc); in SetPC() local
/art/runtime/
Ddex_file_verifier_test.cc126 bool success = DexFile::Open(location, location, error_msg, &tmp); in OpenDexFileBase64() local
222 bool success = !ModifyAndLoad(tmp.GetFilename().c_str(), 220, 0xFFU, &error_msg); in TEST_F() local
231 bool success = !ModifyAndLoad(tmp.GetFilename().c_str(), 222, 0xFFU, &error_msg); in TEST_F() local
240 bool success = !ModifyAndLoad(tmp.GetFilename().c_str(), 224, 0xFFU, &error_msg); in TEST_F() local
Dzip_archive_test.cc46 bool success = zip_entry->ExtractToFile(*file, &error_msg); in TEST_F() local
Dstack.cc170 bool success = is_float ? GetFPR(reg, &ptr_val) : GetGPR(reg, &ptr_val); in GetVReg() local
226 bool success = is_float ? GetFPR(reg_lo, &ptr_val_lo) : GetGPR(reg_lo, &ptr_val_lo); in GetVRegPair() local
277 bool success = is_float ? GetFPR(reg, &old_reg_val) : GetGPR(reg, &old_reg_val); in SetVReg() local
342 bool success = is_float ? GetFPR(reg_lo, &old_reg_val_lo) : GetGPR(reg_lo, &old_reg_val_lo); in SetVRegPair() local
356 bool success = is_float ? SetFPR(reg_lo, new_value_lo) : SetGPR(reg_lo, new_value_lo); in SetVRegPair() local
Ddex_file_verifier.cc1419 uint16_t DexFileVerifier::FindFirstClassDataDefiner(const byte* ptr, bool* success) { in FindFirstClassDataDefiner()
1438 uint16_t DexFileVerifier::FindFirstAnnotationsDirectoryDefiner(const byte* ptr, bool* success) { in FindFirstAnnotationsDirectoryDefiner()
1763 bool success; in CheckInterClassDefItem() local
1777 bool success; in CheckInterClassDefItem() local
1843 bool success; in CheckInterClassDataItem() local
1875 bool success; in CheckInterAnnotationsDirectoryItem() local
Dsignal_catcher.cc112 bool success = file->WriteFully(s.data(), s.size()); in Output() local
Dmethod_helper.cc85 bool success = other_dexfile.CreateTypeList( in FindDexMethodIndexInOtherDexFile() local
Doat_file.cc120 bool success = oat_file->Dlopen(elf_filename, requested_base, error_msg); in OpenDlopen() local
135 bool success = oat_file->ElfFileOpen(file, requested_base, oat_file_begin, writable, executable, in OpenElfFile() local
Dcommon_runtime_test.cc333 bool success = DexFile::Open(filename.c_str(), filename.c_str(), &error_msg, &dex_files); in OpenTestDexFiles() local
Dstack.h584 bool success = GetVReg(m, vreg, kind, &val); in GetVReg() local
596 bool success = GetVRegPair(m, vreg, kind_lo, kind_hi, &val); in GetVRegPair() local
/art/runtime/arch/x86_64/
Dcontext_x86_64.h39 bool success = SetGPR(RSP, new_sp); in SetSP() local
/art/runtime/arch/x86/
Dcontext_x86.h39 bool success = SetGPR(ESP, new_sp); in SetSP() local
/art/test/067-preemptive-unpark/src/
DMain.java84 public volatile boolean success = false; field in Main.ParkTester
/art/runtime/native/
Djava_lang_Runtime.cc74 bool success = vm->LoadNativeLibrary(filename.c_str(), classLoader, &detail); in Runtime_nativeLoad() local
Dsun_misc_Unsafe.cc31 bool success = obj->CasFieldStrongSequentiallyConsistent32<false>(MemberOffset(offset), in Unsafe_compareAndSwapInt() local
41 bool success = obj->CasFieldStrongSequentiallyConsistent64<false>(MemberOffset(offset), in Unsafe_compareAndSwapLong() local
53 bool success = obj->CasFieldStrongSequentiallyConsistentObject<false>(MemberOffset(offset), in Unsafe_compareAndSwapObject() local
/art/runtime/gc/space/
Dimage_space.cc243 const bool success = image_file->ReadFully(image_header, sizeof(ImageHeader)); in ReadSpecificImageHeader() local
478 bool success; in Create() local
642 bool success = file->ReadFully(&image_header, sizeof(image_header)); in Init() local
/art/oatdump/
Doatdump.cc163 bool success = true; in Dump() local
362 bool success = true; in DumpOatDexFile() local
410 bool success = true; in DumpOatClass() local
452 bool success = true; in DumpOatMethod() local
1785 bool success = oat_dumper.Dump(*os); in oatdump() local
1831 bool success = image_dumper.Dump(); in oatdump() local
/art/runtime/mirror/
Dobject-inl.h703 bool success = atomic_addr->CompareExchangeWeakSequentiallyConsistent(old_ref.reference_, in CasFieldWeakSequentiallyConsistentObject() local
735 bool success = atomic_addr->CompareExchangeStrongSequentiallyConsistent(old_ref.reference_, in CasFieldStrongSequentiallyConsistentObject() local

12