Home
last modified time | relevance | path

Searched refs:ti (Results 1 – 3 of 3) sorted by relevance

/art/compiler/dex/
Dmir_optimization.cc1128 temp_.ssa.ti = new (temp_scoped_alloc_.get()) TypeInference(this, temp_scoped_alloc_.get()); in InferTypesStart()
1137 DCHECK(temp_.ssa.ti != nullptr); in InferTypes()
1138 return temp_.ssa.ti->Apply(bb); in InferTypes()
1142 DCHECK(temp_.ssa.ti != nullptr); in InferTypesEnd()
1143 temp_.ssa.ti->Finish(); in InferTypesEnd()
1144 delete temp_.ssa.ti; in InferTypesEnd()
1145 temp_.ssa.ti = nullptr; in InferTypesEnd()
Dmir_graph.h1421 TypeInference* ti; member
/art/runtime/
Ddex_file.cc788 const art::DexFile::TryItem* ti = GetTryItems(code_item, mid); in FindTryItem() local
789 uint32_t start = ti->start_addr_; in FindTryItem()
790 uint32_t end = start + ti->insn_count_; in FindTryItem()