Searched refs:cur_frame (Results 1 – 3 of 3) sorted by relevance
510 StackFrame *cur_frame = m_exe_ctx.GetFramePtr(); in DumpLinesForFrame() local511 if (cur_frame == nullptr) { in DumpLinesForFrame()515 } else if (!cur_frame->HasDebugInformation()) { in DumpLinesForFrame()520 cur_frame->GetSymbolContext(eSymbolContextLineEntry); in DumpLinesForFrame()
802 StackFrame *cur_frame = m_exe_ctx.GetFramePtr(); in GetDefaultFile() local803 if (cur_frame == nullptr) { in GetDefaultFile()808 if (!cur_frame->HasDebugInformation()) { in GetDefaultFile()815 cur_frame->GetSymbolContext(eSymbolContextLineEntry); in GetDefaultFile()
73 size_t cur_frame; member502 data->cur_frame++; in drive_compressor()