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()
69 ObjectHeader *ObjectHeader::CreateObject(ark::BaseClass *klass, bool nonMovable) in CreateObject()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dpygote_space_allocator_test_base.cpp166 auto nonMovable = ark::ObjectHeader::CreateNonMovable(cls); in MuchObjectAllocTest() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory-inl.h103 bool nonMovable, in NewJSNativePointer()
Dshared_object_factory.cpp665 bool nonMovable, in NewSJSNativePointer()
Dobject_factory.cpp2848 …TaggedArray> ObjectFactory::NewTaggedArray(uint32_t length, JSTaggedValue initVal, bool nonMovable) in NewTaggedArray()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm.cpp223 static mem::Reference *PreallocSpecialReference(PandaEtsVM *vm, const char *desc, bool nonMovable =… in PreallocSpecialReference()