Home
last modified time | relevance | path

Searched defs:array_length (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/runtime/tests/interpreter/
Dtest_runtime_interface.cpp38 uint32_t RuntimeInterface::array_length; member in panda::interpreter::test::RuntimeInterface
Dtest_runtime_interface.h457 static coretypes::array_size_t array_length; variable
/arkcompiler/runtime_core/runtime/mem/
Dobject_helpers-inl.h94 auto array_length = array->GetLength(); in TraverseArray() local
175 auto array_length = array->GetLength(); in TraverseArray() local
/arkcompiler/runtime_core/runtime/mem/gc/static/
Dgc_marker_static-inl.h69 auto array_length = array_object->GetLength(); in HandleArrayClass() local
/arkcompiler/runtime_core/runtime/mem/gc/dynamic/
Dgc_marker_dynamic-inl.h90 auto array_length = array_object->GetLength(); in HandleArrayClass() local
/arkcompiler/runtime_core/runtime/tests/
Dg1gc_test.cpp200 static constexpr size_t array_length = 100; in TEST_F() local
237 size_t array_length = GetHumongousArrayLength(ClassRoot::ARRAY_STRING); in TEST_F() local
922 size_t array_length = GetHumongousArrayLength(ClassRoot::ARRAY_STRING) - 50; in TEST_F() local
997 size_t array_length = GetHumongousArrayLength(ClassRoot::ARRAY_STRING); in TEST_F() local