Searched refs:InexpensiveConstantLong (Results 1 - 10 of 10) sorted by relevance

/art/compiler/dex/quick/arm/
H A Dcodegen_arm.h175 bool InexpensiveConstantLong(int64_t value);
H A Dutility_arm.cc157 bool ArmMir2Lir::InexpensiveConstantLong(int64_t value) { function in class:art::ArmMir2Lir
/art/compiler/dex/quick/mips/
H A Dcodegen_mips.h172 bool InexpensiveConstantLong(int64_t value);
H A Dutility_mips.cc62 bool MipsMir2Lir::InexpensiveConstantLong(int64_t value) { function in class:art::MipsMir2Lir
/art/compiler/dex/quick/arm64/
H A Dcodegen_arm64.h232 bool InexpensiveConstantLong(int64_t value) OVERRIDE;
H A Dutility_arm64.cc319 bool Arm64Mir2Lir::InexpensiveConstantLong(int64_t value) { function in class:art::Arm64Mir2Lir
/art/compiler/dex/quick/x86/
H A Dcodegen_x86.h291 bool InexpensiveConstantLong(int64_t value) OVERRIDE;
H A Dutility_x86.cc64 bool X86Mir2Lir::InexpensiveConstantLong(int64_t value) { function in class:art::X86Mir2Lir
/art/compiler/dex/quick/
H A Dcodegen_util.cc69 res = InexpensiveConstantLong(mir_graph_->ConstantValueWide(rl_src));
H A Dmir_to_lir.h1442 virtual bool InexpensiveConstantLong(int64_t value) = 0;

Completed in 84 milliseconds