Home
last modified time | relevance | path

Searched refs:typeRightAdjustment (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dtype_literal_extractor.cpp296 const uint32_t typeRightAdjustment = 6; in Print() local
303 …LOG_COMPILER(INFO) << "Order of bytecodes: " << std::setw(typeRightAdjustment) << bcOffsets_[i] <<… in Print()
304 << "typeId: " << std::setw(typeRightAdjustment) << typeIds_[i] << ", " in Print()