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:EnsureSpaceFor
(Results
1 - 12
of
12
) sorted by relevance
/third_party/vixl/src/
H
A
D
code-buffer-vixl.h
181
void
EnsureSpaceFor
(size_t amount, bool* has_grown) {
in EnsureSpaceFor()
function in vixl::CodeBuffer
187
void
EnsureSpaceFor
(size_t amount) {
in EnsureSpaceFor()
function in vixl::CodeBuffer
189
EnsureSpaceFor
(amount, &placeholder);
in EnsureSpaceFor()
H
A
D
code-buffer-vixl.cc
161
EnsureSpaceFor
(n);
in EmitZeroedBytes()
H
A
D
code-generation-scopes-vixl.h
98
assembler->GetBuffer()->
EnsureSpaceFor
(size);
in Open()
/third_party/vixl/test/
H
A
D
test-code-buffer.cc
91
buffer.
EnsureSpaceFor
(space);
in TEST()
96
buffer.
EnsureSpaceFor
(initial_capacity + 1);
in TEST()
/third_party/vixl/src/aarch32/
H
A
D
location-aarch32.cc
138
macro_assembler->GetBuffer()->
EnsureSpaceFor
(kMaxInstructionSizeInBytes);
in EmitPoolObject()
148
assembler->GetBuffer()->
EnsureSpaceFor
(GetSize());
in EmitPoolObject()
H
A
D
assembler-aarch32.h
225
GetBuffer()->
EnsureSpaceFor
(literal->GetSize());
in place()
H
A
D
macro-assembler-aarch32.h
541
GetBuffer()->
EnsureSpaceFor
(size);
in MacroAssembler()
/third_party/node/deps/v8/src/codegen/s390/
H
A
D
assembler-s390.cc
706
void Assembler::
EnsureSpaceFor
(int space_needed) {
in EnsureSpaceFor()
function in v8::internal::Assembler
851
EnsureSpaceFor
(relocations_.size() * kMaxRelocSize);
in EmitRelocations()
H
A
D
assembler-s390.h
1354
void
EnsureSpaceFor
(int space_needed);
/third_party/node/deps/v8/src/codegen/ppc/
H
A
D
assembler-ppc.cc
1290
void Assembler::
EnsureSpaceFor
(int space_needed) {
in EnsureSpaceFor()
function in v8::internal::Assembler
2145
EnsureSpaceFor
(relocations_.size() * kMaxRelocSize);
in EmitRelocations()
H
A
D
assembler-ppc.h
1308
void
EnsureSpaceFor
(int space_needed);
/third_party/vixl/src/aarch64/
H
A
D
macro-assembler-aarch64.cc
478
GetBuffer()->
EnsureSpaceFor
(amount);
in Emit()
Completed in 56 milliseconds