Home
last modified time | relevance | path

Searched refs:AddExport (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/ast/
Dmodules.h58 void AddExport(
64 void AddExport(const AstRawString* export_name,
Dmodules.cc60 void ModuleDescriptor::AddExport( in AddExport() function in v8::internal::ModuleDescriptor
69 void ModuleDescriptor::AddExport(const AstRawString* import_name, in AddExport() function in v8::internal::ModuleDescriptor
/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen_internal.h93 void AddExport();
Dpython_op_gen_internal.cc571 AddExport(); in Code()
587 void GenPythonOp::AddExport() { in AddExport() function in tensorflow::python_op_gen_internal::GenPythonOp
Dpython_op_gen.cc643 AddExport(); in AddEagerFastPathAndGraphCode()
/external/v8/src/wasm/
Dwasm-module-builder.h236 void AddExport(Vector<const char> name, WasmFunctionBuilder* builder);
Dwasm-module-builder.cc292 void WasmModuleBuilder::AddExport(Vector<const char> name, in AddExport() function in v8::internal::wasm::WasmModuleBuilder
/external/v8/src/parsing/
Dparser.cc1217 module()->AddExport(local_names.first(), in ParseExportDefault()
1283 module()->AddExport(data.local_name, data.export_name, data.location, in ParseExportDeclaration()
1290 module()->AddExport(data.local_name, data.export_name, in ParseExportDeclaration()
1329 descriptor->AddExport(names[i], names[i], loc, zone()); in ParseExportDeclaration()
/external/v8/src/asmjs/
Dasm-parser.cc641 module_builder_->AddExport(name, info->function_builder); in ValidateExport()
658 module_builder_->AddExport(CStrVector(AsmJs::kSingleFunctionName), in ValidateExport()