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

  /art/compiler/
oat_writer.h 310 if (lhs->GetQuickCode() != rhs->GetQuickCode()) {
311 return lhs->GetQuickCode() < rhs->GetQuickCode();
compiled_method.h 55 const SwapVector<uint8_t>* GetQuickCode() const {
image_writer.cc     [all...]
  /art/runtime/
oat_file.h 109 const void* GetQuickCode() const {

Completed in 117 milliseconds