Home
last modified time | relevance | path

Searched refs:GetDatasIgnoreType (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dscope_info_extractor.cpp37 … elementsLiteral = LiteralDataExtractor::GetDatasIgnoreType(thread, jsPandaFile, id, constpool); in GenerateScopeInfo()
39 …elementsLiteral = LiteralDataExtractor::GetDatasIgnoreType(thread, jsPandaFile, scopeId, constpool… in GenerateScopeInfo()
Dliteral_data_extractor.h44 …static JSHandle<TaggedArray> GetDatasIgnoreType(JSThread *thread, const JSPandaFile *jsPandaFile, …
46 …static JSHandle<TaggedArray> GetDatasIgnoreType(JSThread *thread, const JSPandaFile *jsPandaFile, …
Dprogram_object.h237 JSHandle<TaggedArray> literalArray = LiteralDataExtractor::GetDatasIgnoreType( in GetClassLiteralFromCache()
299 … JSHandle<TaggedArray> literal = LiteralDataExtractor::GetDatasIgnoreType(thread, jsPandaFile, id, in GetLiteralFromCache()
Dliteral_data_extractor.cpp131 JSHandle<TaggedArray> LiteralDataExtractor::GetDatasIgnoreType(JSThread *thread, const JSPandaFile … in GetDatasIgnoreType() function in panda::ecmascript::LiteralDataExtractor
381 JSHandle<TaggedArray> LiteralDataExtractor::GetDatasIgnoreType(JSThread *thread, const JSPandaFile … in GetDatasIgnoreType() function in panda::ecmascript::LiteralDataExtractor
Dpanda_file_translator.cpp192 JSHandle<TaggedArray> literal = LiteralDataExtractor::GetDatasIgnoreType( in ParseConstPool()
262 JSHandle<TaggedArray> literal = LiteralDataExtractor::GetDatasIgnoreType( in ParseFuncAndLiteralConstPool()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp1369 JSHandle<TaggedArray> literal = LiteralDataExtractor::GetDatasIgnoreType( in FillSnapshotConstantPoolList()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2543 LiteralDataExtractor::GetDatasIgnoreType(thread, jsPandaFile, id, constpool); in RuntimeOptGenerateScopeInfo()