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

  /art/runtime/jit/
jit.h 354 std::vector<std::unique_ptr<OatDexFile>> type_lookup_tables_; member in class:art::jit::Jit
jit.cc 766 type_lookup_tables_.push_back(
768 dex_file->SetOatDexFile(type_lookup_tables_.back().get());
    [all...]

Completed in 200 milliseconds