Home
last modified time | relevance | path

Searched refs:INDENT (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Ddisassembly.cpp109 constexpr const char *INDENT = " "; in PrintMethodEntry() local
118 item.GetStream() << INDENT << "name: " << codegen->GetRuntime()->GetMethodFullName(graph->GetMethod(), true) in PrintMethodEntry()
120 item.GetStream() << INDENT << "mode: "; in PrintMethodEntry()
126 item.GetStream() << INDENT << "id: " << codegen->GetRuntime()->GetMethodId(graph->GetMethod()) << "\n"; in PrintMethodEntry()
130 item.GetStream() << INDENT << "code_offset: " << reinterpret_cast<void *>(graph->GetAotData()->GetCodeOffset()) in PrintMethodEntry()
138 item.GetStream() << INDENT << "frame_size: " << frame->GetFrameSize() << "\n"; in PrintMethodEntry()
139 item.GetStream() << INDENT << "spills_count: " << frame->GetSpillsCount() << "\n"; in PrintMethodEntry()
140 item.GetStream() << INDENT << "Callees: " << (frame->GetCalleesRelativeFp() ? "fp" : "sp") << std::showpos in PrintMethodEntry()
143 item.GetStream() << INDENT << "FpCallees: " << (frame->GetCalleesRelativeFp() ? "fp" : "sp") << std::showpos in PrintMethodEntry()
146 item.GetStream() << INDENT << "Caller in PrintMethodEntry()
[all...]
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
H A DdeclgenEts2Ts.h43 static constexpr std::string_view INDENT = " "; member in ark::es2panda::declgen_ets2ts::TSDeclGen
H A DdeclgenEts2Ts.cpp277 Out(INDENT); in GenEnumType()
590 Out(INDENT); in GenMethodDeclaration()
635 Out(INDENT); in GenPropDeclaration()
/arkcompiler/runtime_core/libpandabase/utils/
H A Dbit_table.h436 static constexpr size_t INDENT = 4;
449 std::string indent(INDENT, ' ');
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dbit_table.h457 static constexpr size_t INDENT = 4;
470 std::string indent(INDENT, ' ');

Completed in 7 milliseconds