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:maglev
(Results
1 - 25
of
37
) sorted by relevance
1
2
/third_party/node/deps/v8/src/maglev/
H
A
D
maglev.cc
5
#include "src/
maglev
/
maglev
.h"
8
#include "src/
maglev
/
maglev
-compilation-info.h"
9
#include "src/
maglev
/
maglev
-compiler.h"
17
auto info =
maglev
::MaglevCompilationInfo::New(isolate, function);
in Compile()
18
maglev
::MaglevCompilationUnit* const unit = info->toplevel_compilation_unit();
in Compile()
19
maglev
::MaglevCompiler::Compile(isolate->main_thread_local_isolate(), unit);
in Compile()
20
return
maglev
in Compile()
[all...]
H
A
D
maglev-concurrent-dispatcher.cc
5
#include "src/
maglev
/
maglev
-concurrent-dispatcher.h"
13
#include "src/
maglev
/
maglev
-compilation-info.h"
14
#include "src/
maglev
/
maglev
-compiler.h"
15
#include "src/
maglev
/
maglev
-graph-labeller.h"
26
maglev
::MaglevCompilationInfo* info, LocalIsolate* local_isolate) {
in AttachLocalIsolateForMaglev()
36
maglev
in DetachLocalIsolateForMaglev()
48
namespace
maglev
{
global()
namespace
[all...]
H
A
D
maglev-compilation-info.cc
5
#include "src/
maglev
/
maglev
-compilation-info.h"
12
#include "src/
maglev
/
maglev
-compilation-unit.h"
13
#include "src/
maglev
/
maglev
-compiler.h"
14
#include "src/
maglev
/
maglev
-concurrent-dispatcher.h"
15
#include "src/
maglev
/
maglev
22
namespace
maglev
{
global()
namespace
[all...]
H
A
D
maglev-compilation-info.h
25
namespace
maglev
{
namespace
33
V(
maglev
) \
127
} // namespace
maglev
H
A
D
maglev-code-generator.h
12
namespace
maglev
{
namespace
23
} // namespace
maglev
H
A
D
maglev-vreg-allocator.h
8
#include "src/
maglev
/
maglev
-basic-block.h"
9
#include "src/
maglev
/
maglev
-graph.h"
10
#include "src/
maglev
/
maglev
-ir.h"
14
namespace
maglev
{
namespace
51
} // namespace
maglev
H
A
D
maglev-compiler.h
11
#include "src/
maglev
/
maglev
-compilation-unit.h"
20
namespace
maglev
{
namespace
53
} // namespace
maglev
H
A
D
maglev-compilation-unit.cc
5
#include "src/
maglev
/
maglev
-compilation-unit.h"
8
#include "src/
maglev
/
maglev
-compilation-info.h"
9
#include "src/
maglev
/
maglev
-graph-labeller.h"
14
namespace
maglev
{
namespace
51
} // namespace
maglev
H
A
D
maglev-compilation-unit.h
14
namespace
maglev
{
namespace
74
} // namespace
maglev
H
A
D
maglev-graph.h
10
#include "src/
maglev
/
maglev
-basic-block.h"
15
namespace
maglev
{
namespace
56
} // namespace
maglev
H
A
D
maglev-graph-labeller.h
10
#include "src/
maglev
/
maglev
-graph.h"
11
#include "src/
maglev
/
maglev
-ir.h"
15
namespace
maglev
{
namespace
61
} // namespace
maglev
H
A
D
maglev-basic-block.h
11
#include "src/
maglev
/
maglev
-interpreter-frame-state.h"
12
#include "src/
maglev
/
maglev
-ir.h"
17
namespace
maglev
{
namespace
103
} // namespace
maglev
H
A
D
maglev-regalloc-data.h
14
namespace
maglev
{
namespace
79
} // namespace
maglev
H
A
D
maglev-concurrent-dispatcher.h
20
namespace
maglev
{
namespace
95
} // namespace
maglev
H
A
D
maglev-graph-printer.h
15
namespace
maglev
{
namespace
78
} // namespace
maglev
H
A
D
maglev-code-gen-state.h
15
#include "src/
maglev
/
maglev
-compilation-unit.h"
16
#include "src/
maglev
/
maglev
-ir.h"
20
namespace
maglev
{
namespace
100
// Allow marking some codegen paths as unsupported, so that we can test
maglev
162
} // namespace
maglev
H
A
D
maglev-regalloc.h
10
#include "src/
maglev
/
maglev
-graph.h"
11
#include "src/
maglev
/
maglev
-ir.h"
12
#include "src/
maglev
/
maglev
-regalloc-data.h"
16
namespace
maglev
{
namespace
110
} // namespace
maglev
H
A
D
maglev-register-frame-array.h
9
#include "src/
maglev
/
maglev
-compilation-unit.h"
14
namespace
maglev
{
namespace
109
} // namespace
maglev
H
A
D
maglev-graph-verifier.h
8
#include "src/
maglev
/
maglev
-graph-labeller.h"
9
#include "src/
maglev
/
maglev
-ir.h"
13
namespace
maglev
{
namespace
139
} // namespace
maglev
H
A
D
maglev-graph-processor.h
9
#include "src/
maglev
/
maglev
-basic-block.h"
10
#include "src/
maglev
/
maglev
-graph.h"
11
#include "src/
maglev
/
maglev
-interpreter-frame-state.h"
12
#include "src/
maglev
/
maglev
-ir.h"
16
namespace
maglev
{
namespace
190
} // namespace
maglev
[all...]
H
A
D
maglev-compiler.cc
5
#include "src/
maglev
/
maglev
-compiler.h"
27
#include "src/
maglev
/
maglev
-basic-block.h"
28
#include "src/
maglev
/
maglev
-code-generator.h"
29
#include "src/
maglev
/
maglev
-compilation-unit.h"
30
#include "src/
maglev
/
maglev
46
namespace
maglev
{
global()
namespace
[all...]
/third_party/node/deps/v8/src/handles/
H
A
D
handles.h
281
namespace
maglev
{
namespace
283
} // namespace
maglev
338
CanonicalHandleScopeForOptimization<
maglev
::ExportedMaglevCompilationInfo>;
H
A
D
handles.cc
19
#include "src/
maglev
/
maglev
-concurrent-dispatcher.h"
223
maglev
::ExportedMaglevCompilationInfo>;
/third_party/node/deps/v8/src/compiler/
H
A
D
js-heap-broker.h
36
namespace
maglev
{
namespace
160
void AttachLocalIsolateForMaglev(
maglev
::MaglevCompilationInfo* info,
162
void DetachLocalIsolateForMaglev(
maglev
::MaglevCompilationInfo* info);
/third_party/node/deps/v8/src/codegen/
H
A
D
compiler.h
47
namespace
maglev
{
namespace
49
} // namespace
maglev
129
static bool FinalizeMaglevCompilationJob(
maglev
::MaglevCompilationJob* job,
Completed in 9 milliseconds
1
2