Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-debug.h154 WasmValue GetLocalValue(int local, Address pc, Address fp,
Dwasm-debug.cc260 WasmValue GetLocalValue(int local, Address pc, Address fp, in GetLocalValue() function in v8::internal::wasm::DebugInfoImpl
845 WasmValue DebugInfo::GetLocalValue(int local, Address pc, Address fp, in GetLocalValue() function in v8::internal::wasm::DebugInfo
847 return impl_->GetLocalValue(local, pc, fp, debug_break_fp); in GetLocalValue()
Dwasm-debug-evaluate.cc138 WasmValue result = debug_info->GetLocalValue( in GetLocal()
Dwasm-js.cc2596 wasm::WasmValue value = debug_info->GetLocalValue(*index, pc, fp, callee_fp); in GetLocalImpl()
/external/v8/src/debug/wasm/gdb-server/
Dwasm-module-debug.cc241 wasm::WasmValue wasm_value = debug_info->GetLocalValue( in GetWasmLocal()