Home | History | Annotate | Download | only in optimizing

Lines Matching refs:codegen_

265         codegen_(codegen) {}
530 codegen_->GenerateFrameExit();
531 } else if (!codegen_->GoesToNextBlock(got->GetBlock(), successor)) {
532 __ b(codegen_->GetLabelOf(successor));
567 __ b(codegen_->GetLabelOf(if_instr->IfTrueSuccessor()), EQ);
587 __ b(codegen_->GetLabelOf(if_instr->IfTrueSuccessor()),
591 if (!codegen_->GoesToNextBlock(if_instr->GetBlock(), if_instr->IfFalseSuccessor())) {
592 __ b(codegen_->GetLabelOf(if_instr->IfFalseSuccessor()));
706 locations->SetInAt(1, Location::StackSlot(codegen_->GetStackSlot(store->GetLocal())));
710 locations->SetInAt(1, Location::DoubleStackSlot(codegen_->GetStackSlot(store->GetLocal())));
746 codegen_->GenerateFrameExit();
793 codegen_->GenerateFrameExit();
797 codegen_->MarkNotLeaf();
862 codegen_->RecordPcInfo(invoke->GetDexPc());
863 DCHECK(!codegen_->IsLeafMethod());
988 codegen_->MarkNotLeaf();
1006 codegen_->RecordPcInfo(instruction->GetDexPc());
1007 DCHECK(!codegen_->IsLeafMethod());
1014 location = Location::StackSlot(location.GetStackIndex() + codegen_->GetFrameSize());
1016 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize());
1136 codegen_->MarkGCCard(temp, card, obj, value);
1227 codegen_->AddSlowPath(slow_path);
1350 codegen_->MarkNotLeaf();
1411 codegen_->RecordPcInfo(instruction->GetDexPc());
1412 DCHECK(!codegen_->IsLeafMethod());
1466 codegen_->AddSlowPath(slow_path);
1497 codegen_->GetMoveResolver()->EmitNativeCode(instruction);
1501 return codegen_->GetAssembler();
1547 ScratchRegisterScope ensure_scratch(this, IP, R0, codegen_->GetNumberOfCoreRegisters());