Home
last modified time | relevance | path

Searched refs:SetMethodLiteralToMap (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_executor_test.cpp85 pf->SetMethodLiteralToMap(method); in HWTEST_F_L0()
121 pf->SetMethodLiteralToMap(method); in HWTEST_F_L0()
159 pf->SetMethodLiteralToMap(method); in HWTEST_F_L0()
Dpanda_file_translator_test.cpp85 pf->SetMethodLiteralToMap(method1); in HWTEST_F_L0()
86 pf->SetMethodLiteralToMap(method2); in HWTEST_F_L0()
Djs_pandafile_test.cpp145 pf->SetMethodLiteralToMap(method1); in HWTEST_F_L0()
146 pf->SetMethodLiteralToMap(method2); in HWTEST_F_L0()
147 pf->SetMethodLiteralToMap(method3); in HWTEST_F_L0()
Djs_pandafile_manager_test.cpp266 pf->SetMethodLiteralToMap(method); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.h110 void SetMethodLiteralToMap(MethodLiteral *methodLiteral) in SetMethodLiteralToMap() function
Dpanda_file_translator.cpp98 jsPandaFile->SetMethodLiteralToMap(methodLiteral); in TranslateClasses()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp130 jsPandaFile_->SetMethodLiteralToMap(methodLiteral); in ProcessClasses()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp84 pf->SetMethodLiteralToMap(methodLiteral); in CreateJSPandaFile()