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

  /art/runtime/mirror/
class.cc 312 Class* klass2 = that; local
313 if (klass1 == klass2) {
317 if (klass1->GetClassLoader() != klass2->GetClassLoader()) {
324 while (klass2->IsArrayClass()) {
325 klass2 = klass2->GetComponentType();
328 if (klass1 == klass2) {
333 return IsInSamePackage(klass1->GetDescriptor(&temp1), klass2->GetDescriptor(&temp2));
    [all...]
object_test.cc 508 Class* klass2 = linker->FindClass(soa.Self(), "LProtoCompare2;", class_loader_2); local
509 ASSERT_TRUE(klass2 != nullptr);
520 ArtMethod* m1_2 = klass2->GetVirtualMethod(0, sizeof(void*));
522 ArtMethod* m2_2 = klass2->GetVirtualMethod(1, sizeof(void*));
524 ArtMethod* m3_2 = klass2->GetVirtualMethod(2, sizeof(void*));
526 ArtMethod* m4_2 = klass2->GetVirtualMethod(3, sizeof(void*));
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 741 const ClassDef &klass2 = this+classDef2; local
743 klass2.add_class (c->input, i);
768 unsigned int klass2 = (this+classDef2).get_class (buffer->info[skippy_iter.idx].codepoint); local
769 if (unlikely (klass1 >= class1Count || klass2 >= class2Count)) return TRACE_RETURN (false);
771 const Value *v = &values[record_len * (klass1 * class2Count + klass2)];
    [all...]
  /art/runtime/
class_linker.h 577 mirror::Class* klass1, mirror::Class* klass2)
    [all...]

Completed in 568 milliseconds