Home
last modified time | relevance | path

Searched refs:GetMethodAbcId (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcompilation_env.h117 virtual pgo::ApEntityId GetMethodAbcId() const in GetMethodAbcId() function in panda::ecmascript::CompilationEnv
H A Djit_compilation_env.h84 pgo::ApEntityId GetMethodAbcId() const override
H A Djit_compilation_env.cpp32 abcId_ = PGOProfiler::GetMethodAbcId(*jsFunction); in JitCompilationEnv()
H A Dpass_manager.cpp57 ApEntityId abcId = compilationEnv_->GetMethodAbcId(); in Compile()
H A Dts_inline_lowering.cpp751 auto calleeAbcId = PGOProfiler::GetMethodAbcId(calleeFunc); in CalleePFIProcess()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp62 auto abcId = GetMethodAbcId(ctorFunc); in ProfileDefineClass()
103 auto abcId = GetMethodAbcId(ctorFunc); in ProfileClassRootHClass()
615 auto abcId = GetMethodAbcId(func); in HandlePGOPreDump()
661 auto abcId = GetMethodAbcId(func); in HandlePGODumpByDumpThread()
1345 ApEntityId ctorAbcId = GetMethodAbcId(ctorFunction); in DumpDefineClass()
1449 calleeAbcId = GetMethodAbcId(callee->GetMethod()); in DumpCall()
1941 ApEntityId PGOProfiler::GetMethodAbcId(JSTaggedValue jsMethod) in GetMethodAbcId() function in panda::ecmascript::pgo::PGOProfiler
1956 ApEntityId PGOProfiler::GetMethodAbcId(JSFunction *jsFunction) in GetMethodAbcId() function in panda::ecmascript::pgo::PGOProfiler
1961 return GetMethodAbcId(jsMethod); in GetMethodAbcId()
1983 return GetRecordProfileType(pf, GetMethodAbcId(jsFunctio in GetRecordProfileType()
[all...]
H A Dpgo_profiler.h337 static ApEntityId PUBLIC_API GetMethodAbcId(JSFunction *jsFunction);
338 static ApEntityId PUBLIC_API GetMethodAbcId(JSTaggedValue jsMethod);
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_profiler.cpp346 calleeAbcId = PGOProfiler::GetMethodAbcId(callee); in ConvertCall()

Completed in 10 milliseconds