Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-interpreter.h67 WasmValue GetLocalValue(int index) const;
Dwasm-debug.cc458 WasmValue value = frame->GetLocalValue(i); in GetLocalScopeObject()
Dwasm-interpreter.cc2962 WasmValue GetLocalValue(int index) const { in GetLocalValue() function in v8::internal::wasm::__anon49171a620111::InterpretedFrameImpl
3214 WasmValue InterpretedFrame::GetLocalValue(int index) const { in GetLocalValue() function in v8::internal::wasm::InterpretedFrame
3215 return ToImpl(this)->GetLocalValue(index); in GetLocalValue()