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:AOTSnapshot
(Results
1 - 5
of
5
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
H
A
D
aot_snapshot.cpp
22
void
AOTSnapshot
::InitSnapshot(uint32_t compileFilesCount)
in InitSnapshot()
29
JSHandle<ConstantPool>
AOTSnapshot
::NewSnapshotConstantPool(uint32_t cacheSize)
in NewSnapshotConstantPool()
42
void
AOTSnapshot
::GenerateSnapshotConstantPools(const CMap<int32_t, JSTaggedValue> &allConstantPools,
in GenerateSnapshotConstantPools()
68
void
AOTSnapshot
::StoreConstantPoolInfo(BytecodeInfoCollector *bcInfoCollector)
in StoreConstantPoolInfo()
H
A
D
aot_snapshot.h
24
class
AOTSnapshot
{
class
26
explicit
AOTSnapshot
(EcmaVM *vm)
in AOTSnapshot()
function in panda::ecmascript::kungfu::AOTSnapshot
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
H
A
D
pgo_type_manager.h
51
AOTSnapshot
& GetAOTSnapshot()
in GetAOTSnapshot()
182
AOTSnapshot
aotSnapshot_;
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H
A
D
snapshot.cpp
25
kungfu::
AOTSnapshot
&aotSnapshot = vm_->GetJSThread()->GetCurrentEcmaContext()->GetPTManager()->GetAOTSnapshot();
in Serialize()
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
type_info_accessors.cpp
667
AOTSnapshot
& snapshot = ptManager_->GetAOTSnapshot();
in GetKeyTaggedValue()
767
AOTSnapshot
& snapshot = ptManager_->GetAOTSnapshot();
in GetKeyTaggedValue()
Completed in 7 milliseconds