Home
last modified time | relevance | path

Searched refs:ObjectIteratorLowering (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DobjectIterator.cpp44 std::string_view ObjectIteratorLowering::Name() const in Name()
46 static std::string const NAME = "ObjectIteratorLowering"; in Name()
50 void ObjectIteratorLowering::TransferForOfLoopBody(ir::Statement *const forBody, ir::BlockStatement *const whileBody,
87 ir::Statement *ObjectIteratorLowering::ProcessObjectIterator(parser::ETSParser *parser, checker::ETSChecker *checker, in ProcessObjectIterator()
144 bool ObjectIteratorLowering::Perform(public_lib::Context *ctx, parser::Program *program) in Perform()
H A DobjectIterator.h27 class ObjectIteratorLowering : public Phase { class
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/
H A Dphase.cpp74 static ObjectIteratorLowering g_objectIteratorLowering;

Completed in 1 milliseconds