Searched refs:AddGlobalImport (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/asmjs/ |
D | asm-parser.h | 318 void AddGlobalImport(base::Vector<const char> name, AsmType* type,
|
D | asm-parser.cc | 225 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/ |
D | wasm-module-builder.h | 319 uint32_t AddGlobalImport(base::Vector<const char> name, ValueType type,
|
D | wasm-module-builder.cc | 397 uint32_t WasmModuleBuilder::AddGlobalImport(base::Vector<const char> name, in AddGlobalImport() function in v8::internal::wasm::WasmModuleBuilder
|