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
defs:phase
(Results
1 - 12
of
12
) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H
A
D
gc_scope.cpp
27
GCScope<TRACE_TIMING_PHASE>::GCScope(std::string_view name, GC *gc, GCPhase
phase
)
in GCScope()
argument
32
GCScope<TIMING_PHASE>::GCScope(std::string_view name, GC *gc, GCPhase
phase
)
in GCScope()
argument
37
GCScope<TRACE_PHASE>::GCScope(std::string_view name, GC *gc, GCPhase
phase
)
in GCScope()
argument
H
A
D
gc_scoped_phase.h
38
static PandaString GetPhaseName(GCPhase
phase
)
in GetPhaseName()
argument
66
static const char *GetPhaseAbbr(GCPhase
phase
)
in GetPhaseAbbr()
argument
H
A
D
gc_phase.h
34
constexpr size_t ToIndex(GCPhase
phase
)
in ToIndex()
argument
44
constexpr bool IsMarking(GCPhase
phase
)
in IsMarking()
argument
H
A
D
gc.h
126
virtual void GCPhaseStarted([[maybe_unused]] GCPhase
phase
) {}
in GCPhaseStarted()
argument
127
virtual void GCPhaseFinished([[maybe_unused]] GCPhase
phase
) {}
in GCPhaseFinished()
argument
H
A
D
gc.cpp
96
const char *
phase
= GCScopedPhase::GetPhaseAbbr(GetGCPhase());
in GetLogPrefix()
local
1020
void GC::FireGCPhaseStarted(GCPhase
phase
)
in FireGCPhaseStarted()
argument
1025
void GC::FireGCPhaseFinished(GCPhase
phase
)
in FireGCPhaseFinished()
argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H
A
D
cfgo.h
71
CfgoPhase
phase
= kCfgoDefault;
member in maplebe::FlipBRPattern
131
CfgoPhase
phase
= kCfgoDefault;
member in maplebe::CFGOptimizer
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/
H
A
D
maple_phase_manager.cpp
224
AnalysisDep *MaplePhaseManager::FindAnalysisDep(const MaplePhase *
phase
)
in FindAnalysisDep()
argument
247
void MaplePhaseManager::RunDependentPhase(const MaplePhase &
phase
, AnalysisDataManage
argument
272
auto *
phase
= static_cast<
phase
T *>(
phase
Info.GetConstructor()(transformPhaseMempool.get()));
RunTransformPhase()
local
294
phase
T *
phase
= nullptr;
RunAnalysisPhase()
local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H
A
D
std_core_gc.cpp
94
void GCTaskTracker::GCPhaseStarted(mem::GCPhase
phase
)
in GCPhaseStarted()
argument
/arkcompiler/runtime_core/static_core/runtime/mem/gc/gen-gc/
H
A
D
gen-gc.cpp
672
auto
phase
= this->GetGCPhase();
in InGCSweepRange()
local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H
A
D
cg_option.cpp
409
bool CGOptions::DumpPhase(const std::string &
phase
)
in DumpPhase()
argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H
A
D
option.h
56
static bool DumpPhase(const std::string &
phase
)
in DumpPhase()
argument
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H
A
D
lambdaLowering.cpp
1147
static void CallPerformForExtSources(LambdaConversionPhase *
phase
, public_lib::Context *ctx, parser::Program *program)
in CallPerformForExtSources()
argument
Completed in 15 milliseconds