Searched refs:CheckAndGetRecordInfo (Results 1 – 10 of 10) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | js_pandafile_executor.cpp | 82 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entry, recordInfo); in ExecuteFromFile() 129 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entry, recordInfo); in ExecuteFromBuffer() 180 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entry, recordInfo); in ExecuteModuleBuffer() 263 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entry, recordInfo); in ExecuteFromBufferSecure() 337 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entry, recordInfo); in ExecuteModuleBufferSecure()
|
D | js_pandafile.h | 245 bool CheckAndGetRecordInfo(const CString &recordName, JSRecordInfo &recordInfo) const;
|
D | js_pandafile.cpp | 222 bool JSPandaFile::CheckAndGetRecordInfo(const CString &recordName, JSRecordInfo &recordInfo) const in CheckAndGetRecordInfo() function in panda::ecmascript::JSPandaFile
|
D | literal_data_extractor.cpp | 237 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entry, recordInfo); in DefineMethodInLiteral()
|
/arkcompiler/ets_runtime/ecmascript/module/ |
D | module_data_extractor.cpp | 159 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entryPoint, recordInfo); in JsonParse()
|
D | js_module_manager.cpp | 519 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(recordName, recordInfo); in ResolveModuleWithMerge()
|
/arkcompiler/ets_runtime/ecmascript/require/ |
D | js_cjs_module.cpp | 136 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(requestEntryPoint, recordInfo); in Load()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_promise_job.cpp | 205 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entryPoint, recordInfo); in DynamicImportJob()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | ecma_context.cpp | 259 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(entry, recordInfo); in InvokeEcmaEntrypoint()
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | jsnapi.cpp | 3608 bool hasRecord = jsPandaFile->CheckAndGetRecordInfo(recordName, recordInfo); in InitForConcurrentFunction()
|