Lines Matching refs:context
627 LineNumFromPcContext context(rel_pc, -1); in GetLineNumFromPC() local
629 NULL, &context); in GetLineNumFromPC()
630 return context.line_num_; in GetLineNumFromPC()
668 void* context, const byte* stream, LocalInfo* local_in_reg) const { in DecodeDebugInfo0() argument
756 InvokeLocalCbIfLive(context, reg, address, local_in_reg, local_cb); in DecodeDebugInfo0()
777 InvokeLocalCbIfLive(context, reg, address, local_in_reg, local_cb); in DecodeDebugInfo0()
817 if (position_cb(context, address, line)) { in DecodeDebugInfo0()
830 void* context) const { in DecodeDebugInfo()
836 …DecodeDebugInfo0(code_item, is_static, method_idx, position_cb, local_cb, context, stream, &local_… in DecodeDebugInfo()
839 …InvokeLocalCbIfLive(context, reg, code_item->insns_size_in_code_units_, &local_in_reg[0], local_cb… in DecodeDebugInfo()
844 LineNumFromPcContext* context = reinterpret_cast<LineNumFromPcContext*>(raw_context); in LineNumForPcCb() local
849 if (address > context->address_) { in LineNumForPcCb()
854 context->line_num_ = line_num; in LineNumForPcCb()
855 return address == context->address_; in LineNumForPcCb()