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

  /art/compiler/dex/quick/arm64/
codegen_arm64.h 172 void GenIntToLong(RegLocation rl_dest, RegLocation rl_src) OVERRIDE;
int_arm64.cc     [all...]
  /art/compiler/dex/quick/x86/
codegen_x86.h 177 void GenIntToLong(RegLocation rl_dest, RegLocation rl_src) OVERRIDE;
    [all...]
int_x86.cc     [all...]
  /art/compiler/dex/quick/
mir_to_lir.cc 899 GenIntToLong(rl_dest, rl_src[0]);
    [all...]
mir_to_lir.h     [all...]
gen_common.cc 315 void Mir2Lir::GenIntToLong(RegLocation rl_dest, RegLocation rl_src) {
    [all...]

Completed in 80 milliseconds