Home
last modified time | relevance | path

Searched defs:copySize (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dmemlayout.cpp61 int32 copySize; in FindLargestActualArea() local
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
Dsample_reader-inl.h121 auto copySize = sampleOut->stackInfo.managedStackSize * sizeof(SampleInfo::ManagedStackFrameId); in GetNextSample() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/
Dmempool.cpp175 size_t copySize = ((newSize > oldSize) ? oldSize : newSize); in Realloc() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dfull_gc-inl.h163 size_t copySize = size - HEAD_SIZE; in RawCopyObject() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_builder.cpp36 uint32_t copySize = str.size(); in AddShStrTabSection() local
74 uint32_t copySize = str.size(); in AddAsmStubStrTab() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_buffer.cpp880 uint32_t copySize = std::min(length, end); in WriteDataLoop() local