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
defs:new_space
(Results
1 - 15
of
15
) sorted by relevance
/third_party/node/deps/v8/src/heap/
H
A
D
heap-allocator-inl.h
35
NewSpace* HeapAllocator::
new_space
() const {
in new_space()
function in v8::internal::HeapAllocator
H
A
D
heap.h
844
NewSpace*
new_space
() { return new_space_; }
in new_space()
function in v8::internal::Heap
H
A
D
mark-compact.cc
3471
NewSpace*
new_space
= heap()->
new_space
();
EvacuatePrologue()
local
5481
NewSpace*
new_space
= heap()->
new_space
();
EvacuatePrologue()
local
5816
NewSpace*
new_space
= heap()->
new_space
();
TraceFragmentation()
local
[all...]
/third_party/vk-gl-cts/external/amber/src/src/
H
A
D
buffer.cc
309
uint32_t
new_space
=
in SetDataWithOffset()
local
/third_party/node/deps/v8/src/strings/
H
A
D
string-stream.cc
460
char*
new_space
= NewArray<char>(new_bytes);
in grow()
local
/third_party/skia/third_party/externals/libjpeg-turbo/
H
A
D
jmemmgr.c
655
size_t
new_space
= (long)sptr->rows_in_array *
in realize_virt_arrays()
local
667
size_t
new_space
= (long)bptr->rows_in_array *
in realize_virt_arrays()
local
/third_party/node/deps/v8/src/builtins/mips64/
H
A
D
builtins-mips64.cc
2063
Register
new_space
= scratch2;
in Generate_AllocateSpaceAndShiftExistingArguments()
local
/third_party/node/deps/v8/src/builtins/ppc/
H
A
D
builtins-ppc.cc
2253
Register
new_space
= scratch2;
in Generate_AllocateSpaceAndShiftExistingArguments()
local
/third_party/node/deps/v8/src/builtins/loong64/
H
A
D
builtins-loong64.cc
2066
Register
new_space
= scratch2;
in Generate_AllocateSpaceAndShiftExistingArguments()
local
/third_party/node/deps/v8/src/builtins/arm/
H
A
D
builtins-arm.cc
2046
Register
new_space
= scratch2;
in Generate_AllocateSpaceAndShiftExistingArguments()
local
/third_party/node/deps/v8/src/builtins/riscv64/
H
A
D
builtins-riscv64.cc
2168
Register
new_space
= scratch2;
in Generate_AllocateSpaceAndShiftExistingArguments()
local
/third_party/node/deps/v8/src/builtins/s390/
H
A
D
builtins-s390.cc
2296
Register
new_space
= scratch2;
in Generate_AllocateSpaceAndShiftExistingArguments()
local
/third_party/node/deps/v8/src/builtins/mips/
H
A
D
builtins-mips.cc
2018
Register
new_space
= scratch2;
in Generate_AllocateSpaceAndShiftExistingArguments()
local
/third_party/node/deps/v8/src/builtins/ia32/
H
A
D
builtins-ia32.cc
2151
Register
new_space
= scratch1;
in Generate_AllocateSpaceAndShiftExistingArguments()
local
/third_party/node/deps/v8/src/builtins/x64/
H
A
D
builtins-x64.cc
2131
Register
new_space
= kScratchRegister;
in Generate_AllocateSpaceAndShiftExistingArguments()
local
Completed in 62 milliseconds