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

  /art/compiler/dex/
dex_to_dex_compiler.cc 63 const std::vector<QuickenedInfo>& GetQuickenedInfo() const {
345 if (dex_compiler.GetQuickenedInfo().empty()) {
352 for (QuickenedInfo info : dex_compiler.GetQuickenedInfo()) {
  /art/runtime/
art_method.h 631 const uint8_t* GetQuickenedInfo(PointerSize pointer_size) REQUIRES_SHARED(Locks::mutator_lock_);
art_method.cc 577 const uint8_t* ArtMethod::GetQuickenedInfo(PointerSize pointer_size) {
    [all...]
  /art/compiler/optimizing/
optimizing_compiler.cc     [all...]
inliner.cc     [all...]

Completed in 429 milliseconds