Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:auditor_
(Results
1 - 2
of
2
) sorted by relevance
/third_party/vixl/src/aarch64/
H
A
D
cpu-features-auditor-aarch64.cc
79
:
auditor_
(auditor) {
in RecordInstructionFeaturesScope()
80
auditor_
->last_instruction_ = CPUFeatures::None();
in RecordInstructionFeaturesScope()
83
auditor_
->seen_.Combine(
auditor_
->last_instruction_);
in ~RecordInstructionFeaturesScope()
87
auditor_
->last_instruction_.Combine(features);
in Record()
94
auditor_
->last_instruction_.Combine(feature0, feature1, feature2, feature3);
in Record()
101
bool hint_a =
auditor_
->available_.Has(a);
in RecordOneOrBothOf()
102
bool hint_b =
auditor_
->available_.Has(b);
in RecordOneOrBothOf()
113
CPUFeaturesAuditor*
auditor_
;
member in vixl::aarch64::CPUFeaturesAuditor::RecordInstructionFeaturesScope
/third_party/vixl/test/aarch64/
H
A
D
test-cpu-features-aarch64.cc
49
auditor_
(&decoder_, features) {}
in CPUFeaturesTest()
52
auditor_
.ResetSeenFeatures();
in Run()
92
VIXL_CHECK(
auditor_
.GetSeenFeatures() == features_);
in Run()
104
CPUFeaturesAuditor
auditor_
;
member in vixl::aarch64::CPUFeaturesTest
126
if (
auditor_
.GetInstructionFeatures() != features_) {
in RunWithFeatures()
128
features_.Without(
auditor_
.GetInstructionFeatures());
in RunWithFeatures()
133
CPUFeatures extra =
auditor_
.GetInstructionFeatures().Without(features_);
in RunWithFeatures()
Completed in 8 milliseconds