Searched refs:CheckAndGetRecordInfo (Results 1 - 12 of 12) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
H A D | js_pandafile_executor.cpp | 79 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 D | js_pandafile.h | 315 bool CheckAndGetRecordInfo(const CString &recordName, JSRecordInfo **recordInfo) const;
|
H A D | js_pandafile.cpp | 245 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 D | js_shared_module_manager.cpp | 122 [[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 D | napi_module_loader.cpp | 71 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entryPoint, &recordInfo); in LoadModuleNameSpaceWithPath()
|
H A D | module_data_extractor.cpp | 165 [[maybe_unused]] bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entryPoint, &recordInfo); in JsonParse()
|
H A D | js_module_manager.cpp | 559 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(recordName, &recordInfo); in ResolveModuleWithMerge()
|
/arkcompiler/ets_runtime/ecmascript/require/ |
H A D | js_cjs_module.cpp | 131 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(requestEntryPoint, &recordInfo); in Load()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_promise_job.cpp | 200 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entryPoint, &recordInfo); in DynamicImportJob()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | ecma_context.cpp | 308 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entry, &recordInfo); in CommonInvokeEcmaEntrypoint()
|
H A D | js_function.cpp | 1135 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(recordName, &recordInfo); in InitializeForConcurrentFunction()
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
H A D | pgo_profiler.cpp | 2004 bool hasRecord = pf->CheckAndGetRecordInfo(recordName, &recordInfo); in GetRecordProfileType()
|
Completed in 18 milliseconds