Home
last modified time | relevance | path

Searched refs:bound_right (Results 1 - 16 of 16) sorted by relevance

/arkcompiler/runtime_core/assembler/
H A Dcontext.cpp35 tokens[number - 1].bound_right - tokens[number - 1].bound_left); in Make()
142 tokens[number - 1].bound_right - tokens[number - 1].bound_left); in operator ++()
158 tokens[number - 1].bound_right - tokens[number - 1].bound_left); in operator ++()
179 tokens[number - 1].bound_right - tokens[number - 1].bound_left); in operator --()
197 tokens[number - 1].bound_right - tokens[number - 1].bound_left); in operator --()
H A Dassembly-file-location.h26 size_t bound_right = 0; member in panda::pandasm::FileLocation
32 : whole_line(std::move(f_c)), bound_left(b_l), bound_right(b_r), line_number(l_n), is_defined(d) in FileLocation()
H A Dassembly-parser.h112 context_.tokens[static_cast<int>(context_.number) + token_shift - 1].bound_right, in GetError()
121 context_.tokens[context_.number - 1].bound_right, in GetWarning()
130 return SourcePosition {line_stric_, context_.tokens[context_.number - 1].bound_right}; in GetCurrentPosition()
231 context_.tokens[context_.number - 1].bound_right, in TryEmplaceInTable()
255 iter->second.file_location->bound_right = context_.tokens[context_.number - 1].bound_right; in AddObjectInTable()
270 context_.tokens[context_.number - 1].bound_right, in TryEmplaceInTable()
H A Dlexer.cpp181 f_i.bound_right - f_i.bound_left) in TokenizeString()
263 * elements bound_left and bound_right of the array tokens
293 size_t bound_right; in LexTokens() local
313 bound_right = curr_line_->pos; in LexTokens()
317 << std::string_view(&*(curr_line_->buffer.begin() + bound_left), bound_right - bound_left) in LexTokens()
319 << "type: " << TokenTypeWhat(LexGetType(bound_left, bound_right)) << ")"; in LexTokens()
321 curr_line_->tokens.emplace_back(bound_left, bound_right, LexGetType(bound_left, bound_right), in LexTokens()
H A Dassembly-debug.h28 size_t bound_right = 0; member
42 : line_number(l_n), whole_line(std::move(f_c)), bound_left(b_l), bound_right(b_r) in Ins()
H A Dassembly-field.h36 size_t bound_right = 0; member
H A Dlexer.h63 size_t bound_right; member
69 : whole_line(std::move(beg_of_line)), bound_left(b_l), bound_right(b_r), type(t) in Token()
H A Dassembly-parser.cpp662 k.second.file_location->bound_left, k.second.file_location->bound_right, in ParseResetFunctionLabelsAndParams()
683 debug.bound_left, debug.bound_right, debug.whole_line); in ParseResetFunctionLabelsAndParams()
698 k.second.file_location->bound_right, k.second.file_location->whole_line); in ParseResetFunctionTable()
717 debug.bound_right, debug.whole_line); in ParseResetFunctionTable()
734 debug.bound_right, debug.whole_line); in ParseResetFunctionTable()
748 k.second.file_location->bound_right, k.second.file_location->whole_line); in ParseResetRecordTable()
753 k.second.file_location->bound_left, k.second.file_location->bound_right, in ParseResetRecordTable()
761 fld.bound_left, fld.bound_right, fld.whole_line); in ParseResetRecordTable()
1843 field.bound_right = context_.tokens[context_.number - 1].bound_right; in ParseOperandField()
[all...]
/arkcompiler/ets_frontend/merge_abc/src/
H A DassemblyFieldProto.cpp29 protoField.set_boundright(field.bound_right); in Serialize()
42 field.bound_right = protoField.boundright(); in Deserialize()
H A DassemblyDebugProto.cpp25 protoDebug.set_boundright(debug.bound_right); in Serialize()
34 debug.bound_right = protoDebug.boundright(); in Deserialize()
H A DassemblyFileLocationProto.cpp23 protoLocation.set_boundright(location.bound_right); in Serialize()
/arkcompiler/runtime_core/abc2program/
H A Ddump_utils.cpp117 debug_ins.bound_right = input.ins_debug.bound_right; in DeepCopyIns()
/arkcompiler/runtime_core/assembler/tests/
H A Dassembler_lexer_test.cpp261 EXPECT_EQ(tok.first[0].bound_right, s.length()); in HWTEST_F()
275 EXPECT_EQ(tok.first[0].bound_right, s.find('1')); in HWTEST_F()
H A Dlexer_test.cpp184 ASSERT_EQ(tok.first[0].bound_right, s.length()); in TEST()
198 ASSERT_EQ(tok.first[0].bound_right, s.find('1')); in TEST()
/arkcompiler/ets_frontend/es2panda/compiler/debugger/
H A DdebuginfoDumper.cpp138 WriteProperty("boundRight", posInfo.bound_right); in WritePosInfo()
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H A Demitter.cpp224 pandaIns->ins_debug.bound_right = offset_ + insLen; in GenInstructionDebugInfo()

Completed in 9 milliseconds