Searched refs:GetLocalValue (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/wasm/ | ||
D | wasm-interpreter.h | 67 WasmValue GetLocalValue(int index) const; |
D | wasm-debug.cc | 458 WasmValue value = frame->GetLocalValue(i); in GetLocalScopeObject() |
D | wasm-interpreter.cc | 2962 WasmValue GetLocalValue(int index) const { in GetLocalValue() function in v8::internal::wasm::__anon49171a620111::InterpretedFrameImpl |