Searched refs:dex_pcs (Results 1 – 2 of 2) sorted by relevance
423 StackMap GetCatchStackMapForDexPc(ArrayRef<const uint32_t> dex_pcs) const { in GetCatchStackMapForDexPc() argument439 if (stack_map.GetDexPc() != dex_pcs.front()) { in GetCatchStackMapForDexPc()444 if (inline_infos.size() == dex_pcs.size() - 1) { in GetCatchStackMapForDexPc()448 if (inline_infos[inline_info_index].GetDexPc() != dex_pcs[inline_info_index + 1]) { in GetCatchStackMapForDexPc()
1144 /*out*/ std::vector<uint32_t>* dex_pcs) { in GetAllInvokes() argument1154 dex_pcs->push_back(inst.DexPc()); in GetAllInvokes()1516 std::vector<uint32_t> dex_pcs; in ProcessLine() local1519 dex_pcs.resize(1, -1); in ProcessLine()1522 if (!HasSingleInvoke(class_ref, method_index, &dex_pcs[0])) { in ProcessLine()1543 &dex_pcs); in ProcessLine()1576 for (size_t dex_pc : dex_pcs) { in ProcessLine()