Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dliteral_data_extractor.h60 std::vector<uint32_t> &methodOffsets);
63 std::vector<uint32_t> &methodOffsets);
Dliteral_data_extractor.cpp250 std::vector<uint32_t> &methodOffsets) in GetMethodOffsets() argument
253 …lda.EnumerateLiteralVals(index, [&methodOffsets](const LiteralValue &value, const LiteralTag &tag)… in GetMethodOffsets()
257 methodOffsets.emplace_back(std::get<uint32_t>(value)); in GetMethodOffsets()
268 std::vector<uint32_t> &methodOffsets) in GetMethodOffsets() argument
271 … lda.EnumerateLiteralVals(id, [&methodOffsets](const LiteralValue &value, const LiteralTag &tag) { in GetMethodOffsets()
275 methodOffsets.emplace_back(std::get<uint32_t>(value)); in GetMethodOffsets()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp357 std::vector<uint32_t> methodOffsets; in CollectInnerMethodsFromLiteral() local
358 LiteralDataExtractor::GetMethodOffsets(jsPandaFile_, index, methodOffsets); in CollectInnerMethodsFromLiteral()
359 for (auto methodOffset : methodOffsets) { in CollectInnerMethodsFromLiteral()
383 std::vector<uint32_t> methodOffsets; in CollectInnerMethodsFromNewLiteral() local
384 LiteralDataExtractor::GetMethodOffsets(jsPandaFile_, literalId, methodOffsets); in CollectInnerMethodsFromNewLiteral()
385 for (auto methodOffset : methodOffsets) { in CollectInnerMethodsFromNewLiteral()