Searched refs:CalleePair (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
H A D | mir_module.h | 66 class CalleePair { class 68 CalleePair(PUIdx id, int32_t index) : id(id), index(index) {} in CalleePair() function in maple::CalleePair 69 bool operator<(const CalleePair &func) const in operator <() 446 std::map<CalleePair, std::map<int64_t, std::vector<CallerSummary>>> &GetCalleeParamAboutInt() in GetCalleeParamAboutInt() 451 std::map<CalleePair, std::map<float, std::vector<CallerSummary>>> &GetCalleeParamAboutFloat() in GetCalleeParamAboutFloat() 456 std::map<CalleePair, std::map<double, std::vector<CallerSummary>>> &GetCalleeParamAboutDouble() in GetCalleeParamAboutDouble() 899 std::map<CalleePair, std::map<int64_t, std::vector<CallerSummary>>> calleeParamAboutInt; 900 std::map<CalleePair, std::map<double, std::vector<CallerSummary>>> calleeParamAboutDouble; 901 std::map<CalleePair, std::map<float, std::vector<CallerSummary>>> calleeParamAboutFloat;
|
Completed in 3 milliseconds