Home
last modified time | relevance | path

Searched refs:RelocateRootObjectAddr (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_env.h67 JSTaggedType RelocateRootObjectAddr(uint32_t index);
Dsnapshot_env.cpp34 JSTaggedType SnapshotEnv::RelocateRootObjectAddr(uint32_t index) in RelocateRootObjectAddr() function in panda::ecmascript::SnapshotEnv
Dsnapshot_processor.cpp1626 auto object = vm_->GetSnapshotEnv()->RelocateRootObjectAddr(index); in DeserializeTaggedField()
/arkcompiler/ets_runtime/ecmascript/serializer/
Dbase_deserializer.cpp287 … uintptr_t valueAddr = thread_->GetEcmaVM()->GetSnapshotEnv()->RelocateRootObjectAddr(index); in ReadSingleEncodeData()