Lines Matching refs:context
774 LineNumFromPcContext context(rel_pc, -1); in GetLineNumFromPC() local
776 nullptr, &context); in GetLineNumFromPC()
777 return context.line_num_; in GetLineNumFromPC()
815 void* context, const uint8_t* stream, LocalInfo* local_in_reg) in DecodeDebugInfo0() argument
905 InvokeLocalCbIfLive(context, reg, address, local_in_reg, local_cb); in DecodeDebugInfo0()
926 InvokeLocalCbIfLive(context, reg, address, local_in_reg, local_cb); in DecodeDebugInfo0()
966 if (position_cb(context, address, line)) { in DecodeDebugInfo0()
979 void* context) const { in DecodeDebugInfo()
986 DecodeDebugInfo0(code_item, is_static, method_idx, position_cb, local_cb, context, stream, in DecodeDebugInfo()
990 InvokeLocalCbIfLive(context, reg, code_item->insns_size_in_code_units_, &local_in_reg[0], in DecodeDebugInfo()
996 LineNumFromPcContext* context = reinterpret_cast<LineNumFromPcContext*>(raw_context); in LineNumForPcCb() local
1001 if (address > context->address_) { in LineNumForPcCb()
1006 context->line_num_ = line_num; in LineNumForPcCb()
1007 return address == context->address_; in LineNumForPcCb()