Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
H A Dreflection_analysis.h64 kVtabIndex, member in maple::MethodProperty
78 enum class MethodInfoCompact : uint32 { kVtabIndex, kPaddrData }; member in maple::MethodInfoCompact
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp1261 if (((idx == static_cast<uint32>(MethodProperty::kVtabIndex)) && (mirSymbol.IsReflectionMethodsInfo())) || in EmitAsmLabel()
1262 ((idx == static_cast<uint32>(MethodInfoCompact::kVtabIndex)) && mirSymbol.IsReflectionMethodsInfoCompact())) { in EmitAsmLabel()

Completed in 6 milliseconds