Lines Matching refs:constant

956   HLoadClass* constant = new (arena_) HLoadClass(storage_index, is_outer_class, dex_pc);  in BuildStaticFieldAccess()  local
957 current_block_->AddInstruction(constant); in BuildStaticFieldAccess()
959 HInstruction* cls = constant; in BuildStaticFieldAccess()
961 cls = new (arena_) HClinitCheck(constant, dex_pc); in BuildStaticFieldAccess()
1324 HIntConstant* constant = graph_->GetIntConstant(instruction.VRegB_11n()); in AnalyzeDexInstruction() local
1325 UpdateLocal(register_index, constant); in AnalyzeDexInstruction()
1331 HIntConstant* constant = graph_->GetIntConstant(instruction.VRegB_21s()); in AnalyzeDexInstruction() local
1332 UpdateLocal(register_index, constant); in AnalyzeDexInstruction()
1338 HIntConstant* constant = graph_->GetIntConstant(instruction.VRegB_31i()); in AnalyzeDexInstruction() local
1339 UpdateLocal(register_index, constant); in AnalyzeDexInstruction()
1345 HIntConstant* constant = graph_->GetIntConstant(instruction.VRegB_21h() << 16); in AnalyzeDexInstruction() local
1346 UpdateLocal(register_index, constant); in AnalyzeDexInstruction()
1356 HLongConstant* constant = graph_->GetLongConstant(value); in AnalyzeDexInstruction() local
1357 UpdateLocal(register_index, constant); in AnalyzeDexInstruction()
1367 HLongConstant* constant = graph_->GetLongConstant(value); in AnalyzeDexInstruction() local
1368 UpdateLocal(register_index, constant); in AnalyzeDexInstruction()
1374 HLongConstant* constant = graph_->GetLongConstant(instruction.VRegB_51l()); in AnalyzeDexInstruction() local
1375 UpdateLocal(register_index, constant); in AnalyzeDexInstruction()
1382 HLongConstant* constant = graph_->GetLongConstant(value); in AnalyzeDexInstruction() local
1383 UpdateLocal(register_index, constant); in AnalyzeDexInstruction()
2015 HNullConstant* constant = graph_->GetNullConstant(); in AnalyzeDexInstruction() local
2016 UpdateLocal(register_index, constant); in AnalyzeDexInstruction()