Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/snapshot/mem/
Dsnapshot_serialize.cpp1182 auto befourMethod = JSFunctionBase::METHOD_OFFSET - OBJECT_HEADER_SIZE; in JSFunctionBaseDeserialize() local
1183 ASSERT(befourMethod % TAGGED_SIZE == 0); in JSFunctionBaseDeserialize()
1184 int befourMethodFields = static_cast<int>(befourMethod / TAGGED_SIZE); in JSFunctionBaseDeserialize()
1209 auto befourMethod = JSProxy::METHOD_OFFSET - OBJECT_HEADER_SIZE; in JSProxyDeserialize() local
1210 ASSERT(befourMethod % TAGGED_SIZE == 0); in JSProxyDeserialize()
1211 int befourMethodFields = static_cast<int>(befourMethod / TAGGED_SIZE); in JSProxyDeserialize()