Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
DmoduleRecordEmitter.h38 auto &Buffer() in Buffer() function
Demitter.cpp415 context->PatchFixHelper()->ProcessModule(rec_->name, module->Buffer()); in AddSourceTextModuleRecord()
430 context->PatchFixHelper()->ProcessModule(ecmaModuleRecord.name, module->Buffer()); in AddSourceTextModuleRecord()
434 auto &moduleLiteralsBuffer = module->Buffer(); in AddSourceTextModuleRecord()
/arkcompiler/ets_frontend/arkguard/src/generator/
DHexNameGenerator.ts53 let buffer: Buffer = randomBytes(this.mHexLength);
/arkcompiler/runtime_core/libpandabase/utils/
Dlogger.h70 class Buffer {
75 Buffer() : buffer {} {} in Buffer() function
95 Buffer &printf(const char *format, ...);
98 friend std::ostream &operator<<(std::ostream &os, const Buffer &b)
Dlogger.cpp119 auto Logger::Buffer::printf(const char *format, ...) -> Buffer & in printf()
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DlistFailure.ts23 export class Buffer {
/arkcompiler/ets_frontend/ts2panda/src/base/
Dutil.ts340 return Buffer.from(Buffer.from(input, 'base64').toString()).toString('base64') === input;
/arkcompiler/ets_frontend/ts2panda/src/
Dindex.ts346 let originExpre = Buffer.from(ideInputStr, 'base64').toString();
369 let watchResStr = Buffer.from(base64data).toString('base64');
/arkcompiler/runtime_core/docs/
Dglossary.md76 * **TLAB** stands for **Thread Local Allocation Buffer** - buffer used exclusively for allocations
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp1584 void *Buffer = resNp->GetExternalPointer(); in HWTEST_F_L0() local
1585 if (memcpy_s(Buffer, msgBufferLen, msg.c_str(), msgBufferLen) != EOK) { in HWTEST_F_L0()
1597 EXPECT_TRUE(strcmp((char *)Buffer, "world hello") == 0) << "Serialize JSArrayBuffer fail"; in HWTEST_F_L0()
1609 void *Buffer = resNp->GetExternalPointer(); in HWTEST_F_L0() local
1610 if (memcpy_s(Buffer, msgBufferLen, msg.c_str(), msgBufferLen) != EOK) { in HWTEST_F_L0()
1621 EXPECT_TRUE(strcmp((char *)Buffer, "aaaaa world") == 0) << "Serialize JSArrayBuffer fail"; in HWTEST_F_L0()
1630 EXPECT_TRUE(strcmp((char *)Buffer, "bbbbbbworld") == 0) << "Serialize JSArrayBuffer fail"; in HWTEST_F_L0()
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allocUnsafe&&"function"==typeof…
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js2365 const r = gfx.Buffer.prototype;
20971 jo.Buffer = gfx.Buffer;
20993 Buffer: Pr, property
24082 const {Buffer: e} = globalThis;