Home
last modified time | relevance | path

Searched defs:IsFieldVolatile (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/bytecode_optimizer/
Druntime_adapter.h331 bool IsFieldVolatile(FieldPtr field) const override in IsFieldVolatile() function
/arkcompiler/runtime_core/runtime/
Dcompiler.cpp575 bool PandaRuntimeInterface::IsFieldVolatile(FieldPtr field) const in IsFieldVolatile() function in panda::PandaRuntimeInterface
/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h783 virtual bool IsFieldVolatile([[maybe_unused]] FieldPtr field) const in IsFieldVolatile() function