HomeSort by relevance Sort by last modified time
    Searched refs:ComputeSpecialAccessorInfo (Results 1 - 2 of 2) sorted by null

  /art/runtime/quick/
inline_method_analyser.h 267 static bool ComputeSpecialAccessorInfo(ArtMethod* method,
inline_method_analyser.cc 644 if (!ComputeSpecialAccessorInfo(method, field_idx, false, data)) {
713 if (!ComputeSpecialAccessorInfo(method, field_idx, true, data)) {
727 bool InlineMethodAnalyser::ComputeSpecialAccessorInfo(ArtMethod* method,

Completed in 164 milliseconds