Searched refs:methodIdInAp (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/ |
H A D | pgo_profiler_test.cpp | 161 std::unordered_map<std::string, std::unordered_map<std::string, std::vector<PGOMethodId>>> &methodIdInAp) in ParseRelatedPandaFileMethods() 184 methodIdInAp[abcNormalizedDesc.c_str()][recordName].emplace_back(method.first); in ParseRelatedPandaFileMethods() 190 std::unordered_map<std::string, std::unordered_map<std::string, std::vector<PGOMethodId>>> &methodIdInAp) in CheckApMethods() 192 for (auto abcIter = methodIdInAp.begin(); abcIter != methodIdInAp.end();) { in CheckApMethods() 201 abcIter = methodIdInAp.erase(abcIter); in CheckApMethods() 206 ASSERT_TRUE(methodIdInAp.empty()); in CheckApMethods() 1198 std::unordered_map<std::string, std::unordered_map<std::string, std::vector<PGOMethodId>>> methodIdInAp; in HWTEST_F_L0() local 1199 ParseRelatedPandaFileMethods(loader, methodIdInAp); in HWTEST_F_L0() 1200 ASSERT_EQ(methodIdInAp in HWTEST_F_L0() 159 ParseRelatedPandaFileMethods( PGOProfilerDecoder &loader, std::unordered_map<std::string, std::unordered_map<std::string, std::vector<PGOMethodId>>> &methodIdInAp) ParseRelatedPandaFileMethods() argument 189 CheckApMethods( std::unordered_map<std::string, std::unordered_map<std::string, std::vector<PGOMethodId>>> &methodIdInAp) CheckApMethods() argument 1226 std::unordered_map<std::string, std::unordered_map<std::string, std::vector<PGOMethodId>>> methodIdInAp; HWTEST_F_L0() local [all...] |
Completed in 3 milliseconds