Home
last modified time | relevance | path

Searched refs:global_index (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dmodule-instantiate.cc378 int import_index, int global_index,
1469 int import_index, int global_index, in ProcessImportedGlobal()
1479 const WasmGlobal& global = module_->globals[global_index]; in ProcessImportedGlobal()
1530 ReportLinkError(error_message, global_index, module_name, import_name); in ProcessImportedGlobal()
1468 ProcessImportedGlobal(Handle<WasmInstanceObject> instance, int import_index, int global_index, Handle<String> module_name, Handle<String> import_name, Handle<Object> value) ProcessImportedGlobal() argument
H A Dwasm-objects.cc1547 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()

Completed in 10 milliseconds