Home
last modified time | relevance | path

Searched defs:isDebug (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/config/context/
Dcontext.cpp26 void DebugContext::AddMethod(const Method &method, bool isDebug) in AddMethod()
/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompilerContext.cpp23 CompilerContext::CompilerContext(binder::Binder *binder, bool isDebug, bool isDebuggerEvaluateExpre… in CompilerContext()
/arkcompiler/ets_frontend/es2panda/parser/program/
Dprogram.h173 void SetDebug(bool isDebug) in SetDebug()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_option.cpp131 void CGOptions::DecideMplcgRealLevel(bool isDebug) in DecideMplcgRealLevel()
165 bool CGOptions::SolveOptions(bool isDebug) in SolveOptions()
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp462 auto isDebug = GetEcmaVM()->GetJsDebuggerManager()->IsDebugMode(); in CheckSwitchDebuggerBCStub() local