Home
last modified time | relevance | path

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

/art/compiler/dex/quick/mips/
Dcodegen_mips.h229 bool InexpensiveConstantLong(int64_t value);
Dutility_mips.cc111 bool MipsMir2Lir::InexpensiveConstantLong(int64_t value) { in InexpensiveConstantLong() function in art::MipsMir2Lir
/art/compiler/dex/quick/arm/
Dcodegen_arm.h235 bool InexpensiveConstantLong(int64_t value) OVERRIDE;
Dutility_arm.cc207 bool ArmMir2Lir::InexpensiveConstantLong(int64_t value) { in InexpensiveConstantLong() function in art::ArmMir2Lir
/art/compiler/dex/quick/arm64/
Dcodegen_arm64.h229 bool InexpensiveConstantLong(int64_t value) OVERRIDE;
Dutility_arm64.cc321 bool Arm64Mir2Lir::InexpensiveConstantLong(int64_t value) { in InexpensiveConstantLong() function in art::Arm64Mir2Lir
/art/compiler/dex/quick/x86/
Dcodegen_x86.h322 bool InexpensiveConstantLong(int64_t value) OVERRIDE;
Dutility_x86.cc69 bool X86Mir2Lir::InexpensiveConstantLong(int64_t value) { in InexpensiveConstantLong() function in art::X86Mir2Lir
/art/compiler/dex/quick/
Dcodegen_util.cc75 res = InexpensiveConstantLong(mir_graph_->ConstantValueWide(rl_src)); in IsInexpensiveConstant()
Dmir_to_lir.h1464 virtual bool InexpensiveConstantLong(int64_t value) = 0;