Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_parser.h61 class EmptyArrayParser final : public ArrayParser {
63EmptyArrayParser(PGOTypeManager *ptManager) : ArrayParser(ptManager, PGOBCInfo::Type::EMPTY_ARRAY)… in EmptyArrayParser() function
Dpgo_type_parser.cpp184 parsers_.emplace_back(std::make_unique<EmptyArrayParser>(ptManager)); in PGOTypeParser()