Home
last modified time | relevance | path

Searched refs:start_offset (Results 1 – 11 of 11) sorted by relevance

/art/runtime/gc/accounting/
Dcard_table_test.cc112 size_t start_offset = 0; in TEST_F() local
114 start_offset = (start_offset + kObjectAlignment) % CardTable::kCardSize; in TEST_F()
118 uint8_t* start = cstart + start_offset; in TEST_F()
/art/compiler/dex/
Dmir_graph.cc186 DCHECK_GT(code_offset, orig_block->start_offset); in SplitBlock()
203 bottom_block->start_offset = code_offset; in SplitBlock()
269 DCHECK_EQ(insn->offset, bottom_block->start_offset); in SplitBlock()
305 if ((bb != nullptr) && (bb->start_offset == code_offset)) { in FindBlock()
349 bb->start_offset = code_offset; in FindBlock()
350 (*dex_pc_to_block_map)[bb->start_offset] = bb->id; in FindBlock()
367 DexOffset start_offset = pTry->start_addr_; in ProcessTryCatchBlocks() local
368 DexOffset end_offset = start_offset + pTry->insn_count_; in ProcessTryCatchBlocks()
369 for (offset = start_offset; offset < end_offset; offset++) { in ProcessTryCatchBlocks()
618 IsBadMonitorExitCatch(insn->offset, catch_block->start_offset)) { in ProcessCanThrow()
[all …]
Dmir_graph.h375 dfs_id(), start_offset(), fall_through(), taken(), i_dom(), nesting_depth(), in BasicBlock()
386 NarrowDexOffset start_offset; // Offset in code units. variable
Dmir_dataflow.cc1205 phi->offset = bb->start_offset; in DoSSAConversion()
Dgvn_dead_code_elimination.cc526 phi->offset = bb_->start_offset; in CreatePhi()
Dmir_optimization.cc1808 mir->offset = GetBasicBlock(bb->fall_through)->start_offset; in EliminateSuspendChecks()
/art/compiler/dex/quick/
Dmir_to_lir.cc1211 current_dalvik_offset_ = bb->start_offset; in MethodBlockCodeGen()
1215 block_label_list_[block_id].operands[0] = bb->start_offset; in MethodBlockCodeGen()
1313 DCHECK_EQ(bb->start_offset, 0); in SpecialMIR2LIR()
Dgen_invoke.cc741 int start_offset = SRegOffset(info->args[first].s_reg_low); in GenDalvikArgsBulkCopy() local
745 OpRegRegImm(kOpAdd, TargetReg(kArg1, kRef), TargetPtrReg(kSp), start_offset); in GenDalvikArgsBulkCopy()
Dcodegen_util.cc935 new_label->dalvik_offset = bb->start_offset; in InsertCaseLabel()
/art/runtime/
Ddex_file.cc705 size_t start_offset = offset; in CreateTypeList() local
729 std::string descriptor(signature.data() + start_offset, offset - start_offset); in CreateTypeList()
Dclass_linker.cc188 uint32_t start_offset; // The offset from the start of the object. member
197 return lhs.size > rhs.size || (lhs.size == rhs.size && lhs.start_offset < rhs.start_offset); in operator ()()
251 DCHECK(IsAligned<n>(gap.start_offset)); in ShuffleForward()
252 field->SetOffset(MemberOffset(gap.start_offset)); in ShuffleForward()
254 AddFieldGap(gap.start_offset + n, gap.start_offset + gap.size, gaps); in ShuffleForward()
5279 uint32_t start_offset = RoundUp(super_class->GetObjectSize(), in CreateReferenceInstanceOffsets() local
5281 uint32_t start_bit = (start_offset - mirror::kObjectHeaderSize) / in CreateReferenceInstanceOffsets()