Searched defs:start_offset (Results 1 - 6 of 6) sorted by relevance

/art/runtime/gc/accounting/
H A Dcard_table_test.cc112 size_t start_offset = 0; local
114 start_offset = (start_offset + kObjectAlignment) % CardTable::kCardSize;
118 uint8_t* start = cstart + start_offset;
/art/compiler/dex/quick/
H A Dgen_invoke.cc741 int start_offset = SRegOffset(info->args[first].s_reg_low); local
745 OpRegRegImm(kOpAdd, TargetReg(kArg1, kRef), TargetPtrReg(kSp), start_offset);
/art/runtime/
H A Ddex_file.cc705 size_t start_offset = offset; local
729 std::string descriptor(signature.data() + start_offset, offset - start_offset);
H A Dclass_linker.cc188 uint32_t start_offset; // The offset from the start of the object. member in struct:art::FieldGap
197 return lhs.size > rhs.size || (lhs.size == rhs.size && lhs.start_offset < rhs.start_offset);
251 DCHECK(IsAligned<n>(gap.start_offset));
252 field->SetOffset(MemberOffset(gap.start_offset));
254 AddFieldGap(gap.start_offset + n, gap.start_offset + gap.size, gaps);
5266 uint32_t start_offset = RoundUp(super_class->GetObjectSize(), local
5268 uint32_t start_bit = (start_offset - mirror::kObjectHeaderSize) /
/art/compiler/dex/
H A Dmir_graph.cc186 DCHECK_GT(code_offset, orig_block->start_offset);
203 bottom_block->start_offset = code_offset;
269 DCHECK_EQ(insn->offset, bottom_block->start_offset);
305 if ((bb != nullptr) && (bb->start_offset == code_offset)) {
349 bb->start_offset = code_offset;
350 (*dex_pc_to_block_map)[bb->start_offset] = bb->id;
367 DexOffset start_offset = pTry->start_addr_; local
368 DexOffset end_offset = start_offset + pTry->insn_count_;
369 for (offset = start_offset; offset < end_offset; offset++) {
618 IsBadMonitorExitCatch(insn->offset, catch_block->start_offset)) {
932 CreateDumpFile(std::string& fname, const char* dir_prefix, NarrowDexOffset start_offset, const char *suffix, int nr, std::string* output) argument
[all...]
H A Dmir_graph.h375 dfs_id(), start_offset(), fall_through(), taken(), i_dom(), nesting_depth(),
386 NarrowDexOffset start_offset; // Offset in code units. member in class:art::BasicBlock

Completed in 398 milliseconds