Searched refs:GenFillArrayData (Results 1 – 10 of 10) sorted by relevance
/art/compiler/dex/quick/x86/ |
D | call_x86.cc | 137 void X86Mir2Lir::GenFillArrayData(DexOffset table_offset, RegLocation rl_src) { in GenFillArrayData() function in art::X86Mir2Lir
|
D | codegen_x86.h | 236 void GenFillArrayData(DexOffset table_offset, RegLocation rl_src) OVERRIDE;
|
/art/compiler/dex/quick/mips/ |
D | call_mips.cc | 223 void MipsMir2Lir::GenFillArrayData(DexOffset table_offset, RegLocation rl_src) { in GenFillArrayData() function in art::MipsMir2Lir
|
D | codegen_mips.h | 118 void GenFillArrayData(uint32_t table_offset, RegLocation rl_src);
|
/art/compiler/dex/quick/arm64/ |
D | call_arm64.cc | 159 void Arm64Mir2Lir::GenFillArrayData(uint32_t table_offset, RegLocation rl_src) { in GenFillArrayData() function in art::Arm64Mir2Lir
|
D | codegen_arm64.h | 184 void GenFillArrayData(DexOffset table_offset, RegLocation rl_src) OVERRIDE;
|
/art/compiler/dex/quick/arm/ |
D | codegen_arm.h | 119 void GenFillArrayData(DexOffset table_offset, RegLocation rl_src);
|
D | call_arm.cc | 150 void ArmMir2Lir::GenFillArrayData(uint32_t table_offset, RegLocation rl_src) { in GenFillArrayData() function in art::ArmMir2Lir
|
/art/compiler/dex/quick/ |
D | mir_to_lir.cc | 575 GenFillArrayData(vB, rl_src[0]); in CompileDalvikInstruction()
|
D | mir_to_lir.h | 1322 virtual void GenFillArrayData(DexOffset table_offset, RegLocation rl_src) = 0;
|