Searched defs:nonMovable (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | object_header.cpp | 41 …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/ |
| D | object_factory-inl.h | 102 bool nonMovable, in NewJSNativePointer()
|
| D | shared_object_factory.cpp | 555 bool nonMovable, in NewSJSNativePointer()
|
| D | object_factory.cpp | 2781 …TaggedArray> ObjectFactory::NewTaggedArray(uint32_t length, JSTaggedValue initVal, bool nonMovable) in NewTaggedArray()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | pygote_space_allocator_test_base.cpp | 166 auto nonMovable = ark::ObjectHeader::CreateNonMovable(cls); in MuchObjectAllocTest() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_vm.cpp | 208 …ocSpecialReference(PandaEtsVM *vm, mem::Reference *&ref, const char *desc, bool nonMovable = false) in PreallocSpecialReference()
|