Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dclass_hierarchy.cpp923 MIRType *WKTypes::javaLangObjectSerializable; member in maple::WKTypes
946 javaLangObjectSerializable = GetMIRTypeFromName("Ljava_2Fio_2FSerializable_3B"); in Init()
971 if (pointedType == javaLangString || pointedType == javaLangObjectSerializable || in MayRefString()
997 if (pointedType == javaLangClass || pointedType == javaLangObjectSerializable || in MayRefMeta()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
Dclass_hierarchy.h366 static MIRType *javaLangObjectSerializable; variable