Searched defs:allow_jit (Results 1 – 5 of 5) sorted by relevance
41 bool allow_jit; variable
219 bool allow_jit() const { return upb_pbcodecache_allowjit(ptr()); } in allow_jit() function
80 bool allow_jit; member
125 const bool allow_jit = false; // We're only filtering one color, no point JITing. in onFilterColor4f() local
2886 const char* debug_name, bool allow_jit) : Program() { in Program()