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

  /art/runtime/mirror/
class.cc 311 Class* klass1 = this; local
313 if (klass1 == klass2) {
317 if (klass1->GetClassLoader() != klass2->GetClassLoader()) {
321 while (klass1->IsArrayClass()) {
322 klass1 = klass1->GetComponentType();
328 if (klass1 == klass2) {
333 return IsInSamePackage(klass1->GetDescriptor(&temp1), klass2->GetDescriptor(&temp2));
    [all...]
object_test.cc 506 Class* klass1 = linker->FindClass(soa.Self(), "LProtoCompare;", class_loader_1); local
507 ASSERT_TRUE(klass1 != nullptr);
511 ArtMethod* m1_1 = klass1->GetVirtualMethod(0, sizeof(void*));
513 ArtMethod* m2_1 = klass1->GetVirtualMethod(1, sizeof(void*));
515 ArtMethod* m3_1 = klass1->GetVirtualMethod(2, sizeof(void*));
517 ArtMethod* m4_1 = klass1->GetVirtualMethod(3, sizeof(void*));
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 736 const ClassDef &klass1 = this+classDef1; local
738 klass1.add_class (c->input, i);
767 unsigned int klass1 = (this+classDef1).get_class (buffer->cur().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 29 milliseconds