| /arkcompiler/runtime_core/tests/fuzztest/openfrommemory1arg_fuzzer/ |
| D | openfrommemory1arg_fuzzer.cpp | 25 [](std::byte *, size_t) noexcept {}); in OpenFromMemory1ArgFuzzTest() argument
|
| /arkcompiler/runtime_core/static_core/tests/fuzztest/openfrommemory1arg_fuzzer/ |
| D | openfrommemory1arg_fuzzer.cpp | 25 [](std::byte *, size_t) noexcept {}); in OpenFromMemory1ArgFuzzTest() argument
|
| /arkcompiler/runtime_core/tests/fuzztest/openfrommemory2arg_fuzzer/ |
| D | openfrommemory2arg_fuzzer.cpp | 25 [](std::byte *, size_t) noexcept {}); in OpenFromMemory2ArgFuzzTest() argument
|
| /arkcompiler/runtime_core/static_core/tests/fuzztest/openfrommemory2arg_fuzzer/ |
| D | openfrommemory2arg_fuzzer.cpp | 25 [](std::byte *, size_t) noexcept {}); in OpenFromMemory2ArgFuzzTest() argument
|
| /arkcompiler/runtime_core/static_core/verification/util/ |
| D | enum_tag.h | 37 static Enum GetValueFor([[maybe_unused]] size_t /* unused */) in GetValueFor() argument
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | mem_pool.h | 30 explicit Pool(std::pair<size_t, void *> pool) : size_(pool.first), mem_(pool.second) {} in Pool()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ |
| D | target.h | 57 explicit operator size_t() const in size_t() function
|
| /arkcompiler/ets_runtime/test/fuzztest/jsnapisethostpromiserejectiontracker_fuzzer/ |
| D | jsnapisethostpromiserejectiontracker_fuzzer.cpp | 59 [&](std::string, uint8_t **, size_t *, std::string &) -> bool { return true; }); in JSNApiSetHostResolveBufferTrackerFuzzTest() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | invokation_helper.h | 38 inline void WriteArgImpl(arch::ArgWriter<RUNTIME_ARCH> * /* unused */, size_t /* unused */) {} in WriteArgImpl() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | verifier.cpp | 193 const std::function<bool(size_t, size_t)> &isAncestor) in RunCFGReducibilityCheck() 230 const std::function<bool(size_t, size_t)> &isAncestor) in RunFixedGatesRelationsCheck() 387 const std::function<bool(size_t, size_t)> &isAncestor, in RunSchedulingBoundsCheck() 388 … const std::function<size_t(size_t, size_t)> &lowestCommonAncestor) in RunSchedulingBoundsCheck()
|
| D | scheduler.cpp | 239 const std::function<bool(size_t, size_t)> &isAncestor, in CalculateSchedulingUpperBound() 362 … const std::function<size_t(size_t, size_t)> &lowestCommonAncestor, in CalculateSchedulingLowerBound()
|
| D | bytecode_circuit_builder.cpp | 209 … std::unordered_map<size_t, size_t> &dfsFatherIdx, in ComputeImmediateDominators() 271 std::unordered_map<size_t, size_t> &bbDfsTimestampToIdx) in ComputeDominatorTree()
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| D | mem_pool.h | 40 explicit Pool(std::pair<size_t, void *> pool) : size_(pool.first), mem_(pool.second) {} in Pool()
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | file_writer.h | 42 virtual bool WriteChecksum(size_t /* offset */) in WriteChecksum() argument
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | linker_code_parser_context.cpp | 98 void CodePatcher::AddRange(std::pair<size_t, size_t> range) in AddRange() 167 void CodePatcher::Patch(const std::pair<size_t, size_t> range) in Patch()
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ringbuf/ |
| D | lock_free_ring_buffer_test.cpp | 84 void PopElementsFromBuffer(LockFreeBuffer<size_t, DEFAULT_BUFFER_SIZE> *buffer, std::atomic<bool> *… in PopElementsFromBuffer()
|
| /arkcompiler/runtime_core/libpandabase/tests/ringbuf/ |
| D | lock_free_ring_buffer_test.cpp | 81 void PopElementsFromBuffer(LockFreeBuffer<size_t, DEFAULT_BUFFER_SIZE> *buffer, std::atomic<bool> *… in PopElementsFromBuffer()
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | file_writer.h | 43 virtual bool RewriteChecksum(size_t /* offset */) in RewriteChecksum() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
| D | inspector_server.cpp | 235 std::function<std::set<size_t>(std::string_view, size_t, size_t, bool)> &&handler) in OnCallDebuggerGetPossibleBreakpoints() argument 337 …nction<std::optional<BreakpointId>(PtThread, const std::function<bool(std::string_view)> &, size_t, in OnCallDebuggerSetBreakpoint() argument 369 …nction<std::optional<BreakpointId>(PtThread, const std::function<bool(std::string_view)> &, size_t, in OnCallDebuggerSetBreakpointByUrl() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/ |
| D | me_ir.h | 166 virtual MeExpr *GetOpnd(size_t) const in GetOpnd() argument 171 virtual void SetOpnd(size_t, MeExpr *) in SetOpnd() argument 1174 MeExpr *GetOpnd(size_t) const override in GetOpnd() argument 1397 virtual MeExpr *GetOpnd(size_t) const in GetOpnd() argument 1402 virtual void SetOpnd(size_t, MeExpr *) {} in SetOpnd() argument 1873 MeExpr *GetOpnd(size_t) const in GetOpnd() argument 1878 void SetOpnd(size_t, MeExpr *val) in SetOpnd() argument 2080 MeExpr *GetOpnd(size_t) const in GetOpnd() argument 2085 void SetOpnd(size_t, MeExpr *val) in SetOpnd() argument 3014 MeExpr *GetOpnd(size_t) const in GetOpnd() argument [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/include/mem/ |
| D | allocator.h | 737 …[[nodiscard]] void *AllocateLocal(size_t /* size */, Alignment /* align */, ark::ManagedThread * /… in AllocateLocal() argument 909 …[[nodiscard]] void *AllocateLocal(size_t /* size */, Alignment /* align */, ark::ManagedThread * /… in AllocateLocal() argument
|
| /arkcompiler/runtime_core/static_core/libpandafile/tests/ |
| D | file_test.cpp | 41 [](std::byte *, size_t) noexcept {}); in GetPandaFile() argument
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | file_test.cpp | 42 [](std::byte *, size_t) noexcept {}); in GetPandaFile() argument
|
| D | debug_info_extractor_test.cpp | 303 [](std::byte *, size_t) noexcept {}); in GetPandaFile() argument
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | function.cpp | 768 … const ArenaMultiMap<size_t, Signature *> &bestSignaturesForParameter, in FindMostSpecificSignature() 819 …std::tuple<const lexer::SourcePosition &, size_t, size_t, size_t, Signature *> info, bool lookForC… in SearchAmongMostSpecificTypes() argument
|