Home
last modified time | relevance | path

Searched defs:COMPILER_SIZE (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/merge_abc/src/
Dmain.cpp30 constexpr auto COMPILER_SIZE = 512_MB; in ProtoMemManager() local
/arkcompiler/ets_frontend/ets2panda/
Des2panda.h42 constexpr auto COMPILER_SIZE = sizeof(size_t) <= 4 ? 2_GB : 32_GB; variable
/arkcompiler/ets_frontend/es2panda/aot/
Dmain.cpp33 constexpr auto COMPILER_SIZE = 8192_MB; in MemManager() local