Home
last modified time | relevance | path

Searched defs:hasRecord (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_executor.cpp79 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entry, &recordInfo); in ExecuteFromFile() local
167 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entry, &recordInfo); in ExecuteFromBuffer() local
224 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entry, &recordInfo); in ExecuteModuleBuffer() local
345 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entry, &recordInfo); in ExecuteFromBufferSecure() local
427 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entry, &recordInfo); in ExecuteModuleBufferSecure() local
526 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entryPoint, &recordInfo); in ExecuteAbcFileWithSingletonPatternFlag() local
573 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entryPoint, &recordInfo); in IsExecuteModuleInAbcFile() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_shared_module_manager.cpp122 [[maybe_unused]] bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(fileName, &recordInfo); in ResolveImportedModule() local
140 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(recordName, &recordInfo); in ResolveImportedModuleWithMerge() local
257 [[maybe_unused]] bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(recordName, &recordInfo); in GenerateFuncModule() local
Dnapi_module_loader.cpp75 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entryPoint, &recordInfo); in LoadModuleNameSpaceWithPath() local
Dmodule_data_extractor.cpp165 [[maybe_unused]] bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entryPoint, &recordInfo); in JsonParse() local
Djs_module_manager.cpp559 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(recordName, &recordInfo); in ResolveModuleWithMerge() local
Djs_module_source_text.cpp2185 [[maybe_unused]] bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(fileName, &recordInfo); in GetResolvedModule() local
2229 [[maybe_unused]] bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entryPoint, &recordInfo); in GetResolvedModuleWithMerge() local
/arkcompiler/ets_runtime/ecmascript/require/
Djs_cjs_module.cpp131 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(requestEntryPoint, &recordInfo); in Load() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_job.cpp200 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entryPoint, &recordInfo); in DynamicImportJob() local
/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp308 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entry, &recordInfo); in CommonInvokeEcmaEntrypoint() local
Djs_function.cpp1135 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(recordName, &recordInfo); in InitializeForConcurrentFunction() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp1995 bool hasRecord = pf->CheckAndGetRecordInfo(recordName, &recordInfo); in GetRecordProfileType() local