Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libabckit/src/adapter_static/
Druntime_adapter_static.h360 bool IsFieldVolatile(FieldPtr field) const override in IsFieldVolatile() function
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Druntime_adapter.h338 bool IsFieldVolatile(FieldPtr field) const override in IsFieldVolatile() function
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.cpp736 bool PandaRuntimeInterface::IsFieldVolatile(FieldPtr field) const in IsFieldVolatile() function in ark::PandaRuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h1200 virtual bool IsFieldVolatile([[maybe_unused]] FieldPtr field) const in IsFieldVolatile() function