Home
last modified time | relevance | path

Searched refs:GetMethodOffsets (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dliteral_data_extractor.h61 static void PUBLIC_API GetMethodOffsets(const JSPandaFile *jsPandaFile, size_t index,
64 static void PUBLIC_API GetMethodOffsets(const JSPandaFile *jsPandaFile, EntityId id,
Dliteral_data_extractor.cpp314 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/
Dbytecode_info_collector.cpp436 LiteralDataExtractor::GetMethodOffsets(jsPandaFile_, index, methodOffsets); in CollectInnerMethodsFromLiteral()
462 LiteralDataExtractor::GetMethodOffsets(jsPandaFile_, literalId, methodOffsets); in CollectInnerMethodsFromNewLiteral()