Searched refs:GetStackValue (Results 1 – 3 of 3) sorted by relevance
68 WasmValue GetStackValue(int index) const;
1148 return GetStackValue(act.sp + index); in GetReturnValue()1151 WasmValue GetStackValue(sp_t index) { in GetStackValue() function in v8::internal::wasm::__anon959de6190111::ThreadImpl2259 Push(GetStackValue(frames_.back().sp + imm.index)); in Execute()2675 WasmValue val = GetStackValue(i); in TraceValueStack()2965 return thread_->GetStackValue(static_cast<int>(frame()->sp) + index); in GetLocalValue()2968 WasmValue GetStackValue(int index) const { in GetStackValue() function in v8::internal::wasm::__anon959de6190111::InterpretedFrameImpl2972 return thread_->GetStackValue(static_cast<int>(frame()->sp) + in GetStackValue()3217 WasmValue InterpretedFrame::GetStackValue(int index) const { in GetStackValue() function in v8::internal::wasm::InterpretedFrame3218 return ToImpl(this)->GetStackValue(index); in GetStackValue()
479 WasmValue value = frame->GetStackValue(i); in GetLocalScopeObject()