Searched refs:kMethodMask (Results 1 – 1 of 1) sorted by relevance
559 static constexpr size_t kMethodMask = ~0b11; in FindMethodToCall() local570 called_method = reinterpret_cast<ArtMethod*>(tls_value & kMethodMask); in FindMethodToCall()578 ArtMethod* interface_method = reinterpret_cast<ArtMethod*>(tls_value & kMethodMask); in FindMethodToCall()