Searched refs:global_index (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
D | module-instantiate.cc | 378 int import_index, int global_index, 1469 int import_index, int global_index, in ProcessImportedGlobal() argument 1479 const WasmGlobal& global = module_->globals[global_index]; in ProcessImportedGlobal() 1530 ReportLinkError(error_message, global_index, module_name, import_name); in ProcessImportedGlobal()
|
D | wasm-objects.cc | 1547 uint32_t global_index = 0; // The index into the buffer. in GetGlobalValue() local 1548 std::tie(global_buffer, global_index) = in GetGlobalValue() 1550 return wasm::WasmValue(handle(global_buffer->get(global_index), isolate), in GetGlobalValue()
|