Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Djit_compilation_env.cpp202 ProfileTypeInfo *currFuncPTI = *profileTypeInfo_; in GetJsFunctionByMethodOffset() local
209 auto slotValue = currFuncPTI->Get(slotId); in GetJsFunctionByMethodOffset()
211 currFunc = JSFunction::Cast(currFuncPTI->Get(slotId).GetTaggedObject()); in GetJsFunctionByMethodOffset()
226 currFuncPTI = ProfileTypeInfo::Cast(profileTypeInfoVal.GetTaggedObject()); in GetJsFunctionByMethodOffset()

Completed in 2 milliseconds