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:kLiftoff
(Results
1 - 8
of
8
) sorted by relevance
/third_party/node/deps/v8/src/wasm/
H
A
D
wasm-tier.h
21
kLiftoff
,
member in v8::internal::wasm::ExecutionTier
29
case ExecutionTier::
kLiftoff
:
in ExecutionTierToString()
H
A
D
function-compiler.cc
32
return FLAG_liftoff ? ExecutionTier::
kLiftoff
: ExecutionTier::kTurbofan;
in GetBaselineExecutionTier()
106
case ExecutionTier::
kLiftoff
:
in ExecuteFunctionCompilation()
H
A
D
wasm-code-manager.cc
1266
if (tier == ExecutionTier::
kLiftoff
) reloc_info = {};
in AddCodeWithCodeSpace()
1340
static_assert(ExecutionTier::kNone < ExecutionTier::
kLiftoff
&&
in PublishCodeLocked()
1341
ExecutionTier::
kLiftoff
< ExecutionTier::kTurbofan,
in PublishCodeLocked()
1523
if (tier != ExecutionTier::
kLiftoff
) turbofan_code_size_.fetch_add(size);
in UpdateCodeSize()
1754
if (code->tier() == ExecutionTier::
kLiftoff
&&
in InsertToCodeCache()
2300
if (result.result_tier == ExecutionTier::
kLiftoff
) {
in AddCompiledCode()
2410
tier_down ? ExecutionTier::
kLiftoff
: ExecutionTier::kTurbofan,
in FindFunctionsToRecompile()
H
A
D
module-compiler.cc
901
return ExecutionTier::
kLiftoff
;
in ApplyHintToExecutionTier()
981
static_assert(ExecutionTier::
kLiftoff
< ExecutionTier::kTurbofan,
in GetRequestedExecutionTiers()
1028
baseline_units_.emplace_back(func_index, ExecutionTier::
kLiftoff
,
in AddDebugUnit()
1036
tier == ExecutionTier::
kLiftoff
? kForDebugging : kNoDebugging);
in AddRecompilationUnit()
1477
if (tier == ExecutionTier::
kLiftoff
) {
in GetCompilationEventName()
3122
RequiredTopTierField::encode(ExecutionTier::
kLiftoff
) |
in InitializeCompilationProgress()
3123
RequiredBaselineTierField::encode(ExecutionTier::
kLiftoff
) |
in InitializeCompilationProgress()
3170
required_baseline_tier = ExecutionTier::
kLiftoff
;
in AddCompilationUnitInternal()
3172
required_top_tier = ExecutionTier::
kLiftoff
;
in AddCompilationUnitInternal()
3363
auto new_tier = new_tiering_state == kTieredDown ? ExecutionTier::
kLiftoff
in InitializeRecompilation()
[all...]
H
A
D
wasm-code-manager.h
296
bool is_liftoff() const { return tier() == ExecutionTier::
kLiftoff
; }
in is_liftoff()
377
// {kForDebugging}, but {tier()} is not {
kLiftoff
}, then Liftoff compilation
/third_party/node/deps/v8/include/v8-include/
H
A
D
v8-wasm.h
92
kLiftoff
,
member in v8::WasmExecutionTier
/third_party/node/deps/v8/src/runtime/
H
A
D
runtime-test-wasm.cc
423
? wasm::ExecutionTier::
kLiftoff
in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/wasm/baseline/
H
A
D
liftoff-compiler.cc
6636
result.result_tier = ExecutionTier::
kLiftoff
;
Completed in 23 milliseconds