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:GetActiveTier
(Results
1 - 4
of
4
) sorted by relevance
/third_party/node/deps/v8/src/execution/
H
A
D
tiering-manager.cc
190
return TiersUpToMaglev(function.
GetActiveTier
())
in InterruptBudgetFor()
330
DCHECK_EQ(code_kind, function.
GetActiveTier
().value());
in ShouldOptimize()
442
const CodeKind code_kind = function_obj.
GetActiveTier
().value();
in OnInterruptTick()
/third_party/node/deps/v8/src/objects/
H
A
D
js-function.cc
101
base::Optional<CodeKind> JSFunction::
GetActiveTier
() const {
in GetActiveTier()
function in v8::internal::JSFunction
134
return
GetActiveTier
() == CodeKind::INTERPRETED_FUNCTION;
in ActiveTierIsIgnition()
138
return
GetActiveTier
() == CodeKind::BASELINE;
in ActiveTierIsBaseline()
142
return
GetActiveTier
() == CodeKind::MAGLEV;
in ActiveTierIsMaglev()
146
return
GetActiveTier
() == CodeKind::TURBOFAN;
in ActiveTierIsTurbofan()
H
A
D
js-function.h
159
base::Optional<CodeKind>
GetActiveTier
() const;
/third_party/node/deps/v8/src/runtime/
H
A
D
runtime-test.cc
288
return function->
GetActiveTier
() < CodeKind::MAGLEV;
in CanOptimizeFunction()
Completed in 7 milliseconds