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

  /art/runtime/mirror/
class-inl.h 186 inline void Class::SetEmbeddedVTableEntry(uint32_t i, ArtMethod* method) {
class.cc 825 SetEmbeddedVTableEntry(i, table->GetWithoutChecks(i));
class.h 730 void SetEmbeddedVTableEntry(uint32_t i, ArtMethod* method) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
    [all...]

Completed in 41 milliseconds