Home
last modified time | relevance | path

Searched refs:adjusted_offset (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dloop_optimization.cc1090 HInstruction* adjusted_offset = graph_->GetConstant(induc_type, hidden_offset >> shift); in Vectorize() local
1092 induc_type, vector_dynamic_peeling_candidate_->offset, adjusted_offset)); in Vectorize()
/art/dex2oat/linker/
Doat_writer.cc2201 size_t adjusted_offset = offset; in InitOatCode() local
2206 adjusted_offset = offset + CompiledCode::CodeDelta(instruction_set); \ in InitOatCode()
2207 oat_header_->Set ## fn_name ## Offset(adjusted_offset); \ in InitOatCode()