Home
last modified time | relevance | path

Searched defs:ProcessStmt (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/
Dphase_impl.h65 virtual void ProcessStmt(StmtNode &) {} in ProcessStmt() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dsimplify.cpp327 void Simplify::ProcessStmt(StmtNode &stmt) in ProcessStmt() function in maple::Simplify