Searched defs:GetTypeId (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dgraph_visualizer.cc235 char GetTypeId(Primitive::Type type) { function in class:art::HGraphVisualizerPrinter
498 inputs.NewEntryStream() << GetTypeId(it.Current()->GetType()) << it.Current()->GetId();
512 vregs.NewEntryStream() << GetTypeId(insn->GetType()) << insn->GetId();
612 << GetTypeId(instruction->GetType()) << instruction->GetId() << " ";
735 output_ << instruction->GetId() << " " << GetTypeId(instruction->GetType())
/art/runtime/
H A Ddex_file.h560 const TypeId& GetTypeId(uint32_t idx) const { function in class:art::DexFile
575 const TypeId& type_id = GetTypeId(idx);
580 const TypeId& type_id = GetTypeId(idx);
617 const DexFile::TypeId& type_id = GetTypeId(field_id.class_idx_);
623 const DexFile::TypeId& type_id = GetTypeId(field_id.type_idx_);
657 const DexFile::TypeId& type_id = GetTypeId(method_id.class_idx_);

Completed in 233 milliseconds