Home
last modified time | relevance | path

Searched defs:begin_index (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/verification/util/
Dshifted_vector.h50 int begin_index() const in begin_index() function
/arkcompiler/runtime_core/runtime/mem/gc/
Dbitmap.h145 size_t begin_index = GetWordIdx(begin); in IterateOverSetBitsInRange() local
/arkcompiler/runtime_core/compiler/aot/aot_builder/
Delf_builder.h821 static inline void CopyToSpan(Span<uint8_t> to, const char *from, size_t size, size_t begin_index) in CopyToSpan()