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:new_storage
(Results
1 - 5
of
5
) sorted by relevance
/third_party/node/deps/v8/src/base/
H
A
D
small-vector.h
163
T*
new_storage
= AllocateDynamicStorage(new_capacity);
in Grow()
local
164
if (
new_storage
== nullptr) {
in Grow()
171
memcpy(
new_storage
, begin_, sizeof(T) * in_use);
in Grow()
173
begin_ =
new_storage
;
in Grow()
174
end_ =
new_storage
+ in_use;
in Grow()
175
end_of_storage_ =
new_storage
+ new_capacity;
in Grow()
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
compile-i386.c
508
static struct storage *
new_storage
(enum storage_type type)
in new_storage()
function
514
die("OOM in
new_storage
");
in new_storage()
528
stor =
new_storage
(STOR_PSEUDO);
in stack_alloc()
545
stor =
new_storage
(STOR_LABELSYM);
in new_labelsym()
559
stor =
new_storage
(STOR_VALUE);
in new_val()
878
val =
new_storage
(STOR_VALUE);
in emit_func_post()
1261
val =
new_storage
(STOR_VALUE);
in emit_compare()
1291
val =
new_storage
(STOR_VALUE);
in emit_value()
1300
val =
new_storage
(STOR_VALUE);
in emit_value()
1311
struct storage *val =
new_storage
(STOR_VALU
in emit_divide()
[all...]
/third_party/eudev/src/shared/
H
A
D
hashmap.c
1077
char *
new_storage
;
in resize_buckets()
local
1120
new_storage
= realloc(h->has_indirect ? h->indirect.storage : NULL,
in resize_buckets()
1122
if (!
new_storage
)
in resize_buckets()
1127
memcpy(
new_storage
, h->direct.storage,
in resize_buckets()
1140
h->indirect.storage =
new_storage
;
in resize_buckets()
1144
old_dibs = (dib_raw_t*)(
new_storage
+ hi->entry_size * old_n_buckets);
in resize_buckets()
/third_party/node/deps/v8/src/builtins/
H
A
D
builtins-array.cc
794
Handle<NumberDictionary>
new_storage
= NumberDictionary::Set(
in SetDictionaryMode()
796
if (!
new_storage
.is_identical_to(slow_storage)) {
in SetDictionaryMode()
797
slow_storage = loop_scope.CloseAndEscape(
new_storage
);
in SetDictionaryMode()
/third_party/node/deps/v8/src/objects/
H
A
D
js-objects.cc
3033
Handle<PropertyArray>
new_storage
=
in MigrateFastToFast()
local
3046
new_storage
->set(index.outobject_array_index(), *value);
in MigrateFastToFast()
3052
object->SetProperties(*
new_storage
);
in MigrateFastToFast()
Completed in 16 milliseconds