Searched refs:start_offset (Results 1 – 11 of 11) sorted by relevance
/art/runtime/gc/accounting/ |
D | card_table_test.cc | 112 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/ |
D | mir_graph.cc | 186 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 …]
|
D | mir_graph.h | 375 dfs_id(), start_offset(), fall_through(), taken(), i_dom(), nesting_depth(), in BasicBlock() 386 NarrowDexOffset start_offset; // Offset in code units. variable
|
D | mir_dataflow.cc | 1205 phi->offset = bb->start_offset; in DoSSAConversion()
|
D | gvn_dead_code_elimination.cc | 526 phi->offset = bb_->start_offset; in CreatePhi()
|
D | mir_optimization.cc | 1808 mir->offset = GetBasicBlock(bb->fall_through)->start_offset; in EliminateSuspendChecks()
|
/art/compiler/dex/quick/ |
D | mir_to_lir.cc | 1211 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()
|
D | gen_invoke.cc | 741 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()
|
D | codegen_util.cc | 935 new_label->dalvik_offset = bb->start_offset; in InsertCaseLabel()
|
/art/runtime/ |
D | dex_file.cc | 705 size_t start_offset = offset; in CreateTypeList() local 729 std::string descriptor(signature.data() + start_offset, offset - start_offset); in CreateTypeList()
|
D | class_linker.cc | 188 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()
|