HomeSort by relevance Sort by last modified time
    Searched refs:cpu_features_auditor_ (Results 1 - 3 of 3) sorted by null

  /external/vixl/src/aarch64/
disasm-aarch64.h 173 : cpu_features_auditor_(NULL),
189 cpu_features_auditor_ = auditor;
207 CPUFeaturesAuditor* cpu_features_auditor_; member in class:vixl::aarch64::PrintDisassembler
simulator-aarch64.h 724 // 1. The CPUFeaturesAuditor (`cpu_features_auditor_`).
733 VIXL_CHECK(cpu_features_auditor_.InstructionIsAvailable());
    [all...]
simulator-aarch64.cc 68 : cpu_features_auditor_(decoder, CPUFeatures::All()) {
89 print_disasm_->RegisterCPUFeaturesAuditor(&cpu_features_auditor_);
    [all...]

Completed in 189 milliseconds