Home
last modified time | relevance | path

Searched refs:InexpensiveConstantDouble (Results 1 – 10 of 10) sorted by relevance

/art/compiler/dex/quick/mips/
Dcodegen_mips.h173 bool InexpensiveConstantDouble(int64_t value);
Dutility_mips.cc66 bool MipsMir2Lir::InexpensiveConstantDouble(int64_t value) { in InexpensiveConstantDouble() function in art::MipsMir2Lir
/art/compiler/dex/quick/arm/
Dcodegen_arm.h176 bool InexpensiveConstantDouble(int64_t value);
Dutility_arm.cc161 bool ArmMir2Lir::InexpensiveConstantDouble(int64_t value) { in InexpensiveConstantDouble() function in art::ArmMir2Lir
/art/compiler/dex/quick/arm64/
Dcodegen_arm64.h233 bool InexpensiveConstantDouble(int64_t value) OVERRIDE;
Dutility_arm64.cc327 bool Arm64Mir2Lir::InexpensiveConstantDouble(int64_t value) { in InexpensiveConstantDouble() function in art::Arm64Mir2Lir
/art/compiler/dex/quick/x86/
Dcodegen_x86.h292 bool InexpensiveConstantDouble(int64_t value) OVERRIDE;
Dutility_x86.cc68 bool X86Mir2Lir::InexpensiveConstantDouble(int64_t value) { in InexpensiveConstantDouble() function in art::X86Mir2Lir
/art/compiler/dex/quick/
Dcodegen_util.cc67 res = InexpensiveConstantDouble(mir_graph_->ConstantValueWide(rl_src)); in IsInexpensiveConstant()
Dmir_to_lir.h1446 virtual bool InexpensiveConstantDouble(int64_t value) = 0;