Searched refs:GetMethodOffsets (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | literal_data_extractor.h | 61 static void PUBLIC_API GetMethodOffsets(const JSPandaFile *jsPandaFile, size_t index, 64 static void PUBLIC_API GetMethodOffsets(const JSPandaFile *jsPandaFile, EntityId id,
|
D | literal_data_extractor.cpp | 314 void LiteralDataExtractor::GetMethodOffsets(const JSPandaFile *jsPandaFile, size_t index, in GetMethodOffsets() function in panda::ecmascript::LiteralDataExtractor 334 void LiteralDataExtractor::GetMethodOffsets(const JSPandaFile *jsPandaFile, EntityId id, in GetMethodOffsets() function in panda::ecmascript::LiteralDataExtractor
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | bytecode_info_collector.cpp | 436 LiteralDataExtractor::GetMethodOffsets(jsPandaFile_, index, methodOffsets); in CollectInnerMethodsFromLiteral() 462 LiteralDataExtractor::GetMethodOffsets(jsPandaFile_, literalId, methodOffsets); in CollectInnerMethodsFromNewLiteral()
|