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:max_location_
(Results
1 - 3
of
3
) sorted by relevance
/third_party/vixl/src/
H
A
D
pool-manager-impl.h
98
VIXL_ASSERT(pc <= current.
max_location_
);
in Emit()
155
if (max_actual_location >= pool_object->
max_location_
) return false;
in ShouldSkipObject()
165
if (checkpoint > object->
max_location_
) checkpoint = object->
max_location_
;
in UpdateCheckpointForObject()
223
(reference->max_object_location_ >= existing_object->
max_location_
) &&
in MustEmit()
236
existing_object->
max_location_
);
in MustEmit()
242
T last_reachable = AlignDown(temp.
max_location_
, temp.alignment_);
in MustEmit()
244
T after_pool = AlignDown(last.
max_location_
, last.alignment_) +
in MustEmit()
281
// temp is the object with the smallest
max_location_
.
in MustEmit()
309
// Sort objects by their
max_location_
in RecalculateCheckpoint()
[all...]
H
A
D
pool-manager.h
253
max_location_
(std::numeric_limits<T>::max()),
in PoolObject()
269
max_location_
= max;
in Update()
276
VIXL_ASSERT(min <=
max_location_
);
in RestrictRange()
279
max_location_
= std::min(
max_location_
, max);
in RestrictRange()
292
max_location_
- label_base_->GetPoolObjectEmissionMargin();
in UpdateLocationHint()
301
// at any location between min_location_ and
max_location_
, themselves
304
T
max_location_
;
member in vixl::PoolObject
487
// comparison depends on the
max_location_
, size_, alignment_ and
/third_party/vixl/test/
H
A
D
test-pool-manager.cc
297
object.
max_location_
));
in DumpCurrentState()
Completed in 4 milliseconds