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

  /art/runtime/mirror/
throwable.h 26 struct ThrowableOffsets;
73 friend struct art::ThrowableOffsets; // for verifying offset information
  /art/runtime/
class_linker_test.cc 625 struct ThrowableOffsets : public CheckOffsets<mirror::Throwable> {
626 ThrowableOffsets() : CheckOffsets<mirror::Throwable>(false, "Ljava/lang/Throwable;") {
    [all...]

Completed in 67 milliseconds