Home
last modified time | relevance | path

Searched refs:MAX_BYTECODE_SIZE (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/bytecode_optimizer/
Dcommon.h28 const constexpr uint32_t MAX_BYTECODE_SIZE = 100000U; variable
Doptimize_bytecode.cpp280 compiler::options.SetCompilerMaxBytecodeSize(MAX_BYTECODE_SIZE); in SetCompilerOptions()