Home
last modified time | relevance | path

Searched refs:AddGlobalImport (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/asmjs/
Dasm-parser.h318 void AddGlobalImport(base::Vector<const char> name, AsmType* type,
Dasm-parser.cc225 void AsmJsParser::AddGlobalImport(base::Vector<const char> name, AsmType* type, in AddGlobalImport() function in v8::internal::wasm::AsmJsParser
373 uint32_t import_index = module_builder_->AddGlobalImport( in ValidateModule()
551 AddGlobalImport(name, AsmType::Double(), kWasmF64, mutable_variable, info); in ValidateModuleVarImport()
562 AddGlobalImport(name, AsmType::Int(), kWasmI32, mutable_variable, info); in ValidateModuleVarImport()
/third_party/node/deps/v8/src/wasm/
Dwasm-module-builder.h319 uint32_t AddGlobalImport(base::Vector<const char> name, ValueType type,
Dwasm-module-builder.cc397 uint32_t WasmModuleBuilder::AddGlobalImport(base::Vector<const char> name, in AddGlobalImport() function in v8::internal::wasm::WasmModuleBuilder