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:list_node
(Results
1 - 9
of
9
) sorted by relevance
/third_party/node/deps/v8/src/heap/
H
A
D
list.h
34
DCHECK(!element->
list_node
().next());
in PushBack()
35
DCHECK(!element->
list_node
().prev());
in PushBack()
45
DCHECK(!element->
list_node
().next());
in PushFront()
46
DCHECK(!element->
list_node
().prev());
in PushFront()
58
back_ = element->
list_node
().prev();
in Remove()
61
front_ = element->
list_node
().next();
in Remove()
63
T* next = element->
list_node
().next();
in Remove()
64
T* prev = element->
list_node
().prev();
in Remove()
65
if (next) next->
list_node
().set_prev(prev);
in Remove()
66
if (prev) prev->
list_node
()
in Remove()
[all...]
H
A
D
new-spaces.cc
26
page->
list_node
().Initialize();
in InitializePage()
51
current_page = current_page->
list_node
().next();
in EnsureCurrentCapacity()
59
MemoryChunk* next_current = current_page->
list_node
().next();
in EnsureCurrentCapacity()
400
CHECK_IMPLIES(page->
list_node
().prev(),
in Verify()
401
page->
list_node
().prev()->
list_node
().next() == page);
in Verify()
H
A
D
memory-chunk.h
201
heap::ListNode<MemoryChunk>&
list_node
() { return list_node_; }
in list_node()
function in v8::internal::MemoryChunk
202
const heap::ListNode<MemoryChunk>&
list_node
() const { return list_node_; }
in list_node()
function in v8::internal::MemoryChunk
H
A
D
large-spaces.cc
45
list_node
().Initialize();
59
page->
list_node
().Initialize();
H
A
D
spaces-inl.h
191
current_chunk_ = chunk->
list_node
().next();
in Next()
H
A
D
paged-spaces.cc
90
page->
list_node
().Initialize();
in InitializePage()
H
A
D
heap.cc
1430
chunk = chunk->
list_node
().next())
in GarbageCollectionEpilogueInSafepoint()
/third_party/mesa3d/src/util/
H
A
D
disk_cache_os.c
255
struct list_head *
list_node
= lru_file_list;
in choose_lru_file_matching()
local
259
list_node
= &e->node;
in choose_lru_file_matching()
265
list_addtail(&entry->node,
list_node
);
in choose_lru_file_matching()
267
if (
list_node
!= lru_file_list) {
in choose_lru_file_matching()
269
list_addtail(lru_file_list,
list_node
);
in choose_lru_file_matching()
/third_party/selinux/libsepol/src/
H
A
D
module_to_cil.c
188
struct
list_node
{
struct
190
struct
list_node
*next;
194
struct
list_node
*head;
205
struct
list_node
*curr = (*list)->head;
in list_destroy()
206
struct
list_node
*tmp;
in list_destroy()
220
struct
list_node
*curr;
in role_list_destroy()
238
struct
list_node
*curr;
in attr_list_destroy()
275
struct
list_node
*node = calloc(1, sizeof(*node));
in list_prepend()
898
struct
list_node
*curr;
in cil_print_attr_list()
915
struct
list_node
*cur
in search_attr_list()
[all...]
Completed in 24 milliseconds