Searched refs:methodOffsets (Results 1 – 3 of 3) sorted by relevance
60 std::vector<uint32_t> &methodOffsets);63 std::vector<uint32_t> &methodOffsets);
250 std::vector<uint32_t> &methodOffsets) in GetMethodOffsets() argument253 …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() argument271 … lda.EnumerateLiteralVals(id, [&methodOffsets](const LiteralValue &value, const LiteralTag &tag) { in GetMethodOffsets()275 methodOffsets.emplace_back(std::get<uint32_t>(value)); in GetMethodOffsets()
357 std::vector<uint32_t> methodOffsets; in CollectInnerMethodsFromLiteral() local358 LiteralDataExtractor::GetMethodOffsets(jsPandaFile_, index, methodOffsets); in CollectInnerMethodsFromLiteral()359 for (auto methodOffset : methodOffsets) { in CollectInnerMethodsFromLiteral()383 std::vector<uint32_t> methodOffsets; in CollectInnerMethodsFromNewLiteral() local384 LiteralDataExtractor::GetMethodOffsets(jsPandaFile_, literalId, methodOffsets); in CollectInnerMethodsFromNewLiteral()385 for (auto methodOffset : methodOffsets) { in CollectInnerMethodsFromNewLiteral()