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.cc108 size_t start_offset = 0; in TEST_F() local
110 start_offset = (start_offset + kObjectAlignment) % kCardSize; in TEST_F()
114 byte* start = cstart + start_offset; in TEST_F()
/art/compiler/dex/
Dmir_graph.cc157 DCHECK_GT(code_offset, orig_block->start_offset); in SplitBlock()
171 bottom_block->start_offset = code_offset; in SplitBlock()
232 DCHECK_EQ(insn->offset, bottom_block->start_offset); in SplitBlock()
275 if ((bb != NULL) && (bb->start_offset == code_offset)) { in FindBlock()
293 bb->start_offset = code_offset; in FindBlock()
294 dex_pc_to_block_map_.Put(bb->start_offset, bb->id); in FindBlock()
311 DexOffset start_offset = pTry->start_addr_; in ProcessTryCatchBlocks() local
312 DexOffset end_offset = start_offset + pTry->insn_count_; in ProcessTryCatchBlocks()
313 for (offset = start_offset; offset < end_offset; offset++) { in ProcessTryCatchBlocks()
564 IsBadMonitorExitCatch(insn->offset, catch_block->start_offset)) { in ProcessCanThrow()
[all …]
Dmir_graph.h394 NarrowDexOffset start_offset; // Offset in code units. member
894 (GetBasicBlock(target_bb_id)->start_offset <= branch_bb->start_offset)); in IsBackedge()
Dssa_transformation.cc536 phi->offset = phi_bb->start_offset; in InsertPhiNodes()
/art/compiler/dex/portable/
Dmir_to_gbc.cc331 if (mir_graph_->GetBasicBlock(bb->taken)->start_offset <= mir->offset) { in ConvertCompareAndBranch()
346 if (mir_graph_->GetBasicBlock(bb->taken)->start_offset <= mir->offset) { in ConvertCompareZeroAndBranch()
961 if (mir_graph_->GetBasicBlock(bb->taken)->start_offset <= bb->start_offset) { in ConvertMIRNode()
1550 SetDexOffset(bb->start_offset); in HandlePhiNodes()
1652 SetDexOffset(bb->start_offset); in BlockBitcodeConversion()
1861 int offset = bb->start_offset; in CreateLLVMBasicBlock()
/art/runtime/
Ddex_file.cc653 size_t start_offset = offset; in CreateTypeList() local
677 std::string descriptor(signature.data() + start_offset, offset - start_offset); in CreateTypeList()
Dclass_linker.cc5593 uint32_t start_offset = in CreateReferenceOffsets() local
5601 uint32_t start_bit = start_offset / sizeof(mirror::HeapReference<mirror::Object>); in CreateReferenceOffsets()
/art/compiler/dex/quick/
Dmir_to_lir.cc1117 current_dalvik_offset_ = bb->start_offset; in MethodBlockCodeGen()
1121 block_label_list_[block_id].operands[0] = bb->start_offset; in MethodBlockCodeGen()
1222 DCHECK_EQ(bb->start_offset, 0); in SpecialMIR2LIR()
Dgen_invoke.cc946 int start_offset = SRegOffset(info->args[3].s_reg_low); in GenDalvikArgsRange() local
954 OpRegRegImm(kOpAdd, TargetReg(kArg3, kRef), TargetPtrReg(kSp), start_offset); in GenDalvikArgsRange()
976 int current_src_offset = start_offset; in GenDalvikArgsRange()
1085 OpRegRegImm(kOpAdd, TargetReg(kArg1, kRef), TargetPtrReg(kSp), start_offset); in GenDalvikArgsRange()
/art/compiler/dex/quick/arm64/
Dtarget_arm64.cc1085 int start_offset = SRegOffset(info->args[last_mapped_in + 1].s_reg_low); in GenDalvikArgsRange() local
1089 int current_src_offset = start_offset; in GenDalvikArgsRange()
/art/compiler/dex/quick/x86/
Dtarget_x86.cc2640 int start_offset = SRegOffset(info->args[last_mapped_in + size_of_the_last_mapped].s_reg_low); in GenDalvikArgsRange() local
2644 int current_src_offset = start_offset; in GenDalvikArgsRange()