Home
last modified time | relevance | path

Searched defs:calleeMethod (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
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/jit/
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/compiler/
Dts_inline_lowering.cpp741 auto calleeMethod = Method::Cast(calleeFunc->GetMethod()); in CalleePFIProcess() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp1438 Method *calleeMethod = Method::Cast(callee->GetMethod()); in DumpCall() local
1477 Method *calleeMethod = Method::Cast(callee->GetMethod()); in DumpNewObjRange() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h297 … IsMethodExternal([[maybe_unused]] MethodPtr method, [[maybe_unused]] MethodPtr calleeMethod) const in IsMethodExternal()