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:min_location_
(Results
1 - 3
of
3
) sorted by relevance
/third_party/vixl/src/
H
A
D
pool-manager-impl.h
72
if (pc < objects_[0].
min_location_
) {
in Emit()
73
int32_t padding = objects_[0].
min_location_
- pc;
in Emit()
97
VIXL_ASSERT(pc >= current.
min_location_
);
in Emit()
222
if ((reference->min_object_location_ <= existing_object->
min_location_
) &&
in MustEmit()
235
temp.RestrictRange(existing_object->
min_location_
,
in MustEmit()
264
if (checkpoint < temp.
min_location_
) return true;
in MustEmit()
272
if (checkpoint < temp.
min_location_
) return true;
in MustEmit()
278
if (checkpoint < current.
min_location_
) return true;
in MustEmit()
284
if (checkpoint < temp.
min_location_
) return true;
in MustEmit()
297
//
min_location_
o
in RecalculateCheckpoint()
[all...]
H
A
D
pool-manager.h
252
min_location_
(0),
in PoolObject()
268
min_location_
= min;
in Update()
277
VIXL_ASSERT(max >=
min_location_
);
in RestrictRange()
278
min_location_
= std::max(
min_location_
, min);
in RestrictRange()
301
// at any location between
min_location_
and max_location_, themselves
303
T
min_location_
;
member in vixl::PoolObject
488
//
min_location_
.
/third_party/vixl/test/
H
A
D
test-pool-manager.cc
296
object.
min_location_
,
in DumpCurrentState()
Completed in 5 milliseconds