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

  /art/runtime/mirror/
throwable.cc 47 Throwable* current_cause = GetFieldObject<Throwable>(OFFSET_OF_OBJECT_MEMBER(Throwable, cause_));
50 SetFieldObject<true>(OFFSET_OF_OBJECT_MEMBER(Throwable, cause_), cause);
52 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(Throwable, cause_), cause);
121 Throwable* cause = GetFieldObject<Throwable>(OFFSET_OF_OBJECT_MEMBER(Throwable, cause_));
throwable.h 68 HeapReference<Throwable> cause_; member in class:art::mirror::Throwable
  /external/vixl/src/a64/
debugger-a64.cc 397 : args_(args), index_(index), cause_(cause) {}
405 const char* cause_; member in class:vixl::InvalidCommand
    [all...]
  /art/runtime/
class_linker_test.cc 539 offsets.push_back(CheckOffset(OFFSETOF_MEMBER(mirror::Throwable, cause_), "cause"));
    [all...]

Completed in 476 milliseconds