Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/merge_abc/src/
H A DassemblyRecordProto.cpp33 protoRecord.set_bodypresence(record.body_presence); in Serialize()
55 record.body_presence = protoRecord.bodypresence(); in Deserialize()
H A DassemblyFunctionProto.cpp95 protoFunction.set_bodypresence(function.body_presence); in Serialize()
182 function.body_presence = protoFunction.bodypresence(); in Deserialize()
/arkcompiler/runtime_core/assembler/
H A Dassembly-record.h37 bool body_presence = false; member
H A 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()
H A Dassembly-function.h85 bool body_presence = false; member

Completed in 5 milliseconds