Searched defs:recordId (Results 1 – 7 of 7) sorted by relevance
26 const auto recordId = recordNameToId_[pair.first]; in GeteTSMetadata() local52 …d Disassembler::GetETSMetadata(pandasm::Record *record, const panda_file::File::EntityId &recordId) in GetETSMetadata()
52 panda_file::File::EntityId recordId {id}; in GetPointers() local
71 … uint32_t recordId) { in CalcCallSite()
753 ApEntityId recordId(0); in ParseFromBinary() local817 auto recordId = iter->first; in ProcessToBinary() local907 ApEntityId recordId(0); in ParseFromText() local1036 auto recordId = base::ReadBuffer<ApEntityId>(&addr, sizeof(ApEntityId)); in ParseFromBinary() local
335 panda_file::File::EntityId recordId {id}; in OptimizePandaFile() local
157 panda_file::File::EntityId recordId(classId_); in Run() local
321 void Disassembler::GetRecord(pandasm::Record &record, const panda_file::File::EntityId &recordId) in GetRecord()556 const panda_file::File::EntityId recordId {classId}; in GetRecords() local591 void Disassembler::GetFields(pandasm::Record &record, const panda_file::File::EntityId &recordId) in GetFields()632 void Disassembler::GetMethods(const panda_file::File::EntityId &recordId) in GetMethods()1196 void Disassembler::GetRecordInfo(const panda_file::File::EntityId &recordId, RecordInfo *recordInfo… in GetRecordInfo() argument