Home
last modified time | relevance | path

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

/art/compiler/dex/quick/mips/
Dcodegen_mips.h230 bool InexpensiveConstantDouble(int64_t value);
Dutility_mips.cc116 bool MipsMir2Lir::InexpensiveConstantDouble(int64_t value) { in InexpensiveConstantDouble() function in art::MipsMir2Lir
/art/compiler/dex/quick/arm/
Dcodegen_arm.h236 bool InexpensiveConstantDouble(int64_t value) OVERRIDE;
Dutility_arm.cc211 bool ArmMir2Lir::InexpensiveConstantDouble(int64_t value) { in InexpensiveConstantDouble() function in art::ArmMir2Lir
/art/compiler/dex/quick/arm64/
Dcodegen_arm64.h230 bool InexpensiveConstantDouble(int64_t value) OVERRIDE;
Dutility_arm64.cc329 bool Arm64Mir2Lir::InexpensiveConstantDouble(int64_t value) { in InexpensiveConstantDouble() function in art::Arm64Mir2Lir
/art/compiler/dex/quick/x86/
Dcodegen_x86.h323 bool InexpensiveConstantDouble(int64_t value) OVERRIDE;
Dutility_x86.cc74 bool X86Mir2Lir::InexpensiveConstantDouble(int64_t value) { in InexpensiveConstantDouble() function in art::X86Mir2Lir
/art/compiler/dex/quick/
Dcodegen_util.cc73 res = InexpensiveConstantDouble(mir_graph_->ConstantValueWide(rl_src)); in IsInexpensiveConstant()
Dmir_to_lir.h1465 virtual bool InexpensiveConstantDouble(int64_t value) = 0;