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

  /art/compiler/optimizing/
load_store_analysis.h 94 static constexpr int16_t kDeclaringClassDefIndexForArrays = -1;
124 // It's kDeclaringClassDefIndexForArrays for an array element.
256 HeapLocation::kDeclaringClassDefIndexForArrays);
463 HeapLocation::kDeclaringClassDefIndexForArrays);
load_store_elimination.cc 748 HeapLocation::kDeclaringClassDefIndexForArrays);
    [all...]
load_store_analysis_test.cc 83 size_t class_def = HeapLocation::kDeclaringClassDefIndexForArrays;

Completed in 198 milliseconds