Searched refs:AddExport (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/ast/ |
D | modules.h | 58 void AddExport( 64 void AddExport(const AstRawString* export_name,
|
D | modules.cc | 60 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/ |
D | python_op_gen_internal.h | 93 void AddExport();
|
D | python_op_gen_internal.cc | 571 AddExport(); in Code() 587 void GenPythonOp::AddExport() { in AddExport() function in tensorflow::python_op_gen_internal::GenPythonOp
|
D | python_op_gen.cc | 643 AddExport(); in AddEagerFastPathAndGraphCode()
|
/external/v8/src/wasm/ |
D | wasm-module-builder.h | 236 void AddExport(Vector<const char> name, WasmFunctionBuilder* builder);
|
D | wasm-module-builder.cc | 292 void WasmModuleBuilder::AddExport(Vector<const char> name, in AddExport() function in v8::internal::wasm::WasmModuleBuilder
|
/external/v8/src/parsing/ |
D | parser.cc | 1217 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/ |
D | asm-parser.cc | 641 module_builder_->AddExport(name, info->function_builder); in ValidateExport() 658 module_builder_->AddExport(CStrVector(AsmJs::kSingleFunctionName), in ValidateExport()
|