Home
last modified time | relevance | path

Searched refs:SetDebug (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/es2panda/parser/program/
Dprogram.h173 void SetDebug(bool isDebug) in SetDebug() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
Dsimplify.h89 void SetDebug(bool dbg) in SetDebug() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/
Dlower.h290 simplifyMemOp.SetDebug(debug); in SetCurrentFunc()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dsimplify.cpp179 simplifyMemOp.SetDebug(dump); in SimplifyCallAssigned()
435 simplifyMemOp.SetDebug(dump); in ProcessStmt()
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp136 program_.SetDebug(options.isDebug); in Parse()