Home
last modified time | relevance | path

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

/external/v8/src/asmjs/
Dasm-parser.h301 void AddGlobalImport(Vector<const char> name, AsmType* type, ValueType vtype,
Dasm-parser.cc237 void AsmJsParser::AddGlobalImport(Vector<const char> name, AsmType* type, in AddGlobalImport() function in v8::internal::wasm::AsmJsParser
376 uint32_t import_index = module_builder_->AddGlobalImport( in ValidateModule()
541 AddGlobalImport(name, AsmType::Double(), kWasmF64, mutable_variable, info); in ValidateModuleVarImport()
552 AddGlobalImport(name, AsmType::Int(), kWasmI32, mutable_variable, info); in ValidateModuleVarImport()
/external/v8/src/wasm/
Dwasm-module-builder.h230 uint32_t AddGlobalImport(Vector<const char> name, ValueType type);
Dwasm-module-builder.cc282 uint32_t WasmModuleBuilder::AddGlobalImport(Vector<const char> name, in AddGlobalImport() function in v8::internal::wasm::WasmModuleBuilder