Searched defs:hasRecord (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | js_pandafile_executor.cpp | 79 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/ |
| D | js_shared_module_manager.cpp | 122 [[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
|
| D | napi_module_loader.cpp | 75 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entryPoint, &recordInfo); in LoadModuleNameSpaceWithPath() local
|
| D | module_data_extractor.cpp | 165 [[maybe_unused]] bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entryPoint, &recordInfo); in JsonParse() local
|
| D | js_module_manager.cpp | 559 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(recordName, &recordInfo); in ResolveModuleWithMerge() local
|
| D | js_module_source_text.cpp | 2185 [[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/ |
| D | js_cjs_module.cpp | 131 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(requestEntryPoint, &recordInfo); in Load() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_promise_job.cpp | 200 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entryPoint, &recordInfo); in DynamicImportJob() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_context.cpp | 308 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entry, &recordInfo); in CommonInvokeEcmaEntrypoint() local
|
| D | js_function.cpp | 1135 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(recordName, &recordInfo); in InitializeForConcurrentFunction() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler.cpp | 1995 bool hasRecord = pf->CheckAndGetRecordInfo(recordName, &recordInfo); in GetRecordProfileType() local
|