Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/assembler/
H A Dassembly-parser.cpp33 curr_record_->body_location.begin = GetCurrentPosition(false); in ParseRecordFields()
51 curr_record_->body_location.end = GetCurrentPosition(true); in ParseRecordFields()
71 curr_record_->body_location.end = GetCurrentPosition(true); in ParseRecordFields()
180 curr_record_->body_location.end = GetCurrentPosition(true); in ParseRecordField()
497 curr_func_->body_location.begin = GetCurrentPosition(false); in ParseFunctionCode()
513 curr_func_->body_location.end = GetCurrentPosition(true); in ParseFunctionCode()
527 curr_func_->body_location.end = GetCurrentPosition(true); in ParseFunctionCode()
554 curr_record_->body_location.begin = GetCurrentPosition(false); in ParseAsRecord()
571 curr_record_->body_location.end = GetCurrentPosition(true); in ParseAsRecord()
599 curr_func_->body_location in ParseAsFunction()
[all...]
H A Dide_helpers.h60 << "\"bodyLocation\": " << item.body_location.JsonSerialize() << " }"; in JsonSerializeItemBody()
H A Dassembly-record.h38 SourceLocation body_location; member
H A Dassembly-function.h87 SourceLocation body_location; member
/arkcompiler/ets_frontend/merge_abc/src/
H A DassemblyFunctionProto.cpp101 SourceLocation::Serialize(function.body_location, *protoBodyLocation); in Serialize()
184 SourceLocation::Deserialize(protoFunction.bodylocation(), function.body_location); in Deserialize()

Completed in 3 milliseconds