Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
H A Dreflection_analysis.h80 enum class FieldProperty : uint32 { class
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp903 if (((idx == static_cast<uint32>(FieldProperty::kPOffset)) && mirSymbol.IsReflectionFieldsInfo()) || in EmitAsmLabel()
957 if ((idx == static_cast<uint32>(FieldProperty::kDeclarclass)) && mirSymbol.IsReflectionFieldsInfo()) { in EmitAsmLabel()
1281 (idx == static_cast<uint32>(FieldProperty::kTypeName) || idx == static_cast<uint32>(FieldProperty::kName) || in EmitAsmLabel()
1282 idx == static_cast<uint32>(FieldProperty::kAnnotation)) && in EmitAsmLabel()
1381 } else if (idx == static_cast<uint32>(FieldProperty::kPClassType) && mirSymbol.IsReflectionFieldsInfo()) { in EmitAsmLabel()
1425 } else if (((idx == static_cast<uint32>(FieldProperty::kPOffset)) && mirSymbol.IsReflectionFieldsInfo()) || in EmitAsmLabel()

Completed in 5 milliseconds