Lines Matching defs:entry
104 // 'unresolved' entry.
118 CodeEntry* entry = FindEntry(stack_pos, &instruction_start);
120 if (entry) {
121 // Find out if the entry has an inlining stack associated.
125 entry->GetInlineStack(pc_offset);
127 int most_inlined_frame_line_number = entry->GetSourceLine(pc_offset);
135 // this function is stored in the SourcePositionTable in entry. We fix
146 src_line = entry->GetSourceLine(pc_offset);
148 src_line = entry->line_number();
152 line_number = entry->GetSourceLine(pc_offset);
155 // function as entry. We don't want to add it twice. The one from the
157 // so we use it instead of pushing entry to stack_trace.
160 stack_trace.push_back({entry, line_number});
172 // If no frames were symbolized, put the VM state entry in.