Searched refs:InexpensiveConstantLong (Results 1 – 10 of 10) sorted by relevance
229 bool InexpensiveConstantLong(int64_t value);
111 bool MipsMir2Lir::InexpensiveConstantLong(int64_t value) { in InexpensiveConstantLong() function in art::MipsMir2Lir
235 bool InexpensiveConstantLong(int64_t value) OVERRIDE;
207 bool ArmMir2Lir::InexpensiveConstantLong(int64_t value) { in InexpensiveConstantLong() function in art::ArmMir2Lir
229 bool InexpensiveConstantLong(int64_t value) OVERRIDE;
321 bool Arm64Mir2Lir::InexpensiveConstantLong(int64_t value) { in InexpensiveConstantLong() function in art::Arm64Mir2Lir
322 bool InexpensiveConstantLong(int64_t value) OVERRIDE;
69 bool X86Mir2Lir::InexpensiveConstantLong(int64_t value) { in InexpensiveConstantLong() function in art::X86Mir2Lir
75 res = InexpensiveConstantLong(mir_graph_->ConstantValueWide(rl_src)); in IsInexpensiveConstant()
1464 virtual bool InexpensiveConstantLong(int64_t value) = 0;