Home | History | Annotate | Download | only in optimizing

Lines Matching defs:GetTypeId

246   char GetTypeId(Primitive::Type type) {
396 load_class->GetDexFile().GetTypeId(load_class->GetTypeIndex()));
572 input_list.NewEntryStream() << GetTypeId(input->GetType()) << input->GetId();
586 vregs.NewEntryStream() << GetTypeId(insn->GetType()) << insn->GetId();
687 << GetTypeId(instruction->GetType()) << instruction->GetId() << " ";
810 output_ << instruction->GetId() << " " << GetTypeId(instruction->GetType())