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:SnapshotEnv
(Results
1 - 8
of
8
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H
A
D
snapshot_env.h
27
class
SnapshotEnv
final {
29
explicit
SnapshotEnv
(EcmaVM *vm) : vm_(vm) {}
in SnapshotEnv()
function in panda::ecmascript::final
30
~
SnapshotEnv
() = default;
44
LOG_ECMA(FATAL) << "
SnapshotEnv
push multi-thread check fail, thread id: " << multiThreadCheckValue_;
in Push()
53
LOG_ECMA(FATAL) << "
SnapshotEnv
remove multi-thread check fail, thread id: " << multiThreadCheckValue_;
in Remove()
72
NO_MOVE_SEMANTIC(
SnapshotEnv
);
73
NO_COPY_SEMANTIC(
SnapshotEnv
);
H
A
D
snapshot_env.cpp
22
void
SnapshotEnv
::AddGlobalConstToMap()
in AddGlobalConstToMap()
33
JSTaggedType
SnapshotEnv
::RelocateRootObjectAddr(uint32_t index)
in RelocateRootObjectAddr()
45
void
SnapshotEnv
::Iterate(const RootVisitor &v, VMRootVisitType type)
in Iterate()
48
LOG_ECMA(FATAL) << "
SnapshotEnv
push multi-thread check fail, thread id: " << multiThreadCheckValue_;
in Iterate()
H
A
D
snapshot_processor.cpp
1839
if (index !=
SnapshotEnv
::MAX_UINT_32) {
in EncodeTaggedObject()
/arkcompiler/ets_runtime/ecmascript/
H
A
D
global_env.h
102
SnapshotEnv
*snapshotEnv = thread->GetEcmaVM()->GetSnapshotEnv();
in AddValueToSnapshotEnv()
112
bool RemoveValueFromSnapshotEnv(
SnapshotEnv
*snapshotEnv, JSTaggedValue value, uint32_t offset)
in RemoveValueFromSnapshotEnv()
183
SnapshotEnv
*snapshotEnv = thread->GetEcmaVM()->GetSnapshotEnv(); \
195
SnapshotEnv
*snapshotEnv = thread->GetEcmaVM()->GetSnapshotEnv(); \
H
A
D
ecma_vm.h
60
class
SnapshotEnv
;
275
SnapshotEnv
*GetSnapshotEnv() const
in GetSnapshotEnv()
852
SnapshotEnv
*snapshotEnv_ {nullptr};
H
A
D
ecma_vm.cpp
285
snapshotEnv_ = new
SnapshotEnv
(this);
in Initialize()
/arkcompiler/ets_runtime/ecmascript/serializer/
H
A
D
serialize_data.h
363
ASSERT(spaceSize <=
SnapshotEnv
::MAX_UINT_32);
H
A
D
base_serializer.cpp
88
if (index !=
SnapshotEnv
::MAX_UINT_32) {
in SerializeRootObject()
Completed in 9 milliseconds