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:OPTIMIZED
(Results
1 - 7
of
7
) sorted by relevance
/third_party/node/deps/v8/src/execution/
H
A
D
frames.h
112
V(
OPTIMIZED
, OptimizedFrame) \
216
bool is_optimized() const { return type() ==
OPTIMIZED
; }
in is_optimized()
247
STATIC_ASSERT(BASELINE + 1 ==
OPTIMIZED
);
in IsJavaScript()
248
return t >= INTERPRETED && t <=
OPTIMIZED
;
in IsJavaScript()
810
Type type() const override { return
OPTIMIZED
; }
H
A
D
frames.cc
380
type = StackFrame::Type::
OPTIMIZED
;
in SafeStackFrameIterator()
441
// Mark the frame as
OPTIMIZED
if we cannot determine its type.
in SafeStackFrameIterator()
442
// We chose
OPTIMIZED
rather than INTERPRETED because it's closer to
in SafeStackFrameIterator()
445
//
OPTIMIZED
refers to turbofan frames, both of which are generated
in SafeStackFrameIterator()
448
type = StackFrame::
OPTIMIZED
;
in SafeStackFrameIterator()
629
return
OPTIMIZED
;
in ComputeType()
672
return
OPTIMIZED
;
in ComputeType()
677
return
OPTIMIZED
;
in ComputeType()
725
case
OPTIMIZED
:
in ComputeType()
1132
case
OPTIMIZED
in IterateCompiledFrame()
[all...]
H
A
D
isolate.cc
1127
case StackFrame::
OPTIMIZED
:
in VisitStack()
2006
case StackFrame::
OPTIMIZED
: {
in ThrowInternal()
2019
// TODO(bmeurer): Turbofanned BUILTIN frames appear as
OPTIMIZED
,
in ThrowInternal()
2241
case StackFrame::
OPTIMIZED
:
in ThrowInternal()
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H
A
D
wasm-module-debug.cc
97
case StackFrame::
OPTIMIZED
:
in GetCallStack()
156
case StackFrame::
OPTIMIZED
:
in FindWasmFrame()
/third_party/node/deps/v8/tools/
H
A
D
ll_prof.py
95
OPTIMIZED
= 3
variable in Code
110
self.codetype = Code.
OPTIMIZED
946
if code.codetype == Code.
OPTIMIZED
:
/third_party/node/deps/v8/src/deoptimizer/
H
A
D
deoptimizer.cc
261
if (it.frame()->type() == StackFrame::
OPTIMIZED
) {
309
if (type == StackFrame::
OPTIMIZED
) {
in DeoptimizeMarkedCodeForContext()
/third_party/node/deps/v8/src/heap/
H
A
D
mark-compact.cc
2326
if (it.frame()->type() == StackFrame::
OPTIMIZED
) {
in ProcessTopOptimizedFrame()
Completed in 34 milliseconds