Searched refs:IsInexpensiveConstant (Results 1 - 4 of 4) sorted by relevance

/art/compiler/dex/quick/
H A Dgen_loadstore.cc48 } else if (IsInexpensiveConstant(rl_src)) {
88 } else if (IsInexpensiveConstant(rl_src)) {
H A Dcodegen_util.cc61 bool Mir2Lir::IsInexpensiveConstant(RegLocation rl_src) { function in class:art::Mir2Lir
H A Dmir_to_lir.h673 bool IsInexpensiveConstant(RegLocation rl_src);
H A Dralloc_util.cc1303 if (!IsInexpensiveConstant(loc)) {

Completed in 72 milliseconds