Searched refs:frame_block (Results 1 – 3 of 3) sorted by relevance
389 Block *frame_block = stack_sp->GetFrameBlock(); in DoWillResume() local392 if (frame_block->GetRangeContainingLoadAddress( in DoWillResume()399 frame_block->GetInlinedFunctionInfo(); in DoWillResume()
431 Block *frame_block = GetFrameBlock(); in GetVariableList() local433 if (frame_block) { in GetVariableList()437 frame_block->AppendBlockVariables(can_create, get_child_variables, in GetVariableList()1668 Block *frame_block = GetFrameBlock(); in GuessValueForRegisterAndOffset() local1670 if (!frame_block) { in GuessValueForRegisterAndOffset()1674 Function *function = frame_block->CalculateSymbolContextFunction(); in GuessValueForRegisterAndOffset()
5912 Block *frame_block = nullptr; in WindowDelegateDraw() local5920 frame_block = frame->GetFrameBlock(); in WindowDelegateDraw()5927 if (frame_block) { in WindowDelegateDraw()5929 if (m_frame_block != frame_block) { in WindowDelegateDraw()5930 m_frame_block = frame_block; in WindowDelegateDraw()