Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/
Dobject_header.cpp41 …ctHeader *ObjectHeader::CreateObject(ManagedThread *thread, ark::BaseClass *klass, bool nonMovable) in CreateObject()
68 ObjectHeader *ObjectHeader::CreateObject(ark::BaseClass *klass, bool nonMovable) in CreateObject()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory-inl.h102 bool nonMovable, in NewJSNativePointer()
Dshared_object_factory.cpp555 bool nonMovable, in NewSJSNativePointer()
Dobject_factory.cpp2781 …TaggedArray> ObjectFactory::NewTaggedArray(uint32_t length, JSTaggedValue initVal, bool nonMovable) in NewTaggedArray()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dpygote_space_allocator_test_base.cpp166 auto nonMovable = ark::ObjectHeader::CreateNonMovable(cls); in MuchObjectAllocTest() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm.cpp208 …ocSpecialReference(PandaEtsVM *vm, mem::Reference *&ref, const char *desc, bool nonMovable = false) in PreallocSpecialReference()