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

  /art/runtime/mirror/
throwable.h 27 struct ThrowableOffsets;
76 friend struct art::ThrowableOffsets; // for verifying offset information
  /art/runtime/
class_linker_test.cc 537 struct ThrowableOffsets : public CheckOffsets<mirror::Throwable> {
538 ThrowableOffsets() : CheckOffsets<mirror::Throwable>(false, "Ljava/lang/Throwable;") {
609 EXPECT_TRUE(ThrowableOffsets().Check());
    [all...]

Completed in 943 milliseconds