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

  /art/runtime/mirror/
class-inl.h 150 IfTable* iftable = GetIfTable();
217 IfTable* iftable = GetIfTable();
250 inline IfTable* Class::GetIfTable() const {
255 IfTable* iftable = GetIfTable();
class.cc 345 IfTable* iftable = GetIfTable();
363 IfTable* iftable = GetIfTable();
art_method.cc 127 IfTable* iftable = GetDeclaringClass()->GetIfTable();
class.h 598 IfTable* GetIfTable() const;
    [all...]
  /art/runtime/
object_utils.h 141 return klass_->GetIfTable()->GetLength();
172 return klass_->GetIfTable()->GetInterface(idx);
class_linker_test.cc 90 EXPECT_TRUE(primitive->GetIfTable() == NULL);
141 mirror::IfTable* iftable = array->GetIfTable();
216 const mirror::IfTable* iftable = klass->GetIfTable();
    [all...]
class_linker.cc     [all...]

Completed in 449 milliseconds