Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dbin_mpl_import.cpp102 TyIdx tyidx = mod.IsJavaModule() ? ImportType() : ImportTypeNonJava(); in ImportConstBase()
281 p->SetTyIdx(ImportTypeNonJava()); in ImportPragma()
282 p->SetTyIdxEx(ImportTypeNonJava()); in ImportPragma()
295 fp.second.first = mod.IsJavaModule() ? ImportType() : ImportTypeNonJava(); in ImportFieldPair()
745 TyIdx BinaryMplImport::ImportTypeNonJava() in ImportTypeNonJava() function in maple::BinaryMplImport
772 type.SetPointedTyIdx(ImportTypeNonJava()); in ImportTypeNonJava()
779 type.SetElemtTyIdx(ImportTypeNonJava()); in ImportTypeNonJava()
786 type.SetElemtTyIdx(ImportTypeNonJava()); in ImportTypeNonJava()
798 type.SetElemTyIdx(ImportTypeNonJava()); in ImportTypeNonJava()
806 type.SetRetTyIdx(ImportTypeNonJava()); in ImportTypeNonJava()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dbin_mpl_import.h115 TyIdx ImportTypeNonJava();