Searched refs:GetOptions (Results 1 – 15 of 15) sorted by relevance
36 const MethodOptions &GetOptions(const String &name) const in GetOptions() function53 MethodGroups.Add(group_regex, GetOptions(options_name)); in AddOptionsForGroup()
95 const RuntimeOptions &GetOptions() const override in GetOptions() function97 return Runtime::GetOptions(); in GetOptions()
31 if (Runtime::GetOptions().IsEnableAn()) { in LoadAbcFile()
281 if (GetOptions().WasSetEventsOutput()) { in DestroyUnderLockHolder()386 auto spaces = GetOptions().GetBootClassSpaces(); in Runtime()545 if (Runtime::GetOptions().GetRuntimeType() == "ecmascript") { in CreatePandaVM()
30 if (Runtime::GetOptions().IsVerifyCallStack()) { in StackWalker()
668 if (!Runtime::GetOptions().IsSafepointBacktrace()) { in PrintSuspensionStackIfNeeded()
77 virtual const RuntimeOptions &GetOptions() const = 0;
113 static const RuntimeOptions &GetOptions() in GetOptions() function
237 const RuntimeOptions &GetOptions() const override in GetOptions() function239 return Runtime::GetOptions(); in GetOptions()
129 options->AddUpLevel(verif_options.Debug.GetMethodOptions().GetOptions(uplevel)); in ProcessSectionUplevel()
42 auto spaces = runtime->GetOptions().GetBootIntrinsicSpaces();
51 auto spaces = Runtime::GetOptions().GetBootIntrinsicSpaces();
412 auto young_space_size = Runtime::GetOptions().GetYoungSpaceSize(); in ObjectAllocatorGen()413 auto young_shared_space_size = Runtime::GetOptions().GetYoungSharedSpaceSize(); in ObjectAllocatorGen()
243 … Job {method, cached_method, verif_options.Debug.GetMethodOptions().GetOptions("default")}; in NewJob()
100 return GetPandaVm()->GetOptions().GetMaxFree(); in SimpleNativeAllocationGcWatermark()432 … GetPandaVm()->GetGCTrigger()->SetMinTargetFootprint(Runtime::GetOptions().GetHeapSizeLimit() / 2); in PreStartup()