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

  /art/runtime/mirror/
class-inl.h 350 ObjPtr<IfTable> iftable = GetIfTable();
544 ObjPtr<IfTable> iftable = GetIfTable();
580 inline IfTable* Class::GetIfTable() {
587 return GetIfTable()->Count();
    [all...]
class.cc 420 ObjPtr<IfTable> iftable = klass->GetIfTable();
714 MutableHandle<IfTable> iftable(hs.NewHandle(GetIfTable()));
    [all...]
class.h     [all...]
  /art/runtime/
cha.cc 489 auto* iftable = klass->GetIfTable();
class_linker.cc     [all...]
class_linker_test.cc 110 EXPECT_TRUE(primitive->GetIfTable() != nullptr);
111 EXPECT_EQ(primitive->GetIfTable()->Count(), 0u);
224 ASSERT_TRUE(array->GetIfTable() != nullptr);
299 mirror::IfTable* iftable = klass->GetIfTable();
    [all...]
art_method.cc 222 mirror::IfTable* iftable = GetDeclaringClass()->GetIfTable();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iphlpapi.h 24 DWORD WINAPI GetIfTable (PMIB_IFTABLE pIfTable, PULONG pdwSize, WINBOOL bOrder);
  /art/patchoat/
patchoat.cc 664 mirror::IfTable* iftable = klass->GetIfTable();
    [all...]
  /art/runtime/verifier/
verifier_deps.cc 368 ObjPtr<mirror::IfTable> iftable = source->GetIfTable();
    [all...]
  /art/oatdump/
oatdump.cc     [all...]
  /art/runtime/gc/space/
image_space.cc     [all...]
  /art/compiler/driver/
compiler_driver.cc     [all...]
  /art/compiler/
image_writer.cc 573 auto* iftable = klass->GetIfTable();
    [all...]

Completed in 1120 milliseconds