Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Djit_compilation_env.cpp214 auto accessorFunction = prototypeHandler->GetAccessorJSFunction(); in GetJsFunctionByMethodOffset() local
215 if (!accessorFunction.IsJSFunction()) { in GetJsFunctionByMethodOffset()
218 currFunc = JSFunction::Cast(accessorFunction.GetTaggedObject()); in GetJsFunctionByMethodOffset()
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_profiler.cpp521 auto accessorFunction = JSFunction::Cast(accessor); in HandleLoadTypePrototypeHandler() local
522 auto methodId = Method::Cast(accessorFunction->GetMethod())->GetMethodId().GetOffset(); in HandleLoadTypePrototypeHandler()
597 auto accessorFunction = JSFunction::Cast(accessor); in HandleOtherTypesPrototypeHandler() local
598 auto methodId = Method::Cast(accessorFunction->GetMethod())->GetMethodId().GetOffset(); in HandleOtherTypesPrototypeHandler()

Completed in 4 milliseconds