Searched refs:hasJIT (Results 1 – 7 of 7) sorted by relevance
91 return unwrap(T)->hasJIT(); in LLVMTargetHasJIT()
317 bool hasJIT() const { return HasJIT; } in hasJIT() function
614 if (!program.hasJIT()) { in buildProgram()
1046 bool hasJIT() const; // Has this Program been JITted?
3040 bool Program::hasJIT() const { in hasJIT() function in skvm::Program3060 SkASSERT(!this->hasJIT()); in dropJIT()
19 if (p.hasJIT()) { in test_jit_and_interpreter()105 if (b.done("test-allow_jit", /*allow_jit=*/true).hasJIT()) { in DEF_TEST()106 REPORTER_ASSERT(r, !b.done("", false).hasJIT()); in DEF_TEST()
534 if (!TM->getTarget().hasJIT()) { in create()