Searched defs:GetQuickenedInfo (Results 1 - 2 of 2) sorted by relevance

/art/compiler/dex/
H A Ddex_to_dex_compiler.cc60 const std::vector<QuickenedInfo>& GetQuickenedInfo() const { function in class:art::optimizer::DexCompiler
342 if (dex_compiler.GetQuickenedInfo().empty()) {
349 for (QuickenedInfo info : dex_compiler.GetQuickenedInfo()) {
/art/runtime/
H A Dart_method.cc361 const uint8_t* ArtMethod::GetQuickenedInfo() { function in class:art::ArtMethod

Completed in 93 milliseconds