Home
last modified time | relevance | path

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

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