Home
last modified time | relevance | path

Searched defs:begin (Results 1 – 25 of 53) sorted by relevance

123

/arkcompiler/ets_runtime/ecmascript/mem/
Dremembered_set.h45 bool Insert(uintptr_t begin, uintptr_t addr) in Insert()
50 bool AtomicInsert(uintptr_t begin, uintptr_t addr) in AtomicInsert()
55 void ClearBit(uintptr_t begin, uintptr_t addr) in ClearBit()
60 void ClearRange(uintptr_t begin, uintptr_t start, uintptr_t end) in ClearRange()
66 void AtomicClearRange(uintptr_t begin, uintptr_t start, uintptr_t end) in AtomicClearRange()
73 void IterateAllMarkedBits(uintptr_t begin, Visitor visitor) in IterateAllMarkedBits()
79 void AtomicIterateAllMarkedBits(uintptr_t begin, Visitor visitor) in AtomicIterateAllMarkedBits()
85 void IterateAllMarkedBitsConst(uintptr_t begin, Visitor visitor) const in IterateAllMarkedBitsConst()
Dallocator-inl.h26 BumpPointerAllocator::BumpPointerAllocator(uintptr_t begin, uintptr_t end) : begin_(begin), top_(be… in BumpPointerAllocator()
35 void BumpPointerAllocator::Reset(uintptr_t begin, uintptr_t end) in Reset()
43 void BumpPointerAllocator::Reset(uintptr_t begin, uintptr_t end, uintptr_t top) in Reset()
84 auto begin = region->GetBegin(); in AddFree() local
106 uintptr_t begin = object->GetBegin(); in Allocate() local
125 auto begin = bpAllocator_.GetTop(); in FreeBumpPoint() local
139 void FreeListAllocator::ResetBumpPointer(uintptr_t begin, uintptr_t end, uintptr_t top) in ResetBumpPointer()
145 void FreeListAllocator::Free(uintptr_t begin, size_t size, bool isAdd) in Free()
Dmark_stack.h74 void ResetBegin(uintptr_t begin, uintptr_t end) in ResetBegin()
81 void ResetTop(uintptr_t begin, uintptr_t end) in ResetTop()
Darea.h22 Area(uintptr_t begin, size_t capacity) in Area()
Dheap_region_allocator.cpp55 …uintptr_t begin = AlignUp(mem + sizeof(Region), static_cast<size_t>(MemAlignment::MEM_ALIGN_REGION… in AllocateAlignedRegion() local
Dfree_object_set.cpp23 void FreeObjectSet::Free(uintptr_t begin, size_t size) in Free()
Dnative_area_allocator.cpp49 uintptr_t begin = reinterpret_cast<uintptr_t>(mem) + headerSize; in AllocateArea() local
Dnative_area_allocator.h135 uintptr_t begin = reinterpret_cast<uintptr_t>(mem) + headerSize; in AllocateSpace() local
Dgc_bitset.h121 void IterateMarkedBits(uintptr_t begin, size_t bitSize, Visitor visitor) in IterateMarkedBits()
141 void IterateMarkedBitsConst(uintptr_t begin, size_t bitSize, Visitor visitor) const in IterateMarkedBitsConst()
/arkcompiler/runtime_core/libpandabase/utils/
Drange.h24 Range(It begin, It end) : begin_(begin), end_(end) {} in Range()
26 It begin() in begin() function
Dspan.h55 Span(Iterator begin, Iterator end) : Span(begin, end - begin) {} in Span()
70 Iterator begin() in begin() function
75 ConstIterator begin() const in begin() function
Dlist.h171 Iterator begin() in begin() function
176 ConstIterator begin() const in begin() function
518 Iterator begin() in begin() function
524 ConstIterator begin() const in begin() function
Dring_buffer.h239 constexpr iterator begin() noexcept // NOLINT(readability-identifier-naming) in begin() function
255 constexpr const_iterator begin() const noexcept // NOLINT(readability-identifier-naming) in begin() function
Dbit_vector.h306 const_iterator begin() const in begin() function
310 iterator begin() in begin() function
505 auto begin() in begin() function
Dsmall_vector.h343 const_iterator begin() const in begin() function
347 iterator begin() in begin() function
/arkcompiler/ets_frontend/es2panda/compiler/core/
DlabelPair.h25 LabelPair(Label *begin, Label *end) : begin_(begin), end_(end) {} in LabelPair()
/arkcompiler/ets_frontend/merge_abc/protos/
DideHelpers.proto25 SourcePosition begin = 1; field
/arkcompiler/runtime_core/compiler/tests/
Dliveness_analyzer_new_test.cpp272 LifeNumber begin = 3; // 3: It's a random number in __anonf1f112df0402() local
331 LifeNumber begin = 2; // 2: It's a random number in __anonf1f112df0602() local
391 LifeNumber begin = 2; // 2: It's a random number in __anonf1f112df0802() local
421 LifeNumber begin = 2; // 2: It's a random number in __anonf1f112df0902() local
450 LifeNumber begin = 7; // 7: It's a random number in __anonf1f112df0a02() local
523 LifeNumber begin = 2; // 2: It's a random number in __anonf1f112df0c02() local
552 LifeNumber begin = 2; // 2: It's a random number in __anonf1f112df0d02() local
569 LifeNumber begin = 2; // 2: It's a random number variable
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dpbc_iterator.h50 BytecodeIterator begin() const in begin() function
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dstub_file_info.cpp100 uint64_t begin = GetAsmStubAddr(); in MmapLoad() local
141 uint64_t begin = GetAsmStubAddr(); in Load() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate_accessor.h296 auto begin() in begin() function
309 auto begin() in begin() function
322 auto begin() in begin() function
335 auto begin() in begin() function
675 auto begin() in begin() function
/arkcompiler/runtime_core/assembler/
Dide_helpers.h38 SourcePosition begin; member
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_queue_stub_builder.h40 GateRef begin = Load(VariableType::INT32(), obj, IntPtr(JSAPIQueue::FRONT_OFFSET)); in GetArrayLength() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.h64 JSHandle<JSTaggedValue> Parse(Text begin, Text end) in Parse()
87 Text begin = buf.data(); in ParseUtf8() local
97 Text begin = buf.data(); in ParseUtf16() local
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.h35 LiveRange(LifeNumber begin, LifeNumber end) : begin_(begin), end_(end) {} in LiveRange()
57 void SetBegin(LifeNumber begin) in SetBegin()
145 void AppendRange(LifeNumber begin, LifeNumber end) in AppendRange()

123