Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_options.h78 extern maplecl::Option<bool> patchLongBranch;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_options.cpp287 maplecl::Option<bool> patchLongBranch({"--patch-long-branch"}, variable
Dcg_option.cpp341 if (opts::cg::patchLongBranch.IsEnabledByUser()) { in SolveOptions()