Lines Matching refs:FunctionRecord
189 FunctionRecord F; in rewindRecords()
190 W.undoWrites(sizeof(FunctionRecord)); in rewindRecords()
193 internal_memcpy(&F, W.getNextRecord(), sizeof(FunctionRecord)); in rewindRecords()
196 uint8_t(FunctionRecord::RecordKinds::FunctionEnter) && in rewindRecords()
208 auto RewindingRecordPtr = W.getNextRecord() - sizeof(FunctionRecord); in rewindRecords()
212 internal_memcpy(&F, RewindingRecordPtr, sizeof(FunctionRecord)); in rewindRecords()
214 uint8_t(FunctionRecord::RecordKinds::FunctionTailExit)); in rewindRecords()
216 RewindingRecordPtr -= sizeof(FunctionRecord); in rewindRecords()
219 internal_memcpy(&F, RewindingRecordPtr, sizeof(FunctionRecord)); in rewindRecords()
228 W.undoWrites(sizeof(FunctionRecord) * 2); in rewindRecords()
247 !prepareBuffer(sizeof(MetadataRecord) + sizeof(FunctionRecord))) in functionEnter()
273 if (!prepareBuffer(sizeof(MetadataRecord) + sizeof(FunctionRecord))) in functionTailExit()
296 !prepareBuffer((2 * sizeof(MetadataRecord)) + sizeof(FunctionRecord)) || in functionEnterArg()
313 !prepareBuffer(sizeof(MetadataRecord) + sizeof(FunctionRecord))) in functionExit()