Home
last modified time | relevance | path

Searched defs:IsNecessarySwitchThreadState (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
Dclass_linker_extension.h79 virtual bool IsNecessarySwitchThreadState([[maybe_unused]] const Method *method) const in IsNecessarySwitchThreadState() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_class_linker_extension.cpp497 bool EtsClassLinkerExtension::IsNecessarySwitchThreadState(const Method *method) const in IsNecessarySwitchThreadState() function in ark::ets::EtsClassLinkerExtension
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.cpp291 bool PandaRuntimeInterface::IsNecessarySwitchThreadState(MethodPtr method) const in IsNecessarySwitchThreadState() function in ark::PandaRuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h350 virtual bool IsNecessarySwitchThreadState([[maybe_unused]] MethodPtr method) const in IsNecessarySwitchThreadState() function