Searched refs:Buffer (Results 1 – 12 of 12) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
D | moduleRecordEmitter.h | 38 auto &Buffer() in Buffer() function
|
D | emitter.cpp | 415 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/ |
D | HexNameGenerator.ts | 53 let buffer: Buffer = randomBytes(this.mHexLength);
|
/arkcompiler/runtime_core/libpandabase/utils/ |
D | logger.h | 70 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)
|
D | logger.cpp | 119 auto Logger::Buffer::printf(const char *format, ...) -> Buffer & in printf()
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | listFailure.ts | 23 export class Buffer {
|
/arkcompiler/ets_frontend/ts2panda/src/base/ |
D | util.ts | 340 return Buffer.from(Buffer.from(input, 'base64').toString()).toString('base64') === input;
|
/arkcompiler/ets_frontend/ts2panda/src/ |
D | index.ts | 346 let originExpre = Buffer.from(ideInputStr, 'base64').toString(); 369 let watchResStr = Buffer.from(base64data).toString('base64');
|
/arkcompiler/runtime_core/docs/ |
D | glossary.md | 76 * **TLAB** stands for **Thread Local Allocation Buffer** - buffer used exclusively for allocations
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_serializer_test.cpp | 1584 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/ |
D | index.js | 2 …Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allocUnsafe&&"function"==typeof…
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 2365 const r = gfx.Buffer.prototype; 20971 jo.Buffer = gfx.Buffer; 20993 Buffer: Pr, property 24082 const {Buffer: e} = globalThis;
|