Searched defs:pc_offset (Results 1 – 2 of 2) sorted by relevance
1157 CodeComment(intptr_t pc_offset, const String &comment) in CodeComment()1160 intptr_t pc_offset() const { return pc_offset_; } in pc_offset() function
5370 size_t pc_offset = pc - buffer; in process_pattern() local