Home
last modified time | relevance | path

Searched refs:LowerJavaVolatileInClassType (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/
Dbecommon.h84 void LowerJavaVolatileInClassType(MIRClassType &ty);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dbecommon.cpp424 LowerJavaVolatileInClassType(static_cast<MIRClassType &>(ty)); in LowerJavaTypeAttribute()
432 void BECommon::LowerJavaVolatileInClassType(MIRClassType &ty) in LowerJavaVolatileInClassType() function in maplebe::BECommon
441 LowerJavaVolatileInClassType(static_cast<MIRClassType &>(*fieldType)); in LowerJavaVolatileInClassType()