Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/common_components/platform/arm64/
Dstring_hash_internal.h73 const uint8_t *dataEnd = data + size; variable
113 const uint16_t *dataEnd = data + size; variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/mem/items_pool/
Dtest_items_pool.cpp387 auto dataEnd = data + ItemsPoolTest::MAX_INDEX; in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/methodtrace/
Dtrace.cpp251 uint8_t *dataEnd = buffer_.get() + bufferLength; in GetUniqueMethods() local