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

  /external/llvm/include/llvm/Support/
SpecialCaseList.h 92 bool IsCompiled;
  /external/llvm/lib/Support/
SpecialCaseList.cpp 47 SpecialCaseList::SpecialCaseList() : Entries(), Regexps(), IsCompiled(false) {}
140 assert(!IsCompiled && "compile() should only be called once");
152 IsCompiled = true;
159 assert(IsCompiled && "SpecialCaseList::compile() was not called!");
  /art/runtime/jit/
jit_code_cache.cc 151 bool IsCompiled() const {
505 it->second.IsCompiled() &&
525 if (data.IsCompiled() && ContainsElement(data.GetMethods(), method)) {
    [all...]

Completed in 802 milliseconds