Home
last modified time | relevance | path

Searched refs:refCheckValidate (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/mem/
Dets_reference.h99 bool refCheckValidate) in EtsReferenceStorage() argument
100 : mem::ReferenceStorage(globalStorage, allocator, refCheckValidate) in EtsReferenceStorage()
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
Dreference_storage.h42 bool refCheckValidate);
103 void SetRefCheckValidate(bool refCheckValidate);
Dreference_storage.cpp35 bool refCheckValidate) in ReferenceStorage() argument
36 …: globalStorage_(globalStorage), internalAllocator_(allocator), refCheckValidate_(refCheckValidate) in ReferenceStorage()
444 void ReferenceStorage::SetRefCheckValidate(bool refCheckValidate) in SetRefCheckValidate() argument
446 refCheckValidate_ = refCheckValidate; in SetRefCheckValidate()