Home
last modified time | relevance | path

Searched defs:cacheSize (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Daot_snapshot.cpp29 JSHandle<ConstantPool> AOTSnapshot::NewSnapshotConstantPool(uint32_t cacheSize) in NewSnapshotConstantPool()
55 uint32_t cacheSize = cp->GetCacheLength() - ConstantPool::EXTEND_DATA_NUM; in GenerateSnapshotConstantPools() local
/arkcompiler/ets_runtime/common_components/heap/barrier/
Dbarrier.h72 size_t cacheSize = size_ < CACHE_CAPACITY ? size_ : CACHE_CAPACITY; in VisitRefField() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.h77 static size_t ComputeSize(uint32_t cacheSize) in ComputeSize()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h315 static size_t ComputeSize(uint32_t cacheSize) in ComputeSize()