Searched refs:typedInsns (Results 1 – 1 of 1) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
D | typeExtractorEmitter.cpp | 76 std::vector<Literal> &typedInsns) in GenInsnTypeInfo() argument 84 typedInsns.emplace_back(insnOrderTag); in GenInsnTypeInfo() 85 typedInsns.emplace_back(insnOrderValue); in GenInsnTypeInfo() 87 GenTypeInfo(recorder, typeIndex, typedInsns); in GenInsnTypeInfo() 93 std::vector<Literal> typedInsns; in GenFunctionTypeInfo() local 94 typedInsns.reserve(pg_->TypedInsns().size() * 4U); // Expand to 4 pieces of information in GenFunctionTypeInfo() 109 GenInsnTypeInfo(recorder, realOrderIndex, typeIndex, typedInsns); in GenFunctionTypeInfo() 119 GenInsnTypeInfo(recorder, static_cast<uint32_t>(-1), pg_->TypedFunc().first, typedInsns); in GenFunctionTypeInfo() 124 GenInsnTypeInfo(recorder, static_cast<uint32_t>(-2), pg_->TypedFunc().second, typedInsns); in GenFunctionTypeInfo() 128 if (typedInsns.empty()) { in GenFunctionTypeInfo() [all …]
|