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:kNoDeoptIndex
(Results
1 - 5
of
5
) sorted by relevance
/third_party/node/deps/v8/src/codegen/
H
A
D
safepoint-table.h
27
static constexpr int
kNoDeoptIndex
= -1;
member in v8::internal::SafepointEntry
62
return deopt_index_ !=
kNoDeoptIndex
;
in has_deoptimization_index()
82
int deopt_index_ =
kNoDeoptIndex
;
116
int deopt_index = SafepointEntry::
kNoDeoptIndex
;
in GetEntry()
119
STATIC_ASSERT(SafepointEntry::
kNoDeoptIndex
== -1);
in GetEntry()
125
DCHECK(deopt_index >= 0 || deopt_index == SafepointEntry::
kNoDeoptIndex
);
in GetEntry()
210
int deopt_index = SafepointEntry::
kNoDeoptIndex
;
H
A
D
safepoint-table.cc
122
DCHECK_NE(SafepointEntry::
kNoDeoptIndex
, deopt_index);
in UpdateDeoptimizationInfo()
151
entry.deopt_index == SafepointEntry::
kNoDeoptIndex
);
in Emit()
175
STATIC_ASSERT(SafepointEntry::
kNoDeoptIndex
== -1);
in Emit()
176
int max_deopt_index = SafepointEntry::
kNoDeoptIndex
;
in Emit()
194
// Add 1 so all values (including
kNoDeoptIndex
and kNoTrampolinePC) are
in Emit()
196
STATIC_ASSERT(SafepointEntry::
kNoDeoptIndex
== -1);
in Emit()
235
// Add 1 so all values (including
kNoDeoptIndex
and kNoTrampolinePC) are
in Emit()
237
STATIC_ASSERT(SafepointEntry::
kNoDeoptIndex
== -1);
in Emit()
/third_party/node/deps/v8/src/compiler/backend/
H
A
D
code-generator-impl.h
194
: deoptimization_id_(
kNoDeoptIndex
),
in DeoptimizationExit()
206
return deoptimization_id_ !=
kNoDeoptIndex
;
in has_deoptimization_id()
239
static const int
kNoDeoptIndex
= kMaxInt16 + 1;
member in v8::internal::compiler::DeoptimizationExit
/third_party/node/deps/v8/src/execution/
H
A
D
frames.cc
1767
int deopt_index = SafepointEntry::
kNoDeoptIndex
;
in Summarize()
1769
if (deopt_index == SafepointEntry::
kNoDeoptIndex
) {
in Summarize()
1879
*deopt_index = SafepointEntry::
kNoDeoptIndex
;
in GetDeoptimizationData()
1896
int deopt_index = SafepointEntry::
kNoDeoptIndex
;
in GetFunctions()
1899
DCHECK_NE(SafepointEntry::
kNoDeoptIndex
, deopt_index);
in GetFunctions()
/third_party/node/deps/v8/src/deoptimizer/
H
A
D
translated-state.cc
1283
int deopt_index = SafepointEntry::
kNoDeoptIndex
;
in TranslatedState()
1287
DCHECK(!data.is_null() && deopt_index != SafepointEntry::
kNoDeoptIndex
);
in TranslatedState()
Completed in 10 milliseconds