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:is_turbofanned
(Results
1 - 9
of
9
) sorted by relevance
/third_party/node/deps/v8/src/objects/
H
A
D
code-inl.h
607
void Code::initialize_flags(CodeKind kind, bool
is_turbofanned
, int stack_slots,
in initialize_flags()
argument
612
IsTurbofannedField::encode(
is_turbofanned
) |
in initialize_flags()
659
inline bool Code::
is_turbofanned
() const {
in is_turbofanned()
function in v8::internal::Code
733
return
is_turbofanned
() || is_maglevved() || is_wasm_code();
in uses_safepoint_table()
1121
DEF_PRIMITIVE_FORWARDING_CDC_GETTER(
is_turbofanned
, bool)
H
A
D
code.h
144
// [
is_turbofanned
]: Tells whether the code object was generated by the
146
inline bool
is_turbofanned
() const;
431
// [
is_turbofanned
]: Tells whether the code object was generated by the
433
inline bool
is_turbofanned
() const;
510
inline void initialize_flags(CodeKind kind, bool
is_turbofanned
,
H
A
D
code.cc
500
<< (
is_turbofanned
()
in Disassemble()
/third_party/node/deps/v8/src/diagnostics/
H
A
D
perf-jit.cc
319
if (code->
is_turbofanned
()) {
in GetSourcePositionInfo()
/third_party/node/deps/v8/src/runtime/
H
A
D
runtime-compiler.cc
293
DCHECK(result->
is_turbofanned
()); // TODO(v8:7700): Support Maglev.
in RUNTIME_FUNCTION()
H
A
D
runtime-test.cc
772
} else if (code.
is_turbofanned
()) {
in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/execution/
H
A
D
frames.cc
667
if (code_obj.
is_turbofanned
()) {
in ComputeType()
1280
DCHECK(code.
is_turbofanned
());
in LookupExceptionHandlerInTable()
H
A
D
isolate.cc
2045
!code.has_handler_table() || !code.
is_turbofanned
()) {
in ThrowInternal()
2254
!code->has_handler_table() || !code->
is_turbofanned
()) {
in ThrowInternal()
2734
!code.has_handler_table() || !code.
is_turbofanned
()) {
in ThrowInternal()
/third_party/node/deps/v8/src/heap/
H
A
D
factory.cc
2316
raw_result.initialize_flags(raw_code.kind(), raw_code.
is_turbofanned
(),
in NewOffHeapTrampolineFor()
Completed in 38 milliseconds