Home
last modified time | relevance | path

Searched refs:GetJSRecordInfo (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
Dhot_reload_manager.cpp72 const auto &recordInfos = jsPandaFile->GetJSRecordInfo(); in ExtractPatch()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass_manager.cpp179 const auto &recordInfo = jsPandaFile->GetJSRecordInfo(); in ResolveModule()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.h306 const CUnorderedMap<CString, JSRecordInfo> &GetJSRecordInfo() const in GetJSRecordInfo() function
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp76 const auto &recordInfos = patchFile->GetJSRecordInfo(); in ExecutePatchMain()
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp410 const CUnorderedMap<CString, JSPandaFile::JSRecordInfo> &recordInfo = pf->GetJSRecordInfo(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp1653 const auto &records = jsPandaFile->GetJSRecordInfo(); in PrintTypeInfo()