Home | History | Annotate | Download | only in runtime

Lines Matching defs:GetDexPc

798   ALWAYS_INLINE uint32_t GetDexPc(const StackMapEncoding& encoding) const {
1178 if (stack_map.GetDexPc(encoding.stack_map_encoding) == dex_pc) {
1190 if (stack_map.GetDexPc(encoding.stack_map_encoding) == dex_pc) {
1208 if (stack_map.GetDexPc(stack_map_encoding) == dex_pc) {
1210 if (other.GetDexPc(stack_map_encoding) == dex_pc &&