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

  /art/compiler/dex/
dex_to_dex_compiler.cc 60 const std::vector<QuickenedInfo>& GetQuickenedInfo() const {
342 if (dex_compiler.GetQuickenedInfo().empty()) {
349 for (QuickenedInfo info : dex_compiler.GetQuickenedInfo()) {
  /art/runtime/
art_method.cc 361 const uint8_t* ArtMethod::GetQuickenedInfo() {

Completed in 891 milliseconds