Home
last modified time | relevance | path

Searched defs:maxIndex (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dintrinsics.cpp409 void Memset8(ObjectHeader *array, uint8_t value, uint32_t initialIndex, uint32_t maxIndex) in Memset8()
416 void Memset16(ObjectHeader *array, uint16_t value, uint32_t initialIndex, uint32_t maxIndex) in Memset16()
423 void Memset32(ObjectHeader *array, uint32_t value, uint32_t initialIndex, uint32_t maxIndex) in Memset32()
430 void Memset64(ObjectHeader *array, uint64_t value, uint32_t initialIndex, uint32_t maxIndex) in Memset64()
436 void Memsetf32(ObjectHeader *array, float value, uint32_t initialIndex, uint32_t maxIndex) in Memsetf32()
443 void Memsetf64(ObjectHeader *array, double value, uint32_t initialIndex, uint32_t maxIndex) in Memsetf64()
/arkcompiler/runtime_core/static_core/runtime/include/
Dhclass.h143 size_t maxIndex = std::numeric_limits<decltype(nativeFields_)>::digits - 1; in MaxNativeFieldOffset() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_item_container.h228 IndexItem(IndexType type, size_t maxIndex) : type_(type), maxIndex_(maxIndex) in IndexItem()
/arkcompiler/ets_runtime/ecmascript/tests/
Drb_tree_node_test.cpp214 const int maxIndex = 25; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp439 size_t maxIndex = vec.size() - 1; in FindOhpmEntryPoint() local