Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
H A Daot_builder.h51 uint32_t GetGcType() const in GetGcType() function in ark::compiler::AotBuilder
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi.h305 std::string GetGcType() const in GetGcType() function in panda::RuntimeOption
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
H A Dpaoc.cpp293 auto gcType = ark::mem::GCTypeFromString(paoc_->runtimeOptions_->GetGcType(runtimeLang)); in InitAotBuilder()
/arkcompiler/runtime_core/static_core/verification/verifier/
H A Dverifier.cpp378 runtimeOptions.SetGcType(cliOptions.GetGcType()); in Run()
/arkcompiler/runtime_core/static_core/libllvmbackend/
H A Dllvm_aot_compiler.cpp506 if (static_cast<mem::GCType>(aotBuilder->GetGcType()) != mem::GCType::G1_GC) { in LLVMAotCompiler()
/arkcompiler/runtime_core/static_core/runtime/
H A Druntime.cpp697 auto gcType = ark::mem::GCTypeFromString(options.GetGcType(plugins::LangToRuntimeType(lang))); in GetGCType()

Completed in 10 milliseconds