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

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

Completed in 1696 milliseconds