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

  /art/runtime/verifier/
reg_type_cache.h 49 CHECK_EQ(RegTypeCache::primitive_count_, kNumPrimitivesAndSmallConstants);
176 static constexpr size_t kNumPrimitivesAndSmallConstants =
reg_type_cache.cc 250 if (entries_.size() == kNumPrimitivesAndSmallConstants) {
255 std::advance(non_primitive_begin, kNumPrimitivesAndSmallConstants);

Completed in 72 milliseconds