Home
last modified time | relevance | path

Searched defs:nonmovable (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/runtime/tests/
Dtest_utils.h46 coretypes::Array *AllocArray(size_t length, ClassRoot class_root, bool nonmovable) in AllocArray()
Dg1gc_test.cpp82 coretypes::Array *AllocArray(size_t length, ClassRoot class_root, bool nonmovable) in AllocArray()
154 VMHandle<ObjectHeader> nonmovable(thread, AllocArray(0, ClassRoot::ARRAY_U8, true)); in TEST_F() local
269 VMHandle<coretypes::Array> nonmovable; in TEST_F() local