Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.h114 int32_t GetLineNumFromPC(const DexFile* dex_file, ArtMethod* method, uint32_t rel_pc)
Ddex_file_annotations.cc1572 int32_t GetLineNumFromPC(const DexFile* dex_file, ArtMethod* method, uint32_t rel_pc) { in GetLineNumFromPC() function
/art/runtime/
Dart_method-inl.h262 return annotations::GetLineNumFromPC(GetDexFile(), this, dex_pc); in GetLineNumFromDexPC()
Dquick_exception_handler.cc165 int line_number = annotations::GetLineNumFromPC(dex_file, handler_method_, handler_dex_pc_); in FindCatch()
Dthread.cc1802 line_number = annotations::GetLineNumFromPC(dex_file, m, GetDexPc(false)); in StartMethod()
Ddebugger.cc3843 line_number = annotations::GetLineNumFromPC(dex_file, m, GetDexPc()); in ConfigureStep()