Searched refs:wasm_value (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/debug/wasm/gdb-server/ |
H A D | wasm-module-debug.cc | 214 wasm::WasmValue wasm_value = in GetWasmGlobal() local 216 return GetWasmValue(wasm_value, buffer, buffer_size, size); in GetWasmGlobal() 245 wasm::WasmValue wasm_value = debug_info->GetLocalValue( in GetWasmLocal() local 248 return GetWasmValue(wasm_value, buffer, buffer_size, size); in GetWasmLocal() 278 WasmValue wasm_value = debug_info->GetStackValue( in GetWasmStackValue() local 281 return GetWasmValue(wasm_value, buffer, buffer_size, size); in GetWasmStackValue() 388 bool WasmModuleDebug::GetWasmValue(const wasm::WasmValue& wasm_value, in GetWasmValue() argument 391 switch (wasm_value.type().kind()) { in GetWasmValue() 393 return StoreValue(wasm_value.to_i32(), buffer, buffer_size, size); in GetWasmValue() 395 return StoreValue(wasm_value in GetWasmValue() [all...] |
H A D | wasm-module-debug.h | 99 static bool GetWasmValue(const wasm::WasmValue& wasm_value, uint8_t* buffer,
|
/third_party/node/deps/v8/src/wasm/ |
H A D | module-instantiate.cc | 1546 WasmValue wasm_value = global.type == kWasmI32 in ProcessImportedGlobal() local 1551 WriteGlobalValue(global, wasm_value); in ProcessImportedGlobal()
|
Completed in 6 milliseconds