Searched refs:AddGlobalImport (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/asmjs/ |
D | asm-parser.h | 301 void AddGlobalImport(Vector<const char> name, AsmType* type, ValueType vtype,
|
D | asm-parser.cc | 237 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/ |
D | wasm-module-builder.h | 230 uint32_t AddGlobalImport(Vector<const char> name, ValueType type);
|
D | wasm-module-builder.cc | 282 uint32_t WasmModuleBuilder::AddGlobalImport(Vector<const char> name, in AddGlobalImport() function in v8::internal::wasm::WasmModuleBuilder
|