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!");
  /external/v8/test/cctest/
test-serialize.cc 785 bool IsCompiled(const char* name) {
813 CHECK(IsCompiled("Math.tanh"));
814 CHECK(!IsCompiled("Math.cosh"));
846 CHECK(IsCompiled("f"));
847 CHECK(IsCompiled("Math.sinh"));
848 CHECK(!IsCompiled("g"));
849 CHECK(!IsCompiled("Math.cosh"));
850 CHECK(!IsCompiled("Math.tanh"));
    [all...]

Completed in 341 milliseconds