Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_profiler.cpp333 ApEntityId calleeAbcId = 0; in ConvertCall() local
339 calleeAbcId = abcId_; in ConvertCall()
346 calleeAbcId = PGOProfiler::GetMethodAbcId(callee); in ConvertCall()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp1435 ApEntityId calleeAbcId = 0; in DumpCall() local
1438 calleeAbcId = abcId; in DumpCall()
1449 calleeAbcId = GetMethodAbcId(callee->GetMethod()); in DumpCall()
1454 PGOSampleType type = PGOSampleType::CreateProfileType(calleeAbcId, std::abs(calleeMethodId), kind); in DumpCall()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dts_inline_lowering.cpp751 auto calleeAbcId = PGOProfiler::GetMethodAbcId(calleeFunc); in CalleePFIProcess() local
755 calleeAbcId, calleeMethod->GetBytecodeArray(), calleeCodeSize, calleeFile->GetPandaFile()->GetHeader(), true); in CalleePFIProcess()

Completed in 8 milliseconds