Home
last modified time | relevance | path

Searched refs:GetStackValue (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/wasm/
Dwasm-interpreter.h68 WasmValue GetStackValue(int index) const;
Dwasm-interpreter.cc1148 return GetStackValue(act.sp + index); in GetReturnValue()
1151 WasmValue GetStackValue(sp_t index) { in GetStackValue() function in v8::internal::wasm::__anon959de6190111::ThreadImpl
2259 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::InterpretedFrameImpl
2972 return thread_->GetStackValue(static_cast<int>(frame()->sp) + in GetStackValue()
3217 WasmValue InterpretedFrame::GetStackValue(int index) const { in GetStackValue() function in v8::internal::wasm::InterpretedFrame
3218 return ToImpl(this)->GetStackValue(index); in GetStackValue()
Dwasm-debug.cc479 WasmValue value = frame->GetStackValue(i); in GetLocalScopeObject()