Home
last modified time | relevance | path

Searched refs:optBCRange_ (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dpass_manager.h131 fileInfos_(fileInfos), bcInfoCollectors_(bcInfoCollectors), optBCRange_(optBCRange) { in PassManager()
158 std::string optBCRange_ {};
H A Dtyped_bytecode_lowering.h66 optBCRange_(optBCRange), in TypedBytecodeLowering()
276 std::string optBCRange_; member in panda::ecmascript::kungfu::TypedBytecodeLowering
H A Daot_compiler.cpp208 cOptions.optBCRange_); in Main()
H A Dpass.h83 optBCRange_(optBCRange)
186 return optBCRange_; in GetOptBCRange()
222 std::string optBCRange_; member in panda::ecmascript::kungfu::PassData
H A Daot_compiler_preprocessor.h72 std::string optBCRange_; member
H A Dpass_manager.cpp319 optBCRange_);
H A Daot_compiler_preprocessor.cpp66 optBCRange_ = runtimeOptions.GetOptCodeRange(); in CompilationOptions()
H A Dtyped_bytecode_lowering.cpp84 std::vector<std::string> splitStrs = base::StringHelper::SplitString(optBCRange_, ","); in ParseOptBytecodeRange()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_runtime_options.h1801 optBCRange_ = std::move(value); in SetOptCodeRange()
1806 return optBCRange_; in GetOptCodeRange()
2127 std::string optBCRange_ {""};

Completed in 13 milliseconds