Searched refs:GetMethodEncoding (Results 1 – 2 of 2) sorted by relevance
269 std::pair<uint32_t, bool> GetMethodEncoding(ArtMethod* method) REQUIRES(trace_writer_lock_);
269 std::pair<uint32_t, bool> TraceWriter::GetMethodEncoding(ArtMethod* method) { in GetMethodEncoding() function in art::TraceWriter1709 auto [method_id, is_new_method] = GetMethodEncoding(record.method); in FlushEntriesFormatV1()