Home
last modified time | relevance | path

Searched refs:GetLineNumFromPC (Results 1 – 5 of 5) sorted by relevance

/art/runtime/dex/
Ddex_file_annotations.h165 int32_t GetLineNumFromPC(const DexFile* dex_file, ArtMethod* method, uint32_t rel_pc)
Ddex_file_annotations.cc1848 int32_t GetLineNumFromPC(const DexFile* dex_file, ArtMethod* method, uint32_t rel_pc) { in GetLineNumFromPC() function
/art/runtime/
Dquick_exception_handler.cc223 int line_number = annotations::GetLineNumFromPC( in FindCatch()
232 int inlined_line_number = annotations::GetLineNumFromPC( in FindCatch()
Dart_method-inl.h476 return annotations::GetLineNumFromPC(GetDexFile(), this, dex_pc);
Dthread.cc2176 line_number = annotations::GetLineNumFromPC(dex_file, m, dex_pc); in StartMethod()