Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Djit_compilation_env.cpp201 JSFunction *currFunc = *jsFunction_; in GetJsFunctionByMethodOffset() local
206 if (Method::Cast(currFunc->GetMethod())->GetMethodId().GetOffset() != callerOffset) { in GetJsFunctionByMethodOffset()
211 currFunc = JSFunction::Cast(currFuncPTI->Get(slotId).GetTaggedObject()); in GetJsFunctionByMethodOffset()
218 currFunc = JSFunction::Cast(accessorFunction.GetTaggedObject()); in GetJsFunctionByMethodOffset()
222 auto profileTypeInfoVal = currFunc->GetProfileTypeInfo(); in GetJsFunctionByMethodOffset()
228 if (Method::Cast(currFunc->GetMethod())->GetMethodId().GetOffset() != methodOffset) { in GetJsFunctionByMethodOffset()
231 return currFunc; in GetJsFunctionByMethodOffset()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/
H A Dphase_impl.h49 currFunc = &func; in SetCurrentFunction()
60 MIRFunction *currFunc = nullptr; member in maple::FuncOptimizeImpl
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/
H A Dphase_impl.cpp36 currFunc = nullptr; in ~FuncOptimizeImpl()

Completed in 1 milliseconds