Searched refs:raw_dest (Results 1 - 2 of 2) sorted by relevance

/art/compiler/dex/
H A Dlocal_value_numbering.cc1158 RegLocation raw_dest = gvn_->GetMirGraph()->GetRawDest(mir); local
1159 if (raw_dest.high_word) {
1163 bool wide = raw_dest.wide;
1210 RegLocation raw_dest = gvn_->GetMirGraph()->GetRawDest(mir); local
1212 if (value == 0u && raw_dest.ref) {
1215 Instruction::Code op = raw_dest.fp ? Instruction::CONST_HIGH16 : Instruction::CONST;
1223 RegLocation raw_dest = gvn_->GetMirGraph()->GetRawDest(mir); local
1224 Instruction::Code op = raw_dest.fp ? Instruction::CONST_HIGH16 : Instruction::CONST;
H A Dgvn_dead_code_elimination.cc1044 RegLocation raw_dest = gvn_->GetMirGraph()->GetRawDest(mir); local
1045 if (raw_dest.high_word) {
1049 bool wide = raw_dest.wide;

Completed in 84 milliseconds