Searched defs:newBuffer (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/runtime_core/libabckit/tests/helpers/ |
| D | helpers_runtime.h | 28 explicit CoutRedirect(std::streambuf *newBuffer) : oldBuffer_(std::cout.rdbuf(newBuffer)) {} in CoutRedirect()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | escompat_ArrayBuffer.cpp | 38 …EtsHandle<EtsEscompatArrayBuffer> newBuffer(coro, EtsEscompatArrayBuffer::Create(coro, byteLength,… in CreateArrayBuffer() local 102 EtsHandle<EtsEscompatArrayBuffer> newBuffer = in EtsArrayBufferFromEncodedString() local 165 EtsHandle<EtsEscompatArrayBuffer> newBuffer = CreateArrayBuffer(coro, length); in EtsArrayBufferFromBufferSlice() local
|
| D | escompat_TypedArrays.cpp | 601 …EtsHandle<EtsEscompatArrayBuffer> newBuffer(coro, EtsEscompatArrayBuffer::Create(coro, byteLength,… in REVERSE_CALL_DECL() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/literals/ |
| D | numberLiteral.cpp | 369 auto newBuffer = FpToStringDecimalRadixMainCase(number, negative, Span(buffer)); in FpToString() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/ |
| D | ets_intrinsics_helpers.h | 359 auto newBuffer = FpToStringDecimalRadixMainCase(number, negative, Span(buffer)); in FpToStringDecimalRadix() local
|
| /arkcompiler/ets_runtime/ecmascript/serializer/ |
| D | serialize_data.h | 166 uint8_t *newBuffer = reinterpret_cast<uint8_t *>(malloc(newCapacity)); in ExpandBuffer() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_factory.cpp | 455 auto newBuffer = vm_->GetNativeAreaAllocator()->AllocateBuffer(size); in NewJSRegExpByteCodeData() local
|