Searched refs:branch_entry (Results 1 – 4 of 4) sorted by relevance
150 struct branch_entry { struct158 struct branch_entry entries[0]; argument
188 struct branch_entry { struct196 struct branch_entry entries[0]; argument
41 bool IsNullBranchStackEntry(const struct branch_entry& entry) { in IsNullBranchStackEntry()366 const struct branch_entry& entry = branch_stack->entries[i]; in MapBranchStack()378 struct branch_entry& entry = branch_stack->entries[i]; in MapBranchStack()
336 branch_stack_size * sizeof(struct branch_entry)]); in ReadBranchStack()339 memcpy(&branch_stack->entries[i], array, sizeof(struct branch_entry)); in ReadBranchStack()340 array += sizeof(struct branch_entry) / sizeof(*array); in ReadBranchStack()