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

  /art/runtime/mirror/
object_test.cc 464 Class* klass2 = linker->FindClass(soa.Self(), "LProtoCompare2;", class_loader_2); local
465 ASSERT_TRUE(klass2 != NULL);
476 ArtMethod* m1_2 = klass2->GetVirtualMethod(0);
478 ArtMethod* m2_2 = klass2->GetVirtualMethod(1);
480 ArtMethod* m3_2 = klass2->GetVirtualMethod(2);
482 ArtMethod* m4_2 = klass2->GetVirtualMethod(3);
class.cc 322 Class* klass2 = that; local
323 if (klass1 == klass2) {
327 if (klass1->GetClassLoader() != klass2->GetClassLoader()) {
334 while (klass2->IsArrayClass()) {
335 klass2 = klass2->GetComponentType();
338 if (klass1 == klass2) {
343 return IsInSamePackage(klass1->GetDescriptor(&temp1), klass2->GetDescriptor(&temp2));
  /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.cc 3354 mirror::Class* klass2 = it->second.Read(); local
    [all...]

Completed in 185 milliseconds