Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.h139 int32_t GetLineNumFromPC(const DexFile* dex_file, ArtMethod* method, uint32_t rel_pc)
Ddex_file_annotations.cc1766 int32_t GetLineNumFromPC(const DexFile* dex_file, ArtMethod* method, uint32_t rel_pc) { in GetLineNumFromPC() function
/art/runtime/
Dart_method-inl.h237 return annotations::GetLineNumFromPC(GetDexFile(), this, dex_pc); in GetLineNumFromDexPC()
Dquick_exception_handler.cc232 int line_number = annotations::GetLineNumFromPC(dex_file, handler_method_, handler_dex_pc_); in FindCatch()
Dthread.cc1991 line_number = annotations::GetLineNumFromPC(dex_file, m, GetDexPc(false)); in StartMethod()
Ddebugger.cc3719 line_number = annotations::GetLineNumFromPC(dex_file, m, GetDexPc()); in ConfigureStep()