Home
last modified time | relevance | path

Searched defs:nonMovable (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dpygote_space_allocator_test_base.cpp166 auto nonMovable = ark::ObjectHeader::CreateNonMovable(cls); in MuchObjectAllocTest() local
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_factory-inl.h99 NewJSNativePointer(void *externalPointer, const NativePointerCallback &callBack, void *data, bool nonMovable, size_t nativeBindingsize, Concurrent isConcurrent, NativeFlag flag) NewJSNativePointer() argument
H A Dshared_object_factory.cpp508 NewSJSNativePointer(void *externalPointer, const NativePointerCallback &callBack, void *data, bool nonMovable, size_t nativeBindingsize, NativeFlag flag) NewSJSNativePointer() argument
H A Dobject_factory.cpp2573 JSHandle<TaggedArray> ObjectFactory::NewTaggedArray(uint32_t length, JSTaggedValue initVal, bool nonMovable) in NewTaggedArray() argument
/arkcompiler/runtime_core/static_core/runtime/
H A Dobject_header.cpp41 ObjectHeader *ObjectHeader::CreateObject(ManagedThread *thread, ark::BaseClass *klass, bool nonMovable) in CreateObject() argument
68 ObjectHeader *ObjectHeader::CreateObject(ark::BaseClass *klass, bool nonMovable) in CreateObject() argument

Completed in 14 milliseconds