Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dintrinsics_x86.cc126 int32_t adjusted_offset = offset + constant * element_size; in EmitNativeCode() local
127 __ movl(temp2, Address(src, temp1, ScaleFactor::TIMES_4, adjusted_offset)); in EmitNativeCode()
149 int32_t adjusted_offset = offset + constant * element_size; in EmitNativeCode() local
150 __ movl(Address(dest, temp1, ScaleFactor::TIMES_4, adjusted_offset), temp2); in EmitNativeCode()
Dloop_optimization.cc1087 HInstruction* adjusted_offset = graph_->GetConstant(induc_type, hidden_offset >> shift); in Vectorize() local
1089 induc_type, vector_dynamic_peeling_candidate_->offset, adjusted_offset)); in Vectorize()
Dcode_generator_arm64.cc2398 int64_t adjusted_offset = in VisitArrayGet() local
2401 __ Ldr(length, MemOperand(obj.X(), adjusted_offset)); in VisitArrayGet()
/art/dex2oat/linker/
Doat_writer.cc2194 size_t adjusted_offset = offset; in InitOatCode() local
2198 adjusted_offset = offset + CompiledCode::CodeDelta(instruction_set); \ in InitOatCode()
2199 oat_header_->Set ## fn_name ## Offset(adjusted_offset); \ in InitOatCode()