Home
last modified time | relevance | path

Searched refs:is_normalized_ (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/abc2program/
H A Dprogram_dump.cpp69 if (is_normalized_) { in DumpLiteralArrayTable()
98 if (is_normalized_ && is_debug_ && it.first == SLOT_NUMBER_RECORD_NAME) { in DumpRecordTable()
108 if (is_normalized_) { in DumpRecord()
202 if (!is_normalized_) { in DumpScalarValue()
246 if (!is_normalized_ || !is_debug_) { in DumpFunction()
321 if (is_normalized_) { in DumpFunctionIns()
496 if (is_normalized_) { in DumpFunctionCatchBlocks()
560 if (!is_normalized_) { in DumpCatchBlock()
572 if (is_normalized_) { in DumpFunctionDebugInfo()
636 if (is_normalized_) { in DumpStrings()
[all...]
H A Dprogram_dump.h28 PandasmProgramDumper(bool is_normalized, bool is_debug) : is_normalized_(is_normalized), is_debug_(is_debug) {} in PandasmProgramDumper()
88 bool is_normalized_ = false; member in panda::abc2program::PandasmProgramDumper
89 // True when the option 'debug-info' is enabled. When both it and is_normalized_ are true, skip dump

Completed in 2 milliseconds