Searched refs:InexpensiveConstantDouble (Results 1 – 10 of 10) sorted by relevance
173 bool InexpensiveConstantDouble(int64_t value);
66 bool MipsMir2Lir::InexpensiveConstantDouble(int64_t value) { in InexpensiveConstantDouble() function in art::MipsMir2Lir
176 bool InexpensiveConstantDouble(int64_t value);
161 bool ArmMir2Lir::InexpensiveConstantDouble(int64_t value) { in InexpensiveConstantDouble() function in art::ArmMir2Lir
233 bool InexpensiveConstantDouble(int64_t value) OVERRIDE;
327 bool Arm64Mir2Lir::InexpensiveConstantDouble(int64_t value) { in InexpensiveConstantDouble() function in art::Arm64Mir2Lir
292 bool InexpensiveConstantDouble(int64_t value) OVERRIDE;
68 bool X86Mir2Lir::InexpensiveConstantDouble(int64_t value) { in InexpensiveConstantDouble() function in art::X86Mir2Lir
67 res = InexpensiveConstantDouble(mir_graph_->ConstantValueWide(rl_src)); in IsInexpensiveConstant()
1446 virtual bool InexpensiveConstantDouble(int64_t value) = 0;