Home
last modified time | relevance | path

Searched refs:GetOptions (Results 1 – 15 of 15) sorted by relevance

/ark/runtime_core/verification/debug/options/
Dmethod_options_config.h36 const MethodOptions &GetOptions(const String &name) const in GetOptions() function
53 MethodGroups.Add(group_regex, GetOptions(options_name)); in AddOptionsForGroup()
/ark/runtime_core/runtime/core/
Dcore_vm.h95 const RuntimeOptions &GetOptions() const override in GetOptions() function
97 return Runtime::GetOptions(); in GetOptions()
/ark/runtime_core/runtime/
Dfile_manager.cpp31 if (Runtime::GetOptions().IsEnableAn()) { in LoadAbcFile()
Druntime.cpp281 if (GetOptions().WasSetEventsOutput()) { in DestroyUnderLockHolder()
386 auto spaces = GetOptions().GetBootClassSpaces(); in Runtime()
545 if (Runtime::GetOptions().GetRuntimeType() == "ecmascript") { in CreatePandaVM()
Dstack_walker.cpp30 if (Runtime::GetOptions().IsVerifyCallStack()) { in StackWalker()
Dthread.cpp668 if (!Runtime::GetOptions().IsSafepointBacktrace()) { in PrintSuspensionStackIfNeeded()
/ark/runtime_core/runtime/include/
Dpanda_vm.h77 virtual const RuntimeOptions &GetOptions() const = 0;
Druntime.h113 static const RuntimeOptions &GetOptions() in GetOptions() function
/ark/js_runtime/ecmascript/
Decma_vm.h237 const RuntimeOptions &GetOptions() const override in GetOptions() function
239 return Runtime::GetOptions(); in GetOptions()
/ark/runtime_core/verification/debug/handlers/
Dconfig_handler_method_options.cpp129 options->AddUpLevel(verif_options.Debug.GetMethodOptions().GetOptions(uplevel)); in ProcessSectionUplevel()
/ark/runtime_core/disassembler/templates/
Dintrinsics_gen.h.erb42 auto spaces = runtime->GetOptions().GetBootIntrinsicSpaces();
/ark/runtime_core/runtime/templates/
Dintrinsics_gen.h.erb51 auto spaces = Runtime::GetOptions().GetBootIntrinsicSpaces();
/ark/runtime_core/runtime/mem/
Dallocator.cpp412 auto young_space_size = Runtime::GetOptions().GetYoungSpaceSize(); in ObjectAllocatorGen()
413 auto young_shared_space_size = Runtime::GetOptions().GetYoungSharedSpaceSize(); in ObjectAllocatorGen()
/ark/runtime_core/verification/job_queue/
Djob_queue.cpp243 … Job {method, cached_method, verif_options.Debug.GetMethodOptions().GetOptions("default")}; in NewJob()
/ark/runtime_core/runtime/mem/gc/
Dgc.cpp100 return GetPandaVm()->GetOptions().GetMaxFree(); in SimpleNativeAllocationGcWatermark()
432 … GetPandaVm()->GetGCTrigger()->SetMinTargetFootprint(Runtime::GetOptions().GetHeapSizeLimit() / 2); in PreStartup()