HomeSort by relevance Sort by last modified time
    Searched refs:ShortyArg (Results 1 - 10 of 10) sorted by null

  /art/compiler/dex/quick/
mir_to_lir.h     [all...]
mir_to_lir.cc 212 ShortyArg arg = in_to_reg_storage_mapping_.GetShorty(in_position);
224 ShortyArg arg = in_to_reg_storage_mapping_.GetShorty(in_position);
    [all...]
  /art/compiler/dex/quick/mips/
codegen_mips.h 33 virtual RegStorage GetNextReg(ShortyArg arg);
46 virtual RegStorage GetNextReg(ShortyArg arg);
target_mips.cc 250 RegStorage MipsMir2Lir::InToRegStorageMipsMapper::GetNextReg(ShortyArg arg) {
266 RegStorage MipsMir2Lir::InToRegStorageMips64Mapper::GetNextReg(ShortyArg arg) {
    [all...]
  /art/compiler/dex/quick/x86/
codegen_x86.h 37 virtual RegStorage GetNextReg(ShortyArg arg);
52 virtual RegStorage GetNextReg(ShortyArg arg);
    [all...]
target_x86.cc     [all...]
  /art/compiler/dex/quick/arm/
codegen_arm.h 38 RegStorage GetNextReg(ShortyArg arg) OVERRIDE;
target_arm.cc 934 RegStorage ArmMir2Lir::InToRegStorageArmMapper::GetNextReg(ShortyArg arg) {
    [all...]
  /art/compiler/dex/quick/arm64/
codegen_arm64.h 34 virtual RegStorage GetNextReg(ShortyArg arg);
target_arm64.cc 814 RegStorage Arm64Mir2Lir::InToRegStorageArm64Mapper::GetNextReg(ShortyArg arg) {

Completed in 1313 milliseconds