Home
last modified time | relevance | path

Searched defs:methodLiterals (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp65 std::vector<MethodLiteral *> &methodLiterals) in CreateJSPandaFile()
119 std::vector<MethodLiteral *> methodLiterals {}; in HWTEST_F_L0() local
167 std::vector<MethodLiteral *> methodLiterals {}; in HWTEST_F_L0() local
233 std::vector<MethodLiteral *> methodLiterals {}; in HWTEST_F_L0() local
295 std::vector<MethodLiteral *> methodLiterals {}; in HWTEST_F_L0() local
391 std::vector<MethodLiteral *> methodLiterals {}; in HWTEST_F_L0() local
461 std::vector<MethodLiteral *> methodLiterals {}; in HWTEST_F_L0() local
504 std::vector<MethodLiteral *> methodLiterals {}; in HWTEST_F_L0() local
628 std::vector<MethodLiteral *> methodLiterals {}; in HWTEST_F_L0() local
679 auto methodLiterals = jsPandaFile->GetMethodLiteralMap(); in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp333 CMap<CString, CMap<CString, MethodLiteral*>> methodLiterals; in GeneratePatchInfo() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp43 MethodLiteral *methodLiterals = jsPandaFile->GetMethodLiterals(); in TranslateClasses() local