Home
last modified time | relevance | path

Searched defs:dex_pcs (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/art/compiler/optimizing/
H A Dprofiling_info_builder.cc65 std::vector<uint32_t> dex_pcs; in EncodeDexPc() local
/aosp_15_r20/art/runtime/jit/
H A Dprofiling_info.cc166 const std::vector<uint32_t>& dex_pcs, in EncodeDexPc()
/aosp_15_r20/art/profman/
H A Dprofman.cc1096 /*out*/ std::vector<uint32_t>* dex_pcs) { in GetAllInvokes()
1472 std::vector<uint32_t> dex_pcs; in ProcessLine() local
/aosp_15_r20/art/runtime/oat/
H A Dstack_map.h424 StackMap GetCatchStackMapForDexPc(ArrayRef<const uint32_t> dex_pcs) const { in GetCatchStackMapForDexPc()