Home
last modified time | relevance | path

Searched refs:LoadFromShiftedRegOffset (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_arm_vixl.h514 void LoadFromShiftedRegOffset(DataType::Type type,
Dcode_generator_arm_vixl.cc6185 void CodeGeneratorARMVIXL::LoadFromShiftedRegOffset(DataType::Type type, in LoadFromShiftedRegOffset() function in art::arm::CodeGeneratorARMVIXL
6392 codegen_->LoadFromShiftedRegOffset(type, out_loc, temp, RegisterFrom(index)); in VisitArrayGet()
6463 codegen_->LoadFromShiftedRegOffset(type, out_loc, temp, RegisterFrom(index)); in VisitArrayGet()
Dintrinsics_arm_vixl.cc2968 codegen_->LoadFromShiftedRegOffset(DataType::Type::kReference, locations->Out(), temp, out); in VisitIntegerValueOf()