Home
last modified time | relevance | path

Searched defs:hasRecord (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
H A Dnapi_module_loader.cpp71 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entryPoint, &recordInfo); in LoadModuleNameSpaceWithPath() local
H A 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
H A Dmodule_data_extractor.cpp165 [[maybe_unused]] bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entryPoint, &recordInfo); in JsonParse() local
H A Djs_module_manager.cpp559 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(recordName, &recordInfo); in ResolveModuleWithMerge() local
/arkcompiler/ets_runtime/ecmascript/require/
H A Djs_cjs_module.cpp131 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(requestEntryPoint, &recordInfo); in Load() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A 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
466 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entryPoint, &recordInfo); ExecuteSecureWithOhmUrl() local
562 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entryPoint, &recordInfo); ExecuteAbcFileWithSingletonPatternFlag() local
609 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entryPoint, &recordInfo); IsExecuteModuleInAbcFile() local
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_promise_job.cpp200 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entryPoint, &recordInfo); in DynamicImportJob() local
/arkcompiler/ets_runtime/ecmascript/
H A Decma_context.cpp308 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entry, &recordInfo); in CommonInvokeEcmaEntrypoint() local
H A Djs_function.cpp1135 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(recordName, &recordInfo); in InitializeForConcurrentFunction() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp2004 bool hasRecord = pf->CheckAndGetRecordInfo(recordName, &recordInfo); in GetRecordProfileType() local

Completed in 14 milliseconds