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

  /art/compiler/dex/
inline_method_analyser.h 72 struct InlineConstructorData {
82 static_assert(sizeof(InlineConstructorData) == sizeof(uint64_t),
83 "Invalid size of InlineConstructorData");
91 InlineConstructorData constructor_data;
  /art/compiler/optimizing/
inliner.cc     [all...]

Completed in 128 milliseconds