Home
last modified time | relevance | path

Searched refs:GetLineNumFromPC (Results 1 – 5 of 5) 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.cc1707 int32_t GetLineNumFromPC(const DexFile* dex_file, ArtMethod* method, uint32_t rel_pc) { in GetLineNumFromPC() function
/art/runtime/
Dart_method-inl.h247 return annotations::GetLineNumFromPC(GetDexFile(), this, dex_pc); in GetLineNumFromDexPC()
Dquick_exception_handler.cc185 annotations::GetLineNumFromPC(dex_file, GetHandlerMethod(), handler_dex_pc_); in FindCatch()
Dthread.cc2014 line_number = annotations::GetLineNumFromPC(dex_file, m, GetDexPc(false)); in StartMethod()