Searched refs:AddObjectInfoWithMega (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jit/ |
H A D | jit_profiler.h | 133 void AddObjectInfoWithMega(int32_t bcOffset);
|
H A D | jit_profiler.cpp | 443 AddObjectInfoWithMega(bcOffset); in ConvertICByName() 653 AddObjectInfoWithMega(bcOffset); in ConvertICByValue() 821 AddObjectInfoWithMega(bcOffset); in ConvertInstanceof() 876 void JITProfiler::AddObjectInfoWithMega(int32_t bcOffset) in AddObjectInfoWithMega() function in panda::ecmascript::JITProfiler
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
H A D | pgo_profiler.cpp | 974 AddObjectInfoWithMega(abcId, recordName, methodId, bcOffset); in DumpICByName() 997 AddObjectInfoWithMega(abcId, recordName, methodId, bcOffset); in DumpICByValue() 1039 AddObjectInfoWithMega(abcId, recordName, methodId, bcOffset); in DumpICByNameWithPoly() 1509 AddObjectInfoWithMega(abcId, recordName, methodId, bcOffset); in DumpInstanceof() 1681 void PGOProfiler::AddObjectInfoWithMega( in AddObjectInfoWithMega() function in panda::ecmascript::pgo::PGOProfiler
|
H A D | pgo_profiler.h | 213 void AddObjectInfoWithMega(ApEntityId abcId, const CString &recordName, EntityId methodId, int32_t bcOffset);
|
Completed in 9 milliseconds