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

  /art/runtime/mirror/
class.cc 321 Class* klass2 = that; local
322 if (klass1 == klass2) {
326 if (klass1->GetClassLoader() != klass2->GetClassLoader()) {
333 while (klass2->IsArrayClass()) {
334 klass2 = klass2->GetComponentType();
337 if (klass1 == klass2) {
342 return IsInSamePackage(klass1->GetDescriptor(&temp1), klass2->GetDescriptor(&temp2));
object_test.cc 471 Class* klass2 = linker->FindClass(soa.Self(), "LProtoCompare2;", class_loader_2); local
472 ASSERT_TRUE(klass2 != NULL);
483 ArtMethod* m1_2 = klass2->GetVirtualMethod(0);
485 ArtMethod* m2_2 = klass2->GetVirtualMethod(1);
487 ArtMethod* m3_2 = klass2->GetVirtualMethod(2);
489 ArtMethod* m4_2 = klass2->GetVirtualMethod(3);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gpos-table.hh 730 const ClassDef &klass2 = this+classDef2; local
732 klass2.add_class (c->input, i);
757 unsigned int klass2 = (this+classDef2).get_class (buffer->info[skippy_iter.idx].codepoint); local
758 if (unlikely (klass1 >= class1Count || klass2 >= class2Count)) return TRACE_RETURN (false);
760 const Value *v = &values[record_len * (klass1 * class2Count + klass2)];
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 730 const ClassDef &klass2 = this+classDef2; local
732 klass2.add_class (c->input, i);
757 unsigned int klass2 = (this+classDef2).get_class (buffer->info[skippy_iter.idx].codepoint); local
758 if (unlikely (klass1 >= class1Count || klass2 >= class2Count)) return TRACE_RETURN (false);
760 const Value *v = &values[record_len * (klass1 * class2Count + klass2)];
    [all...]
  /art/runtime/
class_linker.h 526 mirror::Class* klass2)
    [all...]

Completed in 106 milliseconds