Home
last modified time | relevance | path

Searched refs:CheckAndGetRecordInfo (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Djs_pandafile_executor.cpp79 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entry, &recordInfo); in ExecuteFromFile()
167 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entry, &recordInfo); in ExecuteFromBuffer()
224 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entry, &recordInfo); in ExecuteModuleBuffer()
345 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entry, &recordInfo); in ExecuteFromBufferSecure()
427 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entry, &recordInfo); in ExecuteModuleBufferSecure()
466 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entryPoint, &recordInfo); in ExecuteSecureWithOhmUrl()
562 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entryPoint, &recordInfo); in ExecuteAbcFileWithSingletonPatternFlag()
609 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entryPoint, &recordInfo); in IsExecuteModuleInAbcFile()
H A Djs_pandafile.h315 bool CheckAndGetRecordInfo(const CString &recordName, JSRecordInfo **recordInfo) const;
H A Djs_pandafile.cpp245 bool JSPandaFile::CheckAndGetRecordInfo(const CString &recordName, [[maybe_unused]] JSRecordInfo **recordInfo) const in CheckAndGetRecordInfo() function in panda::ecmascript::JSPandaFile
/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_shared_module_manager.cpp122 [[maybe_unused]] bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(fileName, &recordInfo); in ResolveImportedModule()
140 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(recordName, &recordInfo); in ResolveImportedModuleWithMerge()
257 [[maybe_unused]] bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(recordName, &recordInfo); in GenerateFuncModule()
H A Dnapi_module_loader.cpp71 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entryPoint, &recordInfo); in LoadModuleNameSpaceWithPath()
H A Dmodule_data_extractor.cpp165 [[maybe_unused]] bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entryPoint, &recordInfo); in JsonParse()
H A Djs_module_manager.cpp559 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(recordName, &recordInfo); in ResolveModuleWithMerge()
/arkcompiler/ets_runtime/ecmascript/require/
H A Djs_cjs_module.cpp131 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(requestEntryPoint, &recordInfo); in Load()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_promise_job.cpp200 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entryPoint, &recordInfo); in DynamicImportJob()
/arkcompiler/ets_runtime/ecmascript/
H A Decma_context.cpp308 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entry, &recordInfo); in CommonInvokeEcmaEntrypoint()
H A Djs_function.cpp1135 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(recordName, &recordInfo); in InitializeForConcurrentFunction()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp2004 bool hasRecord = pf->CheckAndGetRecordInfo(recordName, &recordInfo); in GetRecordProfileType()

Completed in 18 milliseconds