Searched refs:assemblerType (Results 1 – 3 of 3) sorted by relevance
190 CatchTable *ETSCatchContext::AddNewCathTable(const util::StringView assemblerType) in AddNewCathTable() argument194 CatchTable *catchTable = cg->CreateCatchTable(assemblerType); in AddNewCathTable()200 CatchTable *ETSCatchContext::AddNewCathTable(const util::StringView assemblerType, const LabelPair … in AddNewCathTable() argument204 CatchTable *catchTable = cg->CreateCatchTable(tryLabelPair, assemblerType); in AddNewCathTable()
255 CatchTable *AddNewCathTable(util::StringView assemblerType);256 CatchTable *AddNewCathTable(util::StringView assemblerType, LabelPair tryLabelPair);
1209 const auto assemblerType = ToAssemblerType(enumInterface->GetDecl()->BoxedClass()->TsType()); in EmitUnboxEnum() local1210 Sa().Emit<Checkcast>(node, assemblerType); in EmitUnboxEnum()1778 auto assemblerType = ToAssemblerType(targetType); in CastDynamicToObject() local1779 Sa().Emit<LdaType>(node, assemblerType); in CastDynamicToObject()1783 Sa().Emit<Checkcast>(node, assemblerType); // trick verifier in CastDynamicToObject()