Searched refs:frame_block (Results 1 – 3 of 3) sorted by relevance
410 Block *frame_block = stack_sp->GetFrameBlock(); in DoWillResume() local413 if (frame_block->GetRangeContainingLoadAddress( in DoWillResume()420 frame_block->GetInlinedFunctionInfo(); in DoWillResume()
435 Block *frame_block = GetFrameBlock(); in GetVariableList() local437 if (frame_block) { in GetVariableList()441 frame_block->AppendBlockVariables(can_create, get_child_variables, in GetVariableList()1814 Block *frame_block = GetFrameBlock(); in GuessValueForRegisterAndOffset() local1816 if (!frame_block) { in GuessValueForRegisterAndOffset()1820 Function *function = frame_block->CalculateSymbolContextFunction(); in GuessValueForRegisterAndOffset()
5914 Block *frame_block = nullptr; in WindowDelegateDraw() local5922 frame_block = frame->GetFrameBlock(); in WindowDelegateDraw()5929 if (frame_block) { in WindowDelegateDraw()5931 if (m_frame_block != frame_block) { in WindowDelegateDraw()5932 m_frame_block = frame_block; in WindowDelegateDraw()