Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/core/
Dcore_language_context.cpp152 v_api.array_elements_for_verification = {reinterpret_cast<const uint8_t *>("[Z"), in GetVerificationInitAPI()
/arkcompiler/runtime_core/runtime/include/
Dlanguage_context.h46 std::vector<const uint8_t *> array_elements_for_verification; member
/arkcompiler/runtime_core/verification/jobs/
Dcache.cpp296 for (const uint8_t *el : v_api.array_elements_for_verification) { in InitializeRootClasses()