Home
last modified time | relevance | path

Searched refs:kStJavaInterface (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_symbol.cpp391 } else if (sKind == kStJavaInterface) { in Dump()
420 … if (sKind == kStJavaClass || sKind == kStJavaInterface || GetStorageClass() == kScTypeInfoName || in Dump()
Dbin_mpl_export.cpp710 } else if (sym->GetSKind() == kStJavaClass || sym->GetSKind() == kStJavaInterface) { in OutputSymbol()
Dparser.cpp2963 st->SetSKind(kStJavaInterface); in ParseMIRForInterface()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_symbol.h27 enum MIRSymKind { kStInvalid, kStVar, kStFunc, kStConst, kStJavaClass, kStJavaInterface, kStPreg }; enumerator
370 return sKind == kStJavaClass || sKind == kStJavaInterface; in IsJavaClassInterface()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp2513 mirSymbol->GetSKind() == kStJavaInterface) { in EmitGlobalVariable()