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:pool_manager_
(Results
1 - 4
of
4
) sorted by relevance
/third_party/vixl/test/
H
A
D
test-pool-manager.h
39
:
pool_manager_
(pool_manager) {}
in TestPoolManager()
41
return
pool_manager_
->GetCheckpointForTest();
in GetPoolCheckpoint()
43
int GetPoolSize() const { return
pool_manager_
->GetPoolSizeForTest(); }
in GetPoolSize()
44
bool PoolIsEmpty() const { return
pool_manager_
->PoolIsEmptyForTest(); }
in PoolIsEmpty()
47
PoolManager<int32_t>*
pool_manager_
;
member in vixl::TestPoolManager
/third_party/vixl/test/aarch32/
H
A
D
test-utils-aarch32.h
43
: test(&masm->
pool_manager_
) {}
in TestMacroAssembler()
/third_party/vixl/src/aarch32/
H
A
D
macro-assembler-aarch32.cc
215
if (
pool_manager_
.MustEmit(GetCursorOffset(), size)) {
in EnsureEmitPoolsFor()
216
int32_t new_pc =
pool_manager_
.Emit(this, GetCursorOffset(), size);
in EnsureEmitPoolsFor()
H
A
D
macro-assembler-aarch32.h
74
return
pool_manager_
.IsBlocked();
258
virtual void BlockPools() VIXL_OVERRIDE {
pool_manager_
.Block(); }
260
pool_manager_
.Release(GetCursorOffset());
286
pool_manager_
(4 /*header_size*/,
in MacroAssembler()
292
pool_manager_
(allocator,
in MacroAssembler()
314
pool_manager_
(4 /*header_size*/,
in MacroAssembler()
331
pool_manager_
(4 /*header_size*/,
in MacroAssembler()
341
pool_manager_
(allocator,
in MacroAssembler()
456
if (
pool_manager_
.MustEmit(cursor, kPaddingBytes)) {
in MacroAssembler()
457
int32_t new_cursor =
pool_manager_
in MacroAssembler()
13364
PoolManager<int32_t>
pool_manager_
;
MacroAssembler()
member in vixl::aarch32::MacroAssembler
[all...]
Completed in 18 milliseconds