Home
last modified time | relevance | path

Searched refs:MAX_BYTECODE_SIZE (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tools/
H A Dbenchmark_coverage.sh78 MAX_BYTECODE_SIZE=40000
154 --compiler-max-bytecode-size=$MAX_BYTECODE_SIZE \
183 echo -n " --compiler-max-bytecode-size=$MAX_BYTECODE_SIZE" >> "$LOG_ERROR"
285 --compiler-max-bytecode-size="$MAX_BYTECODE_SIZE" \
313 echo -n " --compiler-max-bytecode-size=$MAX_BYTECODE_SIZE" >> "$LOG_ERROR"
/arkcompiler/runtime_core/bytecode_optimizer/
H A Dcommon.h28 static constexpr uint32_t MAX_BYTECODE_SIZE = 100000U; member
H A Doptimize_bytecode.cpp227 compiler::options.SetCompilerMaxBytecodeSize(MAX_BYTECODE_SIZE); in SetCompilerOptions()
/arkcompiler/runtime_core/libark_defect_scan_aux/
H A Dabc_file.cpp1077 compiler::options.SetCompilerMaxBytecodeSize(bytecodeopt::MAX_BYTECODE_SIZE);

Completed in 4 milliseconds