Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp1471 JSTaggedValue methodOffsetVal = aotLiteralInfo->GetObjectFromCache(i); in ResolveSnapshotConstantPool() local
1472 if (methodOffsetVal.GetInt() == -1) { in ResolveSnapshotConstantPool()
1475 uint32_t methodOffset = static_cast<uint32_t>(methodOffsetVal.GetInt()); in ResolveSnapshotConstantPool()