Searched refs:InlineConstructorData (Results 1 - 2 of 2) sorted by relevance

/art/runtime/quick/
H A Dinline_method_analyser.h185 struct InlineConstructorData { struct in namespace:art
195 static_assert(sizeof(InlineConstructorData) == sizeof(uint64_t),
196 "Invalid size of InlineConstructorData");
205 InlineConstructorData constructor_data;
/art/compiler/optimizing/
H A Dinliner.cc918 const InlineConstructorData& data = inline_method.d.constructor_data;

Completed in 8 milliseconds