Home
last modified time | relevance | path

Searched refs:maxAotMethodSize_ (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_manager.h269 return maxAotMethodSize_; in GetMaxAotMethodSize()
274 maxAotMethodSize_ = value; in SetMaxAotMethodSize()
279 return maxAotMethodSize_ != 0 && methodSize > maxAotMethodSize_; in IsBigMethod()
314 uint32_t maxAotMethodSize_ {0};
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dpass_manager.h129 logList_(logList), maxAotMethodSize_(maxAotMethodSize), maxMethodsInModule_(maxMethodsInModule), in PassManager()
151 size_t maxAotMethodSize_ {0};
H A Daot_compiler.cpp201 cOptions.maxAotMethodSize_, in Main()
H A Daot_compiler_preprocessor.cpp45 maxAotMethodSize_ = runtimeOptions.GetMaxAotMethodSize(); in CompilationOptions()
293 profilerDecoder_, cOptions.maxAotMethodSize_); in GenerateBytecodeInfoCollectors()
H A Daot_compiler_preprocessor.h67 size_t maxAotMethodSize_; member
/arkcompiler/ets_runtime/ecmascript/
H A Djs_runtime_options.h1016 return maxAotMethodSize_; in GetMaxAotMethodSize()
1021 maxAotMethodSize_ = value; in SetMaxAotMethodSize()
2063 uint32_t maxAotMethodSize_ {32_KB};

Completed in 9 milliseconds