Searched refs:input_frame_offset (Results 1 – 1 of 1) sorted by relevance
1691 unsigned input_frame_offset = input_frame_size - kPCOnStackSize; in DoComputeCompiledStubFrame() local1693 intptr_t value = input_->GetFrameSlot(input_frame_offset); in DoComputeCompiledStubFrame()1699 input_frame_offset -= kFPOnStackSize; in DoComputeCompiledStubFrame()1700 value = input_->GetFrameSlot(input_frame_offset); in DoComputeCompiledStubFrame()1711 input_frame_offset -= kPointerSize; in DoComputeCompiledStubFrame()1712 value = input_->GetFrameSlot(input_frame_offset); in DoComputeCompiledStubFrame()1721 input_frame_offset -= kPointerSize; in DoComputeCompiledStubFrame()1722 value = input_->GetFrameSlot(input_frame_offset); in DoComputeCompiledStubFrame()