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:ptManager
(Results
1 - 9
of
9
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
H
A
D
pgo_hclass_generator.h
26
PGOHClassGenerator(const PGOTypeRecorder &typeRecorder, PGOTypeManager *
ptManager
)
in PGOHClassGenerator()
argument
H
A
D
pgo_type_parser.h
29
BaseParser(PGOTypeManager *
ptManager
, PGOBCInfo::Type type) : ptManager_(
ptManager
), type_(type) {}
in BaseParser()
argument
46
ClassParser(PGOTypeManager *
ptManager
) : BaseParser(
ptManager
, PGOBCInfo::Type::CLASS) {}
in ClassParser()
argument
55
ArrayParser(PGOTypeManager *
ptManager
, PGOBCInfo::Type type) : BaseParser(
ptManager
, type) {}
in ArrayParser()
argument
63
EmptyArrayParser(PGOTypeManager *
ptManager
) : ArrayParser(
ptManager
, PGOBCInfo::Type::EMPTY_ARRAY) {}
in EmptyArrayParser()
argument
68
ArrayLiteralParser(PGOTypeManager *
ptManager
) : ArrayParser(
ptManager
, PGOBCInf
argument
73
ObjectLiteralParser(PGOTypeManager *
ptManager
)
ObjectLiteralParser()
argument
82
FunctionParser(PGOTypeManager *
ptManager
)
FunctionParser()
argument
[all...]
H
A
D
pgo_type_parser.cpp
181
PGOTypeParser::PGOTypeParser(const PGOProfilerDecoder &decoder, PGOTypeManager *
ptManager
)
in PGOTypeParser()
argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
compilation_driver.cpp
90
PGOTypeManager *
ptManager
= compilationEnv_->GetPTManager();
in SetCurrentCompilationFile()
local
102
PGOTypeManager *
ptManager
= compilationEnv_->GetPTManager();
in StoreConstantPoolInfo()
local
H
A
D
aot_compiler_preprocessor.cpp
349
PGOTypeManager *
ptManager
= vm_->GetJSThread()->GetCurrentEcmaContext()->GetPTManager();
in GeneratePGOTypes()
local
359
PGOTypeManager *
ptManager
= vm_->GetJSThread()->GetCurrentEcmaContext()->GetPTManager();
in SnapshotInitialize()
local
H
A
D
file_generators.cpp
791
PGOTypeManager *
ptManager
= compilationEnv_->GetPTManager();
in SaveSnapshotFile()
local
H
A
D
type_info_accessors.cpp
523
PGOTypeManager *
ptManager
= compilationEnv_->GetPTManager();
in GetAccessorPlr()
local
H
A
D
ts_inline_lowering.cpp
351
PGOTypeManager *
ptManager
= compilationEnv_->GetPTManager();
in BuildAccessor()
local
547
PGOTypeManager *
ptManager
= compilationEnv_->GetPTManager();
in InlineAccessorCheck()
local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
H
A
D
snapshot_constantpool_data.cpp
52
PGOTypeManager *
ptManager
= thread_->GetCurrentEcmaContext()->GetPTManager();
in TryGetHClass()
local
59
PGOTypeManager *
ptManager
= thread_->GetCurrentEcmaContext()->GetPTManager();
in TryGetHClassByPGOTypeLocation()
local
Completed in 12 milliseconds