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:next_code_link
(Results
1 - 7
of
7
) sorted by relevance
/third_party/node/deps/v8/src/heap/
H
A
D
objects-visiting.cc
95
return CodeDataContainerFromCodeT(code).
next_code_link
();
in WeakNext()
108
// alive. Clear the
next_code_link
slot to avoid a dangling pointer.
in VisitPhantomObject()
/third_party/node/deps/v8/src/objects/
H
A
D
code-inl.h
367
Object Code::
next_code_link
() const {
in next_code_link()
function in v8::internal::Code
368
return code_data_container(kAcquireLoad).
next_code_link
();
in next_code_link()
951
ACCESSORS(CodeDataContainer,
next_code_link
, Object, kNextCodeLinkOffset)
H
A
D
code.h
49
DECL_ACCESSORS(
next_code_link
, Object)
401
// [
next_code_link
]: Link for lists of optimized or deoptimized code.
403
inline Object
next_code_link
() const;
H
A
D
contexts.cc
431
DCHECK(code.
next_code_link
().IsUndefined());
in AddOptimizedCode()
H
A
D
code.cc
365
next = current_code_.
next_code_link
();
in Next()
/third_party/node/deps/v8/src/deoptimizer/
H
A
D
deoptimizer.cc
187
element = code.
next_code_link
();
in FindDeoptimizingCode()
341
Object next = code.
next_code_link
();
in DeoptimizeMarkedCodeForContext()
423
element = code.
next_code_link
();
in MarkAllCodeForContext()
632
element = code.
next_code_link
();
in GetDeoptimizedCodeCount()
/third_party/node/deps/v8/src/diagnostics/
H
A
D
objects-debug.cc
1062
CHECK(
next_code_link
().IsCodeT() ||
next_code_link
().IsUndefined(isolate));
in CodeDataContainerVerify()
Completed in 14 milliseconds