Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/merge_abc/src/
DassemblyRecordProto.cpp33 protoRecord.set_bodypresence(record.body_presence); in Serialize()
55 record.body_presence = protoRecord.bodypresence(); in Deserialize()
DassemblyFunctionProto.cpp95 protoFunction.set_bodypresence(function.body_presence); in Serialize()
160 function.body_presence = protoFunction.bodypresence(); in Deserialize()
/arkcompiler/runtime_core/assembler/
Dassembly-record.h37 bool body_presence = false; member
Dassembly-function.h85 bool body_presence = false; member
Dassembly-parser.cpp39 curr_record_->body_presence = true; in ParseRecordFields()
501 curr_func_->body_presence = true; in ParseFunctionCode()
565 curr_record_->body_presence = true; in ParseAsRecord()
610 curr_func_->body_presence = true; in ParseAsFunction()
750 } else if (k.second.HasImplementation() != k.second.body_presence) { in ParseResetRecordTable()