Searched refs:GetDatasIgnoreType (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | scope_info_extractor.cpp | 37 … elementsLiteral = LiteralDataExtractor::GetDatasIgnoreType(thread, jsPandaFile, id, constpool); in GenerateScopeInfo() 39 …elementsLiteral = LiteralDataExtractor::GetDatasIgnoreType(thread, jsPandaFile, scopeId, constpool… in GenerateScopeInfo()
|
| D | literal_data_extractor.h | 45 …static JSHandle<TaggedArray> GetDatasIgnoreType(JSThread *thread, const JSPandaFile *jsPandaFile, … 47 …static PUBLIC_API JSHandle<TaggedArray> GetDatasIgnoreType(JSThread *thread, const JSPandaFile *js…
|
| D | literal_data_extractor.cpp | 143 JSHandle<TaggedArray> LiteralDataExtractor::GetDatasIgnoreType(JSThread *thread, const JSPandaFile … in GetDatasIgnoreType() function in panda::ecmascript::LiteralDataExtractor 531 return GetDatasIgnoreType( in GetDatasIgnoreTypeForClass() 535 JSHandle<TaggedArray> LiteralDataExtractor::GetDatasIgnoreType(JSThread *thread, const JSPandaFile … in GetDatasIgnoreType() function in panda::ecmascript::LiteralDataExtractor
|
| D | program_object.cpp | 70 JSHandle<TaggedArray> literalArray = LiteralDataExtractor::GetDatasIgnoreType( in GetFieldLiteral()
|
| D | program_object.h | 613 literal.Update(LiteralDataExtractor::GetDatasIgnoreType(thread, jsPandaFile, id, in GetLiteralFromCache()
|
| D | panda_file_translator.cpp | 246 JSHandle<TaggedArray> literal = LiteralDataExtractor::GetDatasIgnoreType( in ParseConstPool() 318 JSHandle<TaggedArray> literal = LiteralDataExtractor::GetDatasIgnoreType( in ParseFuncAndLiteralConstPool()
|
| /arkcompiler/ets_runtime/ |
| D | libark_jsruntime.map | 244 panda::ecmascript::LiteralDataExtractor::GetDatasIgnoreType*;
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
| D | snapshot_constantpool_data.cpp | 375 JSHandle<TaggedArray> literal = LiteralDataExtractor::GetDatasIgnoreType( in StoreDataToGlobalData()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 3053 LiteralDataExtractor::GetDatasIgnoreType(thread, jsPandaFile, id, constpool); in RuntimeOptGenerateScopeInfo()
|