Home
last modified time | relevance | path

Searched defs:begin (Results 1 - 25 of 97) sorted by relevance

1234

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dthread_local_allocation_buffer.cpp18 void ThreadLocalAllocationBuffer::Reset(uintptr_t begin, uintptr_t end, uintptr_t top) in Reset() argument
H A Dfree_object_set.cpp22 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 Dnative_area_allocator.cpp51 uintptr_t begin = reinterpret_cast<uintptr_t>(mem) + headerSize; in AllocateArea() local
H A Darea.h22 Area(uintptr_t begin, size_t capacity) in Area() argument
H A Dmark_stack.h74 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 Dheap_region_allocator.cpp66 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 Dmem_hooks.h42 static _CrtMemState begin, end, out; member in ark::os::windows::mem_hooks::PandaHooks
/arkcompiler/runtime_core/libpandabase/utils/
H A Drange.h24 Range(It begin, It end) : begin_(begin), end_(end) {} in Range() argument
26 It begin() in begin() function in panda::Range
H A Dspan.h55 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 Dbit_memory_region.h119 Iterator begin() const in begin() function in panda::BitMemoryRegion
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Drange.h23 Range(It begin, It end) : begin_(begin), end_(end) {} in Range() argument
26 It begin() const in begin() function in ark::Range
H A Dspan.h54 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 Dbit_memory_region.h121 Iterator begin() const in begin() function in ark::BitMemoryRegion
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DlabelPair.h25 LabelPair(Label *begin, Label *end) : begin_(begin), end_(end) {} in LabelPair() argument
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DlabelPair.h25 LabelPair(Label *begin, Label *end) : begin_(begin), end_(end) {} in LabelPair() argument
/arkcompiler/runtime_core/assembler/
H A Dide_helpers.h38 SourcePosition begin; member
/arkcompiler/runtime_core/compiler/tests/
H A Dliveness_analyzer_new_test.cpp569 LifeNumber begin = 2; // 2: It's a random number HWTEST_F() local
[all...]
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
H A Dpbc_iterator.h56 BytecodeIterator begin() const in begin() function
/arkcompiler/runtime_core/static_core/assembler/
H A Dide_helpers.h39 SourcePosition begin; member
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dpbc_iterator.h50 BytecodeIterator begin() const in begin() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/regexp/
H A Dregexp_executor.cpp26 uint8_t *begin = GetInputPtr(); in GetIndices() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dcollection_set.h59 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 Dbitmap.cpp30 void Bitmap::ClearBitsInRange(size_t begin, size_t end) in ClearBitsInRange() argument
/arkcompiler/ets_runtime/ecmascript/compiler/base/
H A Ddepend_chain_helper.h73 DependChainIterator begin() in begin() function in panda::ecmascript::kungfu::DependChains
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dcondition_chain.h49 ConditionChain(BlockIterator begin, size_t size, size_t multiplePredecessorsSuccessorIndex, in ConditionChain() argument

Completed in 7 milliseconds

1234