Home
last modified time | relevance | path

Searched defs:CompilationOptions (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_compiler_preprocessor.h55 struct CompilationOptions { struct
59 std::string triple_;
60 std::string outputFileName_;
61 size_t optLevel_;
62 size_t relocMode_;
63 std::string logOption_;
64 std::string logMethodsList_;
65 bool compilerLogTime_;
66 bool deviceIsScreenOff_;
67 size_t maxAotMethodSize_;
[all …]
Daot_compiler_preprocessor.cpp27 CompilationOptions::CompilationOptions(JSRuntimeOptions &runtimeOptions) in CompilationOptions() function in panda::ecmascript::kungfu::CompilationOptions
/arkcompiler/ets_runtime/ecmascript/ohos/
Dohos_pkg_verifier.h27 using CompilationOptions = kungfu::CompilationOptions; variable