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:label_base_
(Results
1 - 3
of
3
) sorted by relevance
/third_party/vixl/src/
H
A
D
pool-manager-impl.h
93
LocationBase<T>* label_base = current.
label_base_
;
in Emit()
108
VIXL_ASSERT(!current.
label_base_
->ShouldDeletePoolObjectOnPlacement());
in Emit()
109
current.
label_base_
->UpdatePoolObject(¤t);
in Emit()
164
checkpoint -= object->
label_base_
->GetPoolObjectSizeInBytes();
in UpdateCheckpointForObject()
245
last.
label_base_
->GetPoolObjectSizeInBytes();
in MustEmit()
276
if (current.
label_base_
== label_base) continue;
in MustEmit()
327
current.
label_base_
->GetPoolObjectSizeInBytes());
in RecalculateCheckpoint()
353
int a_size = a.
label_base_
->GetPoolObjectSizeInBytes();
in PoolObjectLessThan()
354
int b_size = b.
label_base_
->GetPoolObjectSizeInBytes();
in PoolObjectLessThan()
414
if (current.
label_base_
in RemoveAndDelete()
[all...]
H
A
D
pool-manager.h
251
:
label_base_
(parent),
in PoolObject()
290
if (
label_base_
->UsePoolObjectEmissionMargin()) {
in UpdateLocationHint()
292
max_location_ -
label_base_
->GetPoolObjectEmissionMargin();
in UpdateLocationHint()
297
LocationBase<T>*
label_base_
;
member in vixl::PoolObject
476
if (current.
label_base_
== label) return ¤t;
in GetObjectIfTracked()
/third_party/vixl/test/
H
A
D
test-pool-manager.cc
294
object.
label_base_
->GetPoolObjectSizeInBytes(),
in DumpCurrentState()
Completed in 5 milliseconds