Home
last modified time | relevance | path

Searched refs:arrayElementsForVerification (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_language_context.cpp88 vApi.arrayElementsForVerification = {reinterpret_cast<const uint8_t *>("[Z"), in GetVerificationInitAPI()
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_language_context.cpp152 vApi.arrayElementsForVerification = {reinterpret_cast<const uint8_t *>("[Z"), in GetVerificationInitAPI()
/arkcompiler/runtime_core/static_core/runtime/include/
Dlanguage_context.h49 std::vector<const uint8_t *> arrayElementsForVerification; member