Searched defs:AddExport (Results 1 – 4 of 4) sorted by relevance
| /external/v8/src/ast/ | ||
| D | modules.cc | 93 void SourceTextModuleDescriptor::AddExport(const AstRawString* local_name, in AddExport() function in v8::internal::SourceTextModuleDescriptor |
| /external/tensorflow/tensorflow/python/framework/ | ||
| D | python_op_gen_internal.cc | 606 void GenPythonOp::AddExport() { in AddExport() function in tensorflow::python_op_gen_internal::GenPythonOp |
| /external/v8/src/wasm/ | ||
| D | wasm-module-builder.h | 265 void AddExport(Vector<const char> name, WasmFunctionBuilder* builder) { in AddExport() function |
| D | wasm-module-builder.cc | 372 void WasmModuleBuilder::AddExport(Vector<const char> name, in AddExport() function in v8::internal::wasm::WasmModuleBuilder |