Searched defs:maxIndex (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | intrinsics.cpp | 405 void Memset8(ObjectHeader *array, uint8_t value, uint32_t initialIndex, uint32_t maxIndex) in Memset8() 412 void Memset16(ObjectHeader *array, uint16_t value, uint32_t initialIndex, uint32_t maxIndex) in Memset16() 419 void Memset32(ObjectHeader *array, uint32_t value, uint32_t initialIndex, uint32_t maxIndex) in Memset32() 426 void Memset64(ObjectHeader *array, uint64_t value, uint32_t initialIndex, uint32_t maxIndex) in Memset64() 432 void Memsetf32(ObjectHeader *array, float value, uint32_t initialIndex, uint32_t maxIndex) in Memsetf32() 439 void Memsetf64(ObjectHeader *array, double value, uint32_t initialIndex, uint32_t maxIndex) in Memsetf64()
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | hclass.h | 143 size_t maxIndex = std::numeric_limits<decltype(nativeFields_)>::digits - 1; in MaxNativeFieldOffset() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | file_item_container.h | 223 IndexItem(IndexType type, size_t maxIndex) : type_(type), maxIndex_(maxIndex) in IndexItem()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_schedule.cpp | 292 uint32 maxIndex = GetNextSepIndex(); in ComputeEstart() local 360 uint32 maxIndex = GetNextSepIndex(); in ComputeLstart() local
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | module_path_helper.cpp | 467 size_t maxIndex = vec.size() - 1; in FindOhpmEntryPoint() local
|