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

  /art/runtime/mirror/
class.cc 320 Class* klass1 = this; local
322 if (klass1 == klass2) {
326 if (klass1->GetClassLoader() != klass2->GetClassLoader()) {
330 while (klass1->IsArrayClass()) {
331 klass1 = klass1->GetComponentType();
337 if (klass1 == klass2) {
342 return IsInSamePackage(klass1->GetDescriptor(&temp1), klass2->GetDescriptor(&temp2));
object_test.cc 469 Class* klass1 = linker->FindClass(soa.Self(), "LProtoCompare;", class_loader_1); local
470 ASSERT_TRUE(klass1 != NULL);
474 ArtMethod* m1_1 = klass1->GetVirtualMethod(0);
476 ArtMethod* m2_1 = klass1->GetVirtualMethod(1);
478 ArtMethod* m3_1 = klass1->GetVirtualMethod(2);
480 ArtMethod* m4_1 = klass1->GetVirtualMethod(3);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gpos-table.hh 725 const ClassDef &klass1 = this+classDef1; local
727 klass1.add_class (c->input, i);
756 unsigned int klass1 = (this+classDef1).get_class (buffer->cur().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 725 const ClassDef &klass1 = this+classDef1; local
727 klass1.add_class (c->input, i);
756 unsigned int klass1 = (this+classDef1).get_class (buffer->cur().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 525 mirror::Class* klass1,
    [all...]

Completed in 175 milliseconds