Home
last modified time | relevance | path

Searched defs:AddExport (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/ast/
Dmodules.cc93 void SourceTextModuleDescriptor::AddExport(const AstRawString* local_name, in AddExport() function in v8::internal::SourceTextModuleDescriptor
102 void SourceTextModuleDescriptor::AddExport( in AddExport() function in v8::internal::SourceTextModuleDescriptor
/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen_internal.cc606 void GenPythonOp::AddExport() { in AddExport() function in tensorflow::python_op_gen_internal::GenPythonOp
/external/v8/src/wasm/
Dwasm-module-builder.h265 void AddExport(Vector<const char> name, WasmFunctionBuilder* builder) { in AddExport() function
Dwasm-module-builder.cc372 void WasmModuleBuilder::AddExport(Vector<const char> name, in AddExport() function in v8::internal::wasm::WasmModuleBuilder