Searched defs:nonMovable (Results 1 - 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | pygote_space_allocator_test_base.cpp | 166 auto nonMovable = ark::ObjectHeader::CreateNonMovable(cls); in MuchObjectAllocTest() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | object_factory-inl.h | 99 NewJSNativePointer(void *externalPointer, const NativePointerCallback &callBack, void *data, bool nonMovable, size_t nativeBindingsize, Concurrent isConcurrent, NativeFlag flag) NewJSNativePointer() argument
|
| H A D | shared_object_factory.cpp | 508 NewSJSNativePointer(void *externalPointer, const NativePointerCallback &callBack, void *data, bool nonMovable, size_t nativeBindingsize, NativeFlag flag) NewSJSNativePointer() argument
|
| H A D | object_factory.cpp | 2573 JSHandle<TaggedArray> ObjectFactory::NewTaggedArray(uint32_t length, JSTaggedValue initVal, bool nonMovable) in NewTaggedArray() argument
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | object_header.cpp | 41 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