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

  /art/runtime/
oat.h 154 enum OatClassType {
161 std::ostream& operator<<(std::ostream& os, const OatClassType& rhs);
oat_file.h 179 OatClassType GetType() const {
204 OatClassType type,
213 OatClassType type_;
oat_file.cc 482 OatClassType type = static_cast<OatClassType>(*reinterpret_cast<const uint16_t*>(type_pointer));
511 OatClassType type,
536 LOG(FATAL) << "Invalid OatClassType " << type_;
  /art/compiler/
oat_test.cc 169 CHECK_EQ(kCompile ? OatClassType::kOatClassAllCompiled : OatClassType::kOatClassNoneCompiled,
oat_writer.h 220 COMPILE_ASSERT(OatClassType::kOatClassMax < (2 ^ 16), oat_class_type_wont_fit_in_16bits);
226 // OatClassType::type_ is kOatClassBitmap, a set bit indicates the
228 // the entry was ommited to save space. If OatClassType::type_ is

Completed in 247 milliseconds