Home | History | Annotate | Download | only in processor

Lines Matching refs:MDRawContextARM64

94   if (context_size == sizeof(MDRawContextARM64))
436 if (!IsContextSizeUnique(sizeof(MDRawContextARM64))) {
437 BPLOG(ERROR) << "sizeof(MDRawContextARM64) cannot match the size of any "
643 } else if (expected_size == sizeof(MDRawContextARM64)) {
644 // |context_flags| of MDRawContextARM64 is 64 bits, but other MDRawContext
657 scoped_ptr<MDRawContextARM64> context_arm64(new MDRawContextARM64());
685 sizeof(MDRawContextARM64) - flags_size)) {