Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandafile/
H A Ddebug_helpers.h118 bool HandleSpecialOpcode(uint32_t pcOffset, int32_t lineOffset) in HandleSpecialOpcode() argument
121 state_->AdvanceLine(lineOffset); in HandleSpecialOpcode()
H A Ddebug_info_updater-inl.h129 bool HandleSpecialOpcode([[maybe_unused]] uint32_t pcOffset, [[maybe_unused]] int32_t lineOffset) in HandleSpecialOpcode() argument
267 bool HandleSpecialOpcode(uint32_t pcOffset, int32_t lineOffset) in HandleSpecialOpcode() argument
269 lnpItem_->EmitSpecialOpcode(pcOffset, lineOffset); in HandleSpecialOpcode()
H A Dline_number_program.h291 int32_t lineOffset = adjustOpcode % LineNumberProgramItem::LINE_RANGE + LineNumberProgramItem::LINE_BASE; in HandleSpecialOpcode() local
292 return handler_->HandleSpecialOpcode(pcOffset, lineOffset); in HandleSpecialOpcode()
H A Ddebug_info_extractor.cpp132 bool HandleSpecialOpcode(uint32_t pcOffset, int32_t lineOffset) in HandleSpecialOpcode() argument
135 state_->AdvanceLine(lineOffset); in HandleSpecialOpcode()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Ddebug_info_extractor.cpp139 bool HandleSpecialOpcode(uint32_t pcOffset, int32_t lineOffset) in HandleSpecialOpcode() argument
142 state_->AdvanceLine(lineOffset); in HandleSpecialOpcode()

Completed in 4 milliseconds