Home
last modified time | relevance | path

Searched refs:GetMethodLiteralMap (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp679 auto methodLiterals = jsPandaFile->GetMethodLiteralMap(); in HWTEST_F_L0()
711 auto methodLiterals = jsPandaFile->GetMethodLiteralMap(); in HWTEST_F_L0()
750 auto methodLiterals = jsPandaFile->GetMethodLiteralMap(); in HWTEST_F_L0()
816 auto methodLiterals = jsPandaFile->GetMethodLiteralMap(); in HWTEST_F_L0()
852 auto methodLiterals = jsPandaFile->GetMethodLiteralMap(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/patch/
Dquick_fix_manager.cpp219 CUnorderedMap<uint32_t, MethodLiteral *> patchMethodLiterals = patchFile->GetMethodLiteralMap(); in IsQuickFixCausedException()
Dpatch_loader.cpp332 const auto &map = patchFile->GetMethodLiteralMap(); in GeneratePatchInfo()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.h116 const CUnorderedMap<uint32_t, MethodLiteral *> &GetMethodLiteralMap() const in GetMethodLiteralMap() function