Home
last modified time | relevance | path

Searched refs:back (Results 26 – 50 of 106) sorted by relevance

12345

/art/test/594-checker-irreducible-linorder/smali/
DIrreducibleLoop.smali99 # This constant has a use in a phi in :back_edge2 and a back edge use in
100 # :back_edge1. Because the linear order is wrong, the back edge use has
/art/compiler/optimizing/
Dstack_map_stream.cc100 if (stack_maps_.back()[StackMap::kKind] == StackMap::Kind::Catch) { in BeginStackMapEntry()
103 DCHECK_LE(stack_maps_.back()[StackMap::kPackedNativePc], in BeginStackMapEntry()
156 current_inline_infos_.back()[InlineInfo::kIsLast] = InlineInfo::kLast; in EndStackMapEntry()
Dlinear_order.cc115 HBasicBlock* current = worklist.back(); in LinearizeGraphInternal()
Dregister_allocator_linear_scan.cc307 DCHECK(unhandled.empty() || current->StartsBeforeOrAt(unhandled.back())); in ProcessInstruction()
503 LiveInterval* current = unhandled_->back(); in LinearScan()
509 DCHECK(unhandled_->empty() || unhandled_->back()->GetStart() >= current->GetStart()); in LinearScan()
511 DCHECK(!current->IsLowInterval() || unhandled_->back()->IsHighInterval()); in LinearScan()
515 !unhandled_->back()->IsHighInterval()); in LinearScan()
980 LiveInterval* existing = unhandled_->back(); in AllocateBlockedReg()
Dprepare_for_register_allocation.cc246 HInstruction* last_input = invoke->GetInputs().back(); in VisitInvokeStaticOrDirect()
Dload_store_elimination_test.cc234 array_ = parameters_.back(); in InitGraphAndParameters()
239 i_ = parameters_.back(); in InitGraphAndParameters()
244 j_ = parameters_.back(); in InitGraphAndParameters()
Doptimizing_unit_test.h148 *dex_files_.back(),
Dregister_allocator.cc124 liveness_of_values.back()->ClearAllBits(); in ValidateIntervals()
/art/test/098-ddmc/
Dexpected.txt12 Disable and confirm back to empty
/art/libartbase/base/
Dhistogram-inl.h233 DCHECK_EQ(out_data->freq_.back(), sample_size_); in CreateHistogram()
234 DCHECK_LE(std::abs(out_data->perc_.back() - 1.0), 0.001); in CreateHistogram()
Dbit_table.h243 Accessor back() const { in back() function
296 const Entry& back() const { return rows_.back(); } in back() function
/art/dex2oat/
Ddex2oat_image_test.cc359 CHECK(StartsWith(extra_args.back(), "--boot-image=")); in TEST_F()
360 extra_args.back() = "--boot-image=" + base_location + ':' + mid_location; in TEST_F()
620 boot_image_spaces.back()->GetImageHeader().GetComponentCount()); in TEST_F()
638 boot_image_spaces.back()->GetImageHeader().GetComponentCount()); in TEST_F()
/art/compiler/debug/dwarf/
Ddwarf_test.h102 if (str.back() == '\n') { in Objdump()
/art/compiler/
Dcfi_test.h102 while (!line.empty() && line.back() == ' ') { in ReformatAsm()
Dcommon_compiler_test.cc73 std::vector<uint8_t>* chunk = &header_code_and_maps_chunks_.back(); in MakeExecutable()
/art/runtime/entrypoints/jni/
Djni_entrypoints.cc164 uint32_t dex_pc = inline_infos.empty() ? stack_map.GetDexPc() : inline_infos.back().GetDexPc(); in artCriticalNativeFrameSize()
/art/test/137-cfi/
Dcfi.cc73 if (cmdline.back() != '\0') { in Java_Main_startSecondaryProcess()
/art/runtime/
Dclass_loader_context.cc95 ClassLoaderInfo* info = work_list.back(); in ~ClassLoaderContext()
431 ClassLoaderInfo* info = work_list.back(); in OpenDexFiles()
440 location = classpath_dir + (classpath_dir.back() == '/' ? "" : "/") + location; in OpenDexFiles()
549 ClassLoaderInfo* info = work_list.back(); in RemoveLocationsFromClassPaths()
902 ClassLoaderInfo* info = work_list.back(); in FlattenOpenedDexFiles()
921 ClassLoaderInfo* info = work_list.back(); in FlattenDexPaths()
Dintern_table.cc375 table_to_write = &tables_.back().set_; in WriteToMemory()
421 tables_.back().set_.insert(GcRoot<mirror::String>(s)); in Insert()
Dstack.h270 return current_inline_frames_.back(); in GetCurrentInlinedFrame()
/art/dex2oat/linker/
Doat_writer.cc554 DexFileSource(raw_dex_files_.back().get()), in AddDexFileSource()
560 ZipArchive* zip_archive = zip_archives_.back().get(); in AddDexFileSource()
574 const char* full_location = zipped_dex_file_locations_.back().c_str(); in AddDexFileSource()
578 DexFileSource(zipped_dex_files_.back().get()), in AddDexFileSource()
580 zipped_dex_files_.back()->GetCrc32(), in AddDexFileSource()
581 zipped_dex_files_.back()->GetUncompressedLength()); in AddDexFileSource()
614 const char* full_location = zipped_dex_file_locations_.back().c_str(); in AddVdexDexFilesSource()
1021 OatClassHeader& header = writer_->oat_class_headers_.back(); in EndClass()
1027 offset_ += writer_->oat_classes_.back().SizeOf(); in EndClass()
3522 MemMap* map = &maps.back(); in OpenDexFiles()
[all …]
/art/runtime/interpreter/mterp/arm/
Dmain.S541 beq MterpFallback @ If not, fall back to reference interpreter.
553 beq MterpExceptionReturn @ no local catch, back to caller.
/art/runtime/gc/space/
Dimage_space_test.cc68 ASSERT_NE(std::string::npos, bcp.back().find("conscrypt")); in TEST_F()
71 ASSERT_NE(std::string::npos, bcp.back().find("core-icu4j")); in TEST_F()
/art/dexoptanalyzer/
Ddexoptanalyzer.cc233 if (context_fds_.back() < 0) { in ParseArgs()
/art/compiler/utils/
Dassembler.h318 delayed_advance_pcs_.back().pc = pc; in OverrideDelayedPC()

12345