| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | thread_local_allocation_buffer.cpp | 18 void ThreadLocalAllocationBuffer::Reset(uintptr_t begin, uintptr_t end, uintptr_t top) in Reset() argument
|
| H A D | free_object_set.cpp | 22 void FreeObjectSet<T>::Free(uintptr_t begin, size_t size) in Free() argument 33 void FreeObjectSet<MemDesc>::Free(uintptr_t begin, size_t size) in Free() argument
|
| H A D | native_area_allocator.cpp | 51 uintptr_t begin = reinterpret_cast<uintptr_t>(mem) + headerSize; in AllocateArea() local
|
| H A D | area.h | 22 Area(uintptr_t begin, size_t capacity) in Area() argument
|
| H A D | mark_stack.h | 74 void ResetBegin(uintptr_t begin, uintptr_t end) in ResetBegin() argument 81 void ResetTop(uintptr_t begin, uintptr_t end) in ResetTop() argument
|
| H A D | heap_region_allocator.cpp | 66 uintptr_t begin = AlignUp(mem + sizeof(Region), static_cast<size_t>(MemAlignment::MEM_ALIGN_REGION)); in AllocateAlignedRegion() local
|
| /arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
| H A D | mem_hooks.h | 42 static _CrtMemState begin, end, out; member in ark::os::windows::mem_hooks::PandaHooks
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| H A D | range.h | 24 Range(It begin, It end) : begin_(begin), end_(end) {} in Range() argument 26 It begin() in begin() function in panda::Range
|
| H A D | span.h | 55 Span(Iterator begin, Iterator end) : Span(begin, end - begin) {} in Span() argument 70 Iterator begin() in begin() function in panda::Span 75 ConstIterator begin() const in begin() function in panda::Span
|
| H A D | bit_memory_region.h | 119 Iterator begin() const in begin() function in panda::BitMemoryRegion
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| H A D | range.h | 23 Range(It begin, It end) : begin_(begin), end_(end) {} in Range() argument 26 It begin() const in begin() function in ark::Range
|
| H A D | span.h | 54 Span(Iterator begin, Iterator end) : Span(begin, end - begin) {} in Span() argument 69 Iterator begin() in begin() function in ark::Span 74 ConstIterator begin() const in begin() function in ark::Span
|
| H A D | bit_memory_region.h | 121 Iterator begin() const in begin() function in ark::BitMemoryRegion
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | labelPair.h | 25 LabelPair(Label *begin, Label *end) : begin_(begin), end_(end) {} in LabelPair() argument
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| H A D | labelPair.h | 25 LabelPair(Label *begin, Label *end) : begin_(begin), end_(end) {} in LabelPair() argument
|
| /arkcompiler/runtime_core/assembler/ |
| H A D | ide_helpers.h | 38 SourcePosition begin; member
|
| /arkcompiler/runtime_core/compiler/tests/ |
| H A D | liveness_analyzer_new_test.cpp | 569 LifeNumber begin = 2; // 2: It's a random number HWTEST_F() local [all...] |
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| H A D | pbc_iterator.h | 56 BytecodeIterator begin() const in begin() function
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| H A D | ide_helpers.h | 39 SourcePosition begin; member
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| H A D | pbc_iterator.h | 50 BytecodeIterator begin() const in begin() function
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/regexp/ |
| H A D | regexp_executor.cpp | 26 uint8_t *begin = GetInputPtr(); in GetIndices() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| H A D | collection_set.h | 59 auto begin() // NOLINT(readability-identifier-naming) in begin() function in ark::mem::CollectionSet 64 auto begin() const // NOLINT(readability-identifier-naming) in begin() function in ark::mem::CollectionSet [all...] |
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| H A D | bitmap.cpp | 30 void Bitmap::ClearBitsInRange(size_t begin, size_t end) in ClearBitsInRange() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/base/ |
| H A D | depend_chain_helper.h | 73 DependChainIterator begin() in begin() function in panda::ecmascript::kungfu::DependChains
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | condition_chain.h | 49 ConditionChain(BlockIterator begin, size_t size, size_t multiplePredecessorsSuccessorIndex, in ConditionChain() argument
|