Home
last modified time | relevance | path

Searched refs:GetMethodEncoding (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dtrace.h269 std::pair<uint32_t, bool> GetMethodEncoding(ArtMethod* method) REQUIRES(trace_writer_lock_);
Dtrace.cc269 std::pair<uint32_t, bool> TraceWriter::GetMethodEncoding(ArtMethod* method) { in GetMethodEncoding() function in art::TraceWriter
1709 auto [method_id, is_new_method] = GetMethodEncoding(record.method); in FlushEntriesFormatV1()