Home
last modified time | relevance | path

Searched refs:STRUCTURAL (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/hotreload/
H A Dhotreload.cpp94 if (changesType == Type::STRUCTURAL) { in ProcessHotreload()
259 if (InheritanceChangesCheck(hCls) == Type::STRUCTURAL) { in RecognizeHotreloadType()
260 return Type::STRUCTURAL; in RecognizeHotreloadType()
262 if (FlagsChangesCheck(hCls) == Type::STRUCTURAL) { in RecognizeHotreloadType()
263 return Type::STRUCTURAL; in RecognizeHotreloadType()
265 if (FieldChangesCheck(hCls) == Type::STRUCTURAL) { in RecognizeHotreloadType()
266 return Type::STRUCTURAL; in RecognizeHotreloadType()
268 if (MethodChangesCheck(hCls) == Type::STRUCTURAL) { in RecognizeHotreloadType()
269 return Type::STRUCTURAL; in RecognizeHotreloadType()
281 return Type::STRUCTURAL; in InheritanceChangesCheck()
[all...]
H A Dhotreload.h71 enum class Type { STRUCTURAL, NORMAL, INVALID }; member in ark::hotreload::Type

Completed in 2 milliseconds