Home
last modified time | relevance | path

Searched defs:indent (Results 1 – 21 of 21) 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/
Dmir_type.cpp252 void MIRType::Dump(int indent, bool dontUseName) const in Dump()
328 void MIRFuncType::Dump(int indent, bool dontUseName) const in Dump()
400 void MIRArrayType::Dump(int indent, bool dontUseName) const in Dump()
438 void MIRPtrType::Dump(int indent, bool dontUseName) const in Dump()
456 void MIRTypeByName::Dump(int indent, bool dontUseName) const in Dump()
Dprinting.cpp28 void PrintIndentation(int32 indent) in PrintIndentation()
Dmir_nodes.cpp516 void DumpCallReturns(const MIRModule &mod, CallReturnVector nrets, int32 indent) in DumpCallReturns()
569 void CallNode::Dump(int32 indent, bool newline) const in Dump()
601 void IcallNode::Dump(int32 indent, bool newline) const in Dump()
618 void IntrinsiccallNode::Dump(int32 indent, bool newline) const in Dump()
639 void BlockNode::Dump(int32 indent, const MIRSymbolTable *theSymTab, MIRPregTable *thePregTab, bool … in Dump()
Dmir_symbol.cpp252 void MIRSymbol::Dump(bool isLocal, int32 indent, bool suppressInit, const MIRSymbolTable *localsymt… in Dump()
321 void MIRSymbolTable::Dump(bool isLocal, int32 indent, bool printDeleted, MIRFlavor flavor) const in Dump()
Dmir_function.cpp213 constexpr uint8 indent = 2; in DumpFlavorLoweredThanMmpl() local
358 void MIRFunction::DumpFuncBody(int32 indent) in DumpFuncBody()
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/save/
DArkStream.ts20 indent: string = ''; property in ArkCodeBuffer
/arkcompiler/runtime_core/static_core/runtime/
Dtiming.cpp78 std::string indent = " "; in Dump() local
/arkcompiler/runtime_core/libabckit/src/adapter_static/
Dabckit_static.cpp63 dumpFunc = [&dumpFunc, &dumpClass](AbckitCoreFunction *f, const std::string &indent = "") { in DumpHierarchy()
74 dumpClass = [&dumpFunc](AbckitCoreClass *c, const std::string &indent = "") { in DumpHierarchy()
83 … [&dumpFunc, &dumpClass, &dumpNamespace](AbckitCoreNamespace *n, const std::string &indent = "") { in DumpHierarchy()
/arkcompiler/ets_frontend/arkguard/src/utils/
DPrinterUtils.ts239 const indent = INDENT.repeat(depth); constant
307 const indent = INDENT.repeat(depth); constant
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context.h290 ErrorToStringWrapper(Context *ctx, ErrorDetail error, size_t indent) in ErrorToStringWrapper()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_preg.h167 void DumpPregsWithTypes(int32 indent) in DumpPregsWithTypes()
Dmir_nodes.h124 virtual void Dump(int32 indent) const in Dump()
1788 void Dump(int32 indent) const override in Dump()
2238 void Dump(int32 indent) const override in Dump()
2346 void Dump(int32 indent) const override in Dump()
2468 void Dump(int32 indent) const override in Dump()
/arkcompiler/toolchain/tooling/dynamic/client/manager/
Dvariable_manager.cpp41 std::string indent(actualIndent, ' '); in Print() local
/arkcompiler/runtime_core/libabckit/src/adapter_dynamic/
Dabckit_dynamic.cpp992 dumpFunc = [&dumpFunc, &dumpClass](AbckitCoreFunction *f, const std::string &indent = "") { in DumpHierarchy()
1003 dumpClass = [&dumpFunc](AbckitCoreClass *c, const std::string &indent = "") { in DumpHierarchy()
1012 … [&dumpFunc, &dumpClass, &dumpNamespace](AbckitCoreNamespace *n, const std::string &indent = "") { in DumpHierarchy()
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/
Dutils.py233 def indent(times: int) -> str: function
/arkcompiler/ets_frontend/arkguard/test/
D.eslintrc.json26 "indent": ["error", 2, { "SwitchCase": 1 }], array
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Dhelpers.py225 def js(self, sort_keys=False, indent=4) -> str: argument
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp1582 auto indent = GetIndent(); in GenTypeAliasDeclaration() local
1847 auto indent = GetIndent(); in ProcessIndent() local
1981 auto indent = GetIndent(); in CloseClassBlock() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument