Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
H A Dsnapshot_global_data.cpp63 JSTaggedValue methodOffsetVal = aotLiteralInfo->GetObjectFromCache(i); in Resolve() local
64 if (methodOffsetVal.GetInt() == static_cast<int>(AOTLiteralInfo::NO_FUNC_ENTRY_VALUE)) { in Resolve()
67 uint32_t methodOffset = static_cast<uint32_t>(methodOffsetVal.GetInt()); in Resolve()

Completed in 2 milliseconds