Home
last modified time | relevance | path

Searched defs:indent (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/
Dpass_manager_statistics.cpp53 auto indent = stat.run_depth * OFFSET_STAT; in PrintStatistics() local
77 std::string indent(pass_call_depth_ * OFFSET_NORMAL, '.'); in ProcessBeforeRun() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/
Dpass_manager_statistics.cpp55 auto indent = stat.runDepth * OFFSET_STAT; in PrintStatistics() local
79 std::string indent(passCallDepth_ * OFFSET_NORMAL, '.'); in ProcessBeforeRun() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dprinting.cpp24 void PrintIndentation(int32 indent) in PrintIndentation()
Dmir_type.cpp669 void MIRType::Dump(int indent, bool dontUseName) const in Dump()
779 void MIRFuncType::Dump(int indent, bool dontUseName) const in Dump()
863 void MIRArrayType::Dump(int indent, bool dontUseName) const in Dump()
887 void MIRFarrayType::Dump(int indent, bool dontUseName) const in Dump()
972 void MIRPtrType::Dump(int indent, bool dontUseName) const in Dump()
988 void MIRBitFieldType::Dump(int indent, bool dontUseName) const in Dump()
1045 static void DumpClassOrInterfaceInfo(const MIRStructType &type, int indent) in DumpClassOrInterfaceInfo()
1111 static void DumpStaticValue(const MIREncodedArray &staticValue, int indent) in DumpStaticValue()
1139 static void DumpFields(FieldVector fields, int indent, bool otherFields = false) in DumpFields()
1167 static void DumpFieldsAsCxx(const FieldVector &fields, int indent) in DumpFieldsAsCxx()
[all …]
Dmir_symbol.cpp349 void MIRSymbol::Dump(bool isLocal, int32 indent, bool suppressInit, const MIRSymbolTable *localsymt… in Dump()
418 void MIRSymbolTable::Dump(bool isLocal, int32 indent, bool printDeleted, MIRFlavor flavor) const in Dump()
Ddebug_info.cpp1342 void DebugInfo::Dump(int indent) in Dump()
1365 void DBGDieAttr::Dump(int indent) in Dump()
1387 void DBGDie::Dump(int indent) in Dump()
1427 void DBGAbbrevEntry::Dump(int indent) in Dump()
1449 void DBGAbbrevEntryVec::Dump(int indent) in Dump()
Dmir_function.cpp356 constexpr uint8 indent = 2; in DumpFlavorLoweredThanMmpl() local
506 void MIRFunction::DumpFuncBody(int32 indent) in DumpFuncBody()
Dmir_nodes.cpp1215 void DumpCallReturns(const MIRModule &mod, CallReturnVector nrets, int32 indent) in DumpCallReturns()
1324 void CallNode::Dump(int32 indent, bool newline) const in Dump()
1372 void IcallNode::Dump(int32 indent, bool newline) const in Dump()
1396 void IntrinsiccallNode::Dump(int32 indent, bool newline) const in Dump()
1417 void CallinstantNode::Dump(int32 indent, bool newline) const in Dump()
1435 void BlockNode::Dump(int32 indent, const MIRSymbolTable *theSymTab, MIRPregTable *thePregTab, bool … in Dump()
1585 void AsmNode::DumpOutputs(int32 indent, std::string &uStr) const in DumpOutputs()
1627 void AsmNode::DumpInputOperands(int32 indent, std::string &uStr) const in DumpInputOperands()
/arkcompiler/runtime_core/static_core/runtime/
Dtiming.cpp78 std::string indent = " "; in Dump() local
/arkcompiler/ets_frontend/arkguard/src/utils/
DPrinterUtils.ts188 const indent = INDENT.repeat(depth); constant
246 const indent = INDENT.repeat(depth); constant
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dssa_mir_nodes.h591 void Dump(int32 indent) const override in Dump()
640 void Dump(int32 indent) const override in Dump()
699 void Dump(int32 indent) const override in Dump()
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context.h262 ErrorToStringWrapper(Context *ctx, ErrorDetail error, size_t indent) in ErrorToStringWrapper()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_preg.h173 void DumpPregsWithTypes(int32 indent) in DumpPregsWithTypes()
Dmir_nodes.h121 virtual void Dump(int32 indent) const in Dump()
2838 void Dump(int32 indent) const override in Dump()
3920 void Dump(int32 indent) const override in Dump()
4025 void Dump(int32 indent) const override in Dump()
4145 void Dump(int32 indent) const override in Dump()
4194 void Dump(int32 indent) const override in Dump()
/arkcompiler/toolchain/tooling/client/manager/
Dvariable_manager.cpp45 std::string indent(actualIndent, ' '); in Print() local
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Dhelpers.py223 def js(self, sort_keys=False, indent=4) -> str: argument
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument