Home
last modified time | relevance | path

Searched refs:ResetMethodConstantPool (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/serializer/
Dbase_deserializer.h136 void ResetMethodConstantPool(uintptr_t objAddr, ConstantPool *constpool);
Dbase_deserializer.cpp209 ResetMethodConstantPool(addr, constpool); in HandleNewObjectEncodeFlag()
289 void BaseDeserializer::ResetMethodConstantPool(uintptr_t objAddr, ConstantPool *constpool) in ResetMethodConstantPool() function in panda::ecmascript::BaseDeserializer