Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dclass_hierarchy.cpp930 MIRType *WKTypes::javaLangRefMethod; member in maple::WKTypes
953 javaLangRefMethod = GetMIRTypeFromName("Ljava_2Flang_2Freflect_2FMethod_3B"); in Init()
1011 if (pointedType == javaLangRefMethod || pointedType == javaLangRefExecutable || in MayRefMeta()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
Dclass_hierarchy.h373 static MIRType *javaLangRefMethod; variable