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

  /art/compiler/dex/quick/arm/
codegen_arm.h 175 bool InexpensiveConstantLong(int64_t value);
utility_arm.cc 157 bool ArmMir2Lir::InexpensiveConstantLong(int64_t value) {
    [all...]
  /art/compiler/dex/quick/mips/
codegen_mips.h 172 bool InexpensiveConstantLong(int64_t value);
utility_mips.cc 62 bool MipsMir2Lir::InexpensiveConstantLong(int64_t value) {
  /art/compiler/dex/quick/arm64/
codegen_arm64.h 232 bool InexpensiveConstantLong(int64_t value) OVERRIDE;
utility_arm64.cc 319 bool Arm64Mir2Lir::InexpensiveConstantLong(int64_t value) {
    [all...]
  /art/compiler/dex/quick/x86/
codegen_x86.h 291 bool InexpensiveConstantLong(int64_t value) OVERRIDE;
    [all...]
utility_x86.cc 64 bool X86Mir2Lir::InexpensiveConstantLong(int64_t value) {
    [all...]
  /art/compiler/dex/quick/
codegen_util.cc 69 res = InexpensiveConstantLong(mir_graph_->ConstantValueWide(rl_src));
    [all...]
mir_to_lir.h     [all...]

Completed in 182 milliseconds