Home
last modified time | relevance | path

Searched refs:back (Results 1 – 20 of 20) sorted by relevance

/art/runtime/base/
Dtiming_logger.cc153 return timings_.back().GetTime() - timings_.front().GetTime(); in GetTotalNs()
173 size_t open_idx = open_stack.back(); in CalculateTimingData()
184 ret.data_[open_stack.back()].exclusive_time -= time; in CalculateTimingData()
191 << timings_[open_stack.back()].GetName() << " at index " << open_stack.back(); in CalculateTimingData()
Dhistogram-inl.h194 DCHECK_EQ(out_data->freq_.back(), sample_size_); in CreateHistogram()
195 DCHECK_LE(std::abs(out_data->perc_.back() - 1.0), 0.001); in CreateHistogram()
/art/runtime/
Dreference_table.cc208 while (!sorted_entries.empty() && sorted_entries.back().IsNull()) { in Dump()
212 sorted_entries.back().Read<kWithoutReadBarrier>() == kClearedJniWeakGlobal) { in Dump()
240 DumpSummaryLine(os, sorted_entries.back().Read<kWithoutReadBarrier>(), in Dump()
241 GetElementCount(sorted_entries.back().Read<kWithoutReadBarrier>()), in Dump()
Doat_file.cc401 StringPiece key_copy(string_cache_.back()); in GetOatDexFile()
Dinstrumentation.cc328 uint32_t dex_pc = visitor.dex_pcs_.back(); in InstrumentationInstallStack()
Djni_internal.cc3003 local_ref_cookie = stacked_local_ref_cookies.back(); in PopFrame()
/art/test/107-int-math2/
Dinfo.txt2 TODO: fold back into 003-omnibus-opcodes.
/art/test/080-oom-throw/
Dinfo.txt2 the JIT'ed code handles OOM exception correctly since it cannot fall back to
/art/compiler/utils/
Darray_ref.h152 reference back() { in back() function
157 const_reference back() const { in back() function
/art/runtime/gc/space/
Dlarge_object_space_test.cc73 mirror::Object* obj = requests.back().first; in LargeObjectTest()
74 size_t request_size = requests.back().second; in LargeObjectTest()
/art/test/098-ddmc/
Dexpected.txt12 Disable and confirm back to empty
/art/compiler/dex/
Dmir_graph.cc1562 BasicBlockId current_id = tmp_stack->back(); in SelectTopologicalSortOrderFallBack()
1599 BasicBlockId current_id = tmp_stack->back(); in ComputeUnvisitedReachableFrom()
1680 DCHECK_EQ(loop_head_stack.back(), bb->id); in ComputeTopologicalSortOrder()
1683 loop_head_stack.empty() ? nullptr : loop_head_reachable_from[loop_head_stack.back()]; in ComputeTopologicalSortOrder()
1702 loop_head_stack.empty() ? nullptr : loop_head_reachable_from[loop_head_stack.back()]; in ComputeTopologicalSortOrder()
1718 !loop_head_reachable_from[loop_head_stack.back()]->IsBitSet(candidate->id))) { in ComputeTopologicalSortOrder()
1766 loop_head_reachable_from[loop_head_stack.back()]->IsBitSet(successor->id)) { in ComputeTopologicalSortOrder()
Dssa_transformation.cc78 BasicBlock* curr = succ.back(); in RecordDFSOrders()
197 std::pair<BasicBlock*, ArenaBitVector::IndexIterator>* curr = &work_stack.back(); in ComputeDomPostOrderTraversal()
Dverified_method.cc305 DCHECK(safe_cast_set_.empty() || safe_cast_set_.back() < dex_pc); in GenerateSafeCastSet()
Dlocal_value_numbering.cc687 same_values = same_values && (merge_names_.empty() || value_name == merge_names_.back()); in MergeSFieldValues()
722 same_values = same_values && (merge_names_.empty() || value_name == merge_names_.back()); in MergeNonAliasingIFieldValues()
841 same_values = same_values && (merge_names_.empty() || value_name == merge_names_.back()); in MergeAliasingValues()
1055 same_values = same_values && (merge_names_.empty() || value_name == merge_names_.back()); in HandlePhi()
/art/compiler/
Dcommon_compiler_test.cc192 std::vector<uint8_t>* chunk = &header_code_and_maps_chunks_.back(); in MakeExecutable()
/art/disassembler/
Ddisassembler_arm.cc1606 opcode << it_conditions_.back(); in DumpThumb32()
1939 opcode << it_conditions_.back(); in DumpThumb16()
/art/compiler/sea_ir/ir/
Dsea.cc475 return instructions_.back(); in GetLastChild()
/art/runtime/gc/
Dheap.cc353 byte* heap_end = continuous_spaces_.back()->Limit(); in Heap()
1306 CollectGarbageInternal(gc_plan_.back(), kGcCauseForAlloc, true); in AllocateInternalWithGc()
1536 CollectGarbageInternal(gc_plan_.back(), kGcCauseExplicit, clear_soft_references); in CollectGarbage()
/art/compiler/dex/quick/x86/
Dassemble_x86.cc1073 code_buffer_.back() += low_reg; in EmitOpRegOpcode()
1411 code_buffer_.back() += cc; in EmitRegRegCond()
1437 code_buffer_.back() += cc; in EmitRegMemCond()