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:NewChunk
(Results
1 - 3
of
3
) sorted by relevance
/third_party/node/deps/v8/src/heap/
H
A
D
slot-set.cc
48
head_ = tail_ =
NewChunk
(nullptr, kInitialBufferSize);
in EnsureChunk()
51
head_ =
NewChunk
(head_, NextCapacity(head_->buffer.capacity()));
in EnsureChunk()
56
TypedSlots::Chunk* TypedSlots::
NewChunk
(Chunk* next, size_t capacity) {
in NewChunk()
function in v8::internal::TypedSlots
H
A
D
slot-set.h
675
Chunk*
NewChunk
(Chunk* next, size_t capacity);
/third_party/node/deps/v8/src/zone/
H
A
D
zone-chunk-list.h
58
front_ =
NewChunk
(static_cast<uint32_t>(start_mode));
in ZoneChunkList()
124
Chunk*
NewChunk
(const uint32_t capacity) {
in NewChunk()
function in v8::internal::ZoneChunkList::StartMode
298
front_ =
NewChunk
(static_cast<uint32_t>(StartMode::kSmall));
in push_back()
306
Chunk* chunk =
NewChunk
(std::min(back_->capacity_ << 1, max_capacity));
in push_back()
330
Chunk* chunk =
NewChunk
(1); // Yes, this gets really inefficient.
in push_front()
Completed in 5 milliseconds