Searched refs:bytecodeoptArgs (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/util/ |
H A D | options.cpp | 78 std::vector<std::string> &bcoCompilerArgs, std::vector<std::string> &bytecodeoptArgs) in SplitArgs() 88 {OptState::OPTIMIZER, &bytecodeoptArgs}}; in SplitArgs() 128 [[maybe_unused]] const std::vector<std::string> &bytecodeoptArgs) in ParseBCOCompilerOptions() 134 if (!ParseComponentArgs(bytecodeoptArgs, ark::bytecodeopt::g_options)) { in ParseBCOCompilerOptions() 564 std::vector<std::string> bytecodeoptArgs; in Parse() local 566 SplitArgs(argc, argv, es2pandaArgs, bcoCompilerArgs, bytecodeoptArgs); in Parse() 567 if (!ParseBCOCompilerOptions(bcoCompilerArgs, bytecodeoptArgs)) { in Parse() 77 SplitArgs(int argc, const char *argv[], std::vector<std::string> &es2pandaArgs, std::vector<std::string> &bcoCompilerArgs, std::vector<std::string> &bytecodeoptArgs) SplitArgs() argument 127 ParseBCOCompilerOptions([[maybe_unused]] const std::vector<std::string> &compilerArgs, [[maybe_unused]] const std::vector<std::string> &bytecodeoptArgs) ParseBCOCompilerOptions() argument
|
Completed in 3 milliseconds