Home
last modified time | relevance | path

Searched defs:size_t (Results 1 – 20 of 20) sorted by relevance

/arkcompiler/runtime_core/runtime/tooling/inspector/tests/
Dtest_frame.h87 uint64_t GetVReg(size_t /* i */) const override in GetVReg() argument
97 uint64_t GetArgument(size_t /* i */) const override in GetArgument() argument
/arkcompiler/runtime_core/tests/fuzztest/openfrommemory1arg_fuzzer/
Dopenfrommemory1arg_fuzzer.cpp25 [](std::byte *, size_t) noexcept {}); in OpenFromMemory1ArgFuzzTest() argument
/arkcompiler/runtime_core/tests/fuzztest/openfrommemory2arg_fuzzer/
Dopenfrommemory2arg_fuzzer.cpp25 [](std::byte *, size_t) noexcept {}); in OpenFromMemory2ArgFuzzTest() argument
/arkcompiler/runtime_core/verification/util/
Denum_tag.h37 static Enum GetValueFor([[maybe_unused]] size_t) in GetValueFor() argument
/arkcompiler/runtime_core/libpandabase/mem/
Dmem_pool.h30 explicit Pool(std::pair<size_t, void *> pool) : size_(pool.first), mem_(pool.second) {} in Pool()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dverifier.cpp189 const std::function<bool(size_t, size_t)> &isAncestor) in RunCFGReducibilityCheck()
226 const std::function<bool(size_t, size_t)> &isAncestor) in RunFixedGatesRelationsCheck()
382 const std::function<bool(size_t, size_t)> &isAncestor, in RunSchedulingBoundsCheck()
383const std::function<size_t(size_t, size_t)> &lowestCommonAncestor) in RunSchedulingBoundsCheck()
Dscheduler.cpp233 const std::function<bool(size_t, size_t)> &isAncestor, in CalculateSchedulingUpperBound()
339const std::function<size_t(size_t, size_t)> &lowestCommonAncestor, in CalculateSchedulingLowerBound()
Dbytecode_info_collector.cpp192const std::pair<size_t, uint32_t> &processedMethodInfo) in SetMethodPcInfoIndex()
Dbytecode_circuit_builder.cpp392 void BytecodeCircuitBuilder::RemoveDeadRegions(const std::unordered_map<size_t, size_t> &bbIdToDfsT… in RemoveDeadRegions()
/arkcompiler/runtime_core/runtime/tests/
Dinvokation_helper.h38 inline void WriteArgImpl(arch::ArgWriter<RUNTIME_ARCH> *, size_t) {} in WriteArgImpl() argument
Dinterpreter_test.cpp135 …tePtr ptr(reinterpret_cast<std::byte *>(buf), data.size(), [](std::byte *buffer, size_t) noexcept { in CreateMethod() argument
/arkcompiler/runtime_core/runtime/mem/gc/hybrid-gc/
Dhybrid_object_allocator.h141 [[nodiscard]] void *AllocateLocal(size_t /* size */, Alignment /* align */, in AllocateLocal() argument
/arkcompiler/runtime_core/libpandabase/tests/ringbuf/
Dlock_free_ring_buffer_test.cpp81 void PopElementsFromBuffer(LockFreeBuffer<size_t, DEFAULT_BUFFER_SIZE> *buffer, std::atomic<bool> *… in PopElementsFromBuffer()
/arkcompiler/runtime_core/libpandafile/
Dfile_writer.h42 virtual bool RewriteChecksum(size_t /* offset */) in RewriteChecksum() argument
/arkcompiler/runtime_core/runtime/include/mem/
Dallocator.h698 [[nodiscard]] void *AllocateLocal(size_t /* size */, Alignment /* align */, in AllocateLocal() argument
866 [[nodiscard]] void *AllocateLocal(size_t /* size */, Alignment /* align */, in AllocateLocal() argument
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_test.cpp42 [](std::byte *, size_t) noexcept {}); in GetPandaFile() argument
Ddebug_info_extractor_test.cpp303 [](std::byte *, size_t) noexcept {}); in GetPandaFile() argument
Dfile_item_container_test.cpp225 [](std::byte *, size_t) noexcept {}); in GetPandaFile() argument
/arkcompiler/runtime_core/runtime/include/tooling/
Ddebug_interface.h338 size_t /* size */) in ObjectAlloc() argument
384 …bjectAlloc(PtClass /* klass */, PtObject /* object */, PtThread /* thread */, size_t /* size */) {} in ObjectAlloc() argument
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/amd64/
Dtarget.h142 explicit operator size_t() const in size_t() function