Home
last modified time | relevance | path

Searched defs:debug (Results 1 – 25 of 28) sorted by relevance

12

/arkcompiler/ets_frontend/merge_abc/src/
DassemblyDebugProto.cpp19 void DebuginfoIns::Serialize(const panda::pandasm::debuginfo::Ins &debug, protoPanda::DebuginfoIns … in Serialize()
28 …Ins::Deserialize(const protoPanda::DebuginfoIns &protoDebug, panda::pandasm::debuginfo::Ins &debug) in Deserialize()
37 void LocalVariable::Serialize(const panda::pandasm::debuginfo::LocalVariable &debug, in Serialize()
49 panda::pandasm::debuginfo::LocalVariable &debug) in Deserialize()
DassemblyFunctionProto.cpp74 for (const auto &debug : function.local_variable_debug) { in Serialize() local
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/functions/
Dtest-ts-function-3.ts19 debug : (number) => void property in Employee
/arkcompiler/runtime_core/libpandabase/utils/
Ddebug.cpp22 namespace panda::debug { namespace
/arkcompiler/runtime_core/disassembler/
Ddisasm.cpp51 const panda::PandArg<std::string> &output_file, panda::PandArg<bool> &debug, in ProcessArgs()
97 panda::PandArg<bool> debug( in main() local
/arkcompiler/runtime_core/static_core/verification/config/context/
Dcontext.cpp24 namespace panda::verifier::debug { namespace
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Ddebug.cpp24 namespace panda::debug { namespace
/arkcompiler/runtime_core/static_core/verification/config/whitelist/
Dwhitelist.cpp20 namespace panda::verifier::debug { namespace
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dsimplify.cpp90 static void MayPrintLog(bool debug, bool success, MemOpKind memOpKind, const char *str) in MayPrintLog()
783 static void InsertAndMayPrintStmt(BlockNode &block, const StmtNode &anchor, bool debug, StmtNode *s… in InsertAndMayPrintStmt()
794 static void InsertBeforeAndMayPrintStmtList(BlockNode &block, const StmtNode &anchor, bool debug, in InsertBeforeAndMayPrintStmtList()
863 LabelIdx curLabIdx, LabelIdx finalLabIdx, bool debug) in AddNullptrHandlerIR()
888 … LabelIdx curLabIdx, LabelIdx finalLabIdx, BaseNode *addrExpr, bool debug) in AddResetHandlerIR()
899 bool debug) in TryToExtractComplexExpr()
913 … LabelIdx finalLabIdx, ErrorNumber errNumber, MemOpKind memOpKind, bool debug) in InsertCheckFailedBranch()
923 … BlockNode &block, LabelIdx finalLabIdx, ErrorNumber errorNumber, bool debug) in InsertMemsetCallStmt()
936 BlockNode &block, MIRFunction &func, bool debug) in CreateAndInsertCheckStmt()
949 LabelIdx nullPtrLabIdx, MIRFunction &func, bool debug) in ExpandOnSrcSizeGtDstSize()
[all …]
/arkcompiler/runtime_core/static_core/verification/config/handlers/
Dconfig_handler_options.cpp38 namespace panda::verifier::debug { namespace
Dconfig_handler_whitelist.cpp30 namespace panda::verifier::debug { namespace
Dconfig_handler_method_groups.cpp39 namespace panda::verifier::debug { namespace
Dconfig_handler_method_options.cpp34 namespace panda::verifier::debug { namespace
/arkcompiler/runtime_core/static_core/verification/config/debug_breakpoint/
Dbreakpoint.cpp26 namespace panda::verifier::debug { namespace
Dconfig_handler_breakpoints.cpp31 namespace panda::verifier::debug { namespace
/arkcompiler/runtime_core/static_core/disassembler/
Ddisasm.cpp33 panda::PandArg<bool> debug { member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dprofile.h92 static bool debug; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
Dsimplify.h106 bool debug = false; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/
Dlower.h288 …const bool debug = CGOptions::GetDumpPhases().find("cglower") != CGOptions::GetDumpPhases().end() … in SetCurrentFunc() local
/arkcompiler/ets_frontend/test262/
Dutils.py45 def debug(self, info): member in Logging
/arkcompiler/runtime_core/static_core/verification/
Dverification_options.h71 } debug; member
/arkcompiler/runtime_core/assembler/
Dassembly-parser.cpp680 const auto &debug = curr_func_->ins[v.first - 1].ins_debug; in ParseResetFunctionLabelsAndParams() local
714 const auto &debug = insn_it->ins_debug; in ParseResetFunctionTable() local
731 const auto &debug = insn_it->ins_debug; in ParseResetFunctionTable() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_options.cpp252 maplecl::Option<bool> debug({"-g", "--g"}, " -g \tGenerate debug informat… variable
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-parser.cpp709 const auto &debug = currFunc_->ins[v.first - 1].insDebug; in ParseResetFunctionLabelsAndParams() local
754 const auto &debug = insn.insDebug; in ParseResetFunctionTable() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dprofile.cpp35 bool Profile::debug = false; member in maple::Profile

12