Lines Matching refs:options_
153 options_ = std::move(options); in EcmaVM()
154 icEnabled_ = options_.EnableIC(); in EcmaVM()
155 optionalLogEnabled_ = options_.EnableOptionalLog(); in EcmaVM()
156 options_.ParseAsmInterOption(); in EcmaVM()
180 if (options_.IsWorker()) { in IsEnablePGOProfiler()
183 return options_.GetEnableAsmInterpreter() && options_.IsEnablePGOProfiler(); in IsEnablePGOProfiler()
196 gcStats_ = chunk_.New<GCStats>(heap_, options_.GetLongPauseTime()); in Initialize()
217 if (options_.GetEnableAsmInterpreter()) { in Initialize()
258 if (options_.EnableGCStatsPrint()) { in ~EcmaVM()
328 …if (options_.EnableCpuProfilerColdStartMainThread() && options_.GetArkBundleName().compare(bundleN… in CheckStartCpuProfiler()
329 !options_.IsWorker() && profiler_ == nullptr) { in CheckStartCpuProfiler()
330 std::string fileName = options_.GetArkBundleName() + ".cpuprofile"; in CheckStartCpuProfiler()
340 …if (options_.EnableCpuProfilerColdStartWorkerThread() && options_.GetArkBundleName().compare(bundl… in CheckStartCpuProfiler()
341 options_.IsWorker() && profiler_ == nullptr) { in CheckStartCpuProfiler()
342 std::string fileName = options_.GetArkBundleName() + "_" in CheckStartCpuProfiler()