Searched refs:GetLineNumFromPC (Results 1 – 5 of 5) sorted by relevance
165 int32_t GetLineNumFromPC(const DexFile* dex_file, ArtMethod* method, uint32_t rel_pc)
1848 int32_t GetLineNumFromPC(const DexFile* dex_file, ArtMethod* method, uint32_t rel_pc) { in GetLineNumFromPC() function
223 int line_number = annotations::GetLineNumFromPC( in FindCatch()232 int inlined_line_number = annotations::GetLineNumFromPC( in FindCatch()
476 return annotations::GetLineNumFromPC(GetDexFile(), this, dex_pc);
2176 line_number = annotations::GetLineNumFromPC(dex_file, m, dex_pc); in StartMethod()