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:snapshotData_
(Results
1 - 3
of
3
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
H
A
D
aot_snapshot.h
31
snapshotData_
.Iterate(v);
in Iterate()
36
return
snapshotData_
.GetData();
in GetSnapshotData()
41
snapshotData_
.StoreSymbolInfo(info);
in StoreSymbolInfo()
46
return
snapshotData_
.GetSymbolInfo();
in GetSymbolInfo()
51
snapshotData_
.StoreHClassInfo(info);
in StoreHClassInfo()
56
snapshotData_
.StoreArrayInfo(info);
in StoreArrayInfo()
61
snapshotData_
.StoreProtoTransTableInfo(info);
in StoreProtoTransTableInfo()
66
return
snapshotData_
.GetArrayInfo();
in GetArrayInfo()
71
snapshotData_
.StoreConstantIndexInfo(info);
in StoreConstantIndexInfo()
80
snapshotData_
in ResolveSnapshotData()
[all...]
H
A
D
aot_snapshot.cpp
26
snapshotData_
.SetData(data.GetTaggedValue());
in InitSnapshot()
33
ASSERT(!
snapshotData_
.GetHClassInfo().IsHole());
in NewSnapshotConstantPool()
34
cp->SetAotSymbolInfo(vm_->GetJSThread(),
snapshotData_
.GetSymbolInfo());
in NewSnapshotConstantPool()
35
cp->SetAotHClassInfo(vm_->GetJSThread(),
snapshotData_
.GetHClassInfo());
in NewSnapshotConstantPool()
36
cp->SetAotArrayInfo(vm_->GetJSThread(),
snapshotData_
.GetArrayInfo());
in NewSnapshotConstantPool()
37
cp->SetConstantIndexInfo(vm_->GetJSThread(),
snapshotData_
.GetConstantIndexInfo());
in NewSnapshotConstantPool()
38
cp->SetProtoTransTableInfo(vm_->GetJSThread(),
snapshotData_
.GetProtoTransTableInfo());
in NewSnapshotConstantPool()
47
snapshotData_
.AddSnapshotCpArrayToData(thread_, fileName, fileIndex, snapshotCpArr);
in GenerateSnapshotConstantPools()
63
snapshotData_
.RecordCpArrIdx(cpId, pos);
in GenerateSnapshotConstantPools()
80
bcInfoCollector->StoreDataToGlobalData(
snapshotData_
);
in StoreConstantPoolInfo()
[all...]
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
region.h
166
snapshotData_
(0) {}
in Region()
182
snapshotData_
(0) {}
in Region()
798
return
snapshotData_
;
in GetSnapshotData()
803
snapshotData_
= value;
in SetSnapshotData()
978
uint64_t
snapshotData_
;
member in panda::ecmascript::Region
Completed in 3 milliseconds