Home
last modified time | relevance | path

Searched refs:IsGcValidForFastPath (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/intrinsics/
Dget_intrinsics.inl.erb139 if (!FASTPATH_ENABLED || !IsGcValidForFastPath(lang)) {
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.h572 bool IsGcValidForFastPath(SourceLanguage lang) const;
Dcompiler.cpp53 bool PandaRuntimeInterface::IsGcValidForFastPath(SourceLanguage lang) const in IsGcValidForFastPath() function in panda::PandaRuntimeInterface