Searched defs:hasRecord (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | js_pandafile_executor.cpp | 85 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entry, recordInfo); in ExecuteFromAbcFile() local 135 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entry, recordInfo); in ExecuteFromBuffer() local 187 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entry, recordInfo); in ExecuteModuleBuffer() local 274 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entry, recordInfo); in ExecuteFromBufferSecure() local 349 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entry, recordInfo); in ExecuteModuleBufferSecure() local
|
| D | literal_data_extractor.cpp | 295 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entry, recordInfo); in DefineMethodInLiteral() local
|
| /arkcompiler/ets_runtime/ecmascript/require/ |
| D | js_cjs_module.cpp | 136 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(requestEntryPoint, recordInfo); in Load() local
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | module_data_extractor.cpp | 162 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entryPoint, recordInfo); in JsonParse() local
|
| D | js_module_manager.cpp | 580 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(recordName, recordInfo); in ResolveModuleWithMerge() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_promise_job.cpp | 201 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entryPoint, recordInfo); in DynamicImportJob() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_context.cpp | 283 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entry, recordInfo); in CommonInvokeEcmaEntrypoint() local
|
| D | js_function.cpp | 941 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(recordName, recordInfo); in InitializeForConcurrentFunction() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler.cpp | 1578 bool hasRecord = pf->CheckAndGetRecordInfo(recordName, recordInfo); in GetRecordProfileType() local
|