Home
last modified time | relevance | path

Searched refs:Buffer (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dlogger.h68 class Buffer { class in ark::Logger
73 Buffer() = default;
93 PANDA_PUBLIC_API Buffer &Printf(const char *format, ...);
96 friend std::ostream &operator<<(std::ostream &os, const Buffer &b) in operator <<()
H A Dlogger.cpp108 auto Logger::Buffer::Printf(const char *format, ...) -> Buffer &
/arkcompiler/ets_frontend/legacy_bin/api8/src/
H A Dindex.js2 (()=>{var __webpack_modules__={"./node_modules/buffer-from/index.js":e=>{var t=Object.prototype.toString,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allocUnsafe&&"function"==typeof Buffer.from;e.exports=function(e,n,i){if("number"==typeof e)throw new TypeError('"value" argument must not be a number');return a=e,"ArrayBuffer"===t.call(a).slice(8,-1)?function(e,t,n){t>>>=0;var i=e.byteLength-t;if(i<0)throw new RangeError("'offset' is out of bounds");if(void 0===n)n=i;else if((n>>>=0)>i)throw new RangeError("'length' is out of bounds");return r?Buffer.from(e.slice(t,t+n)):new Buffer(new Uint8Array(e.slice(t,t+n)))}(e,n,i):"string"==typeof e?function(e,t){if("string"==typeof t&&""!==t||(t="utf8"),!Buffer.isEncoding(t))throw new TypeError('"encoding" must be a valid string encoding');return r?Buffer.from(e,t):new Buffer(e,t)}(e,n):r?Buffer
[all...]
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H A DmoduleRecordEmitter.h44 auto &Buffer() in Buffer() function in panda::es2panda::compiler::ModuleRecordEmitter
H A Demitter.cpp953 context->PatchFixHelper()->ProcessModule(rec_->name, module->Buffer()); in AddSourceTextModuleRecord()
970 context->PatchFixHelper()->ProcessModule(ecmaModuleRecord.name, module->Buffer()); in AddSourceTextModuleRecord()
974 auto &moduleLiteralsBuffer = module->Buffer(); in AddSourceTextModuleRecord()
/arkcompiler/runtime_core/libpandabase/utils/
H A Dlogger.h82 class Buffer { class in panda::Logger
87 Buffer() : buffer {} {} in Buffer() function in panda::Logger::Buffer
107 Buffer &printf(const char *format, ...);
110 friend std::ostream &operator<<(std::ostream &os, const Buffer &b) in operator <<()
H A Dlogger.cpp120 auto Logger::Buffer::printf(const char *format, ...) -> Buffer &
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dobject_helpers.h51 Logger::Buffer GetDebugInfoAboutObject(const ObjectHeader *header);
H A Dobject_helpers.cpp34 Logger::Buffer GetDebugInfoAboutObject(const ObjectHeader *header) in GetDebugInfoAboutObject()
50 Logger::Buffer buffer; in GetDebugInfoAboutObject()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc.cpp94 Logger::Buffer GC::GetLogPrefix() const in GetLogPrefix()
100 Logger::Buffer buffer; in GetLogPrefix()
H A Dgc.h634 Logger::Buffer GetLogPrefix() const;
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js2365 const r = gfx.Buffer.prototype;
20971 jo.Buffer = gfx.Buffer;
20993 Buffer: Pr,
24081 if ("Buffer" in globalThis) {
24082 const {Buffer: e} = globalThis;
[all...]

Completed in 41 milliseconds