Home
last modified time | relevance | path

Searched defs:calleeMethodOffset (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp62 …PGOSampleType calleeMethodOffset = PGOSampleType::CreateClassType(calleeMethod->GetMethodId().GetO… in ProfileCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_inline_lowering.cpp579 bool TSInlineLowering::IsRecursiveFunc(CallGateInfo &info, size_t calleeMethodOffset) in IsRecursiveFunc()