Home
last modified time | relevance | path

Searched defs:calleeMethod (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
H A Dinvoke_cache.cpp126 Method *calleeMethod = JSFunction::Cast(callee.GetTaggedObject())->GetCallTarget(); in SetMonoInlineCallCacheSlot() local
149 Method *calleeMethod = JSFunction::Cast(calleeElement.GetTaggedObject())->GetCallTarget(); in SetPolyInlineCallCacheSlot() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dts_inline_lowering.cpp741 auto calleeMethod = Method::Cast(calleeFunc->GetMethod()); in CalleePFIProcess() local
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_profiler.cpp344 Method *calleeMethod = Method::Cast(callee->GetMethod()); in ConvertCall() local
370 Method *calleeMethod = Method::Cast(callee->GetMethod()); in ConvertNewObjRange() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp1447 Method *calleeMethod = Method::Cast(callee->GetMethod()); in DumpCall() local
1486 Method *calleeMethod = Method::Cast(callee->GetMethod()); in DumpNewObjRange() local

Completed in 8 milliseconds