Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
H A Dreflection_analysis.h63 enum class MethodProperty : uint32 { class
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp778 if ((idx == static_cast<uint32>(MethodProperty::kPaddrData)) && mirSymbol.IsReflectionMethodsInfo()) { in EmitAsmLabel()
921 ((idx == static_cast<uint32>(MethodProperty::kSigName)) && mirSymbol.IsReflectionMethodsInfo()) || in EmitAsmLabel()
929 if (((idx == static_cast<uint32>(MethodProperty::kDeclarclass)) || in EmitAsmLabel()
930 (idx == static_cast<uint32>(MethodProperty::kPaddrData))) && in EmitAsmLabel()
943 if (idx == static_cast<uint32>(MethodProperty::kDeclarclass)) { in EmitAsmLabel()
1164 size_t addrIndex = mirSymbol.IsReflectionMethodsInfo() ? static_cast<size_t>(MethodProperty::kPaddrData) in EmitAsmLabel()
1261 if (((idx == static_cast<uint32>(MethodProperty::kVtabIndex)) && (mirSymbol.IsReflectionMethodsInfo())) || in EmitAsmLabel()
1276 bool isMethodsInfo = (idx == static_cast<uint32>(MethodProperty::kMethodName) || in EmitAsmLabel()
1277 idx == static_cast<uint32>(MethodProperty::kSigName) || in EmitAsmLabel()
1278 idx == static_cast<uint32>(MethodProperty in EmitAsmLabel()
[all...]

Completed in 4 milliseconds