Home
last modified time | relevance | path

Searched refs:GiveToken (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/assembler/
H A Dassembly-parser.h228 return item.try_emplace(std::string(context_.GiveToken().data(), context_.GiveToken().length()), in TryEmplaceInTable()
229 std::string(context_.GiveToken().data(), context_.GiveToken().length()), program_.lang, in TryEmplaceInTable()
267 return item.try_emplace(std::string(context_.GiveToken().data(), context_.GiveToken().length()), in TryEmplaceInTable()
268 std::string(context_.GiveToken().data(), context_.GiveToken().length()), in TryEmplaceInTable()
H A Dassembly-parser.cpp86 std::string field_name = std::string(context_.GiveToken().data(), context_.GiveToken().length()); in ParseFieldName()
119 std::string component_name(context_.GiveToken()); in ParseType()
159 LOG(DEBUG, ASSEMBLER) << "field type found (line " << line_stric_ << "): " << context_.GiveToken(); in ParseFieldType()
406 LOG(DEBUG, ASSEMBLER) << "array element type found (line " << line_stric_ << "): " << context_.GiveToken(); in ParseArrayElementType()
793 auto lang = context_.GiveToken(); in ParseAsLanguageDirective()
828 catch_block.exception_record = context_.GiveToken(); in PrepareCatchBlock()
847 labels.emplace_back(context_.GiveToken()); in PrepareCatchBlock()
1108 auto s = context_.GiveToken(); in PrefixedValidName()
1148 auto token = context_.GiveToken(); in LabelValidName()
[all...]
H A Dassembly-context.h65 std::string_view GiveToken();
H A Dcontext.cpp93 std::string_view Context::GiveToken() in GiveToken() function in panda::pandasm::Context
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-parser.h243 std::string elem = !cid.empty() ? cid : std::string(context_.GiveToken().data(), context_.GiveToken().length()); in AddObjectInTable()
274 return item.try_emplace(std::string(context_.GiveToken().data(), context_.GiveToken().length()), in TryEmplaceInTable()
275 std::string(context_.GiveToken().data(), context_.GiveToken().length()), in TryEmplaceInTable()
H A Dassembly-parser.cpp87 std::string fieldName = std::string(context_.GiveToken().data(), context_.GiveToken().length()); in ParseFieldName()
120 std::string componentName(context_.GiveToken()); in ParseType()
160 LOG(DEBUG, ASSEMBLER) << "field type found (line " << lineStric_ << "): " << context_.GiveToken(); in ParseFieldType()
421 LOG(DEBUG, ASSEMBLER) << "array element type found (line " << lineStric_ << "): " << context_.GiveToken(); in ParseArrayElementType()
850 auto lang = context_.GiveToken(); in ParseAsLanguageDirective()
885 catchBlock.exceptionRecord = context_.GiveToken(); in PrepareCatchBlock()
904 labels.emplace_back(context_.GiveToken()); in PrepareCatchBlock()
1171 auto s = context_.GiveToken(); in PrefixedValidName()
1216 auto token = context_.GiveToken(); in LabelValidName()
[all...]
H A Dassembly-context.h67 std::string_view GiveToken();
H A Dcontext.cpp98 std::string_view Context::GiveToken() in GiveToken() function in ark::pandasm::Context

Completed in 6 milliseconds