Home
last modified time | relevance | path

Searched refs:rel_pc (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Ddex_file_annotations.h106 int32_t GetLineNumFromPC(const DexFile* dex_file, ArtMethod* method, uint32_t rel_pc)
Ddex_file_annotations.cc1502 int32_t GetLineNumFromPC(const DexFile* dex_file, ArtMethod* method, uint32_t rel_pc) { in GetLineNumFromPC() argument
1513 DexFile::LineNumFromPcContext context(rel_pc, -1); in GetLineNumFromPC()