Home
last modified time | relevance | path

Searched refs:allow_jit (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/core/
DSkColorFilter.cpp134 const bool allow_jit = false; // We're only filtering one color, no point JITing. in onFilterColor4f() local
135 b.done("filterColor4f", allow_jit).eval(1, uni.buf.data(), &color); in onFilterColor4f()
DSkVM.cpp610 Program Builder::done(const char* debug_name, bool allow_jit) const { in done()
617 return {this->optimize(), fStrides, debug_name, allow_jit}; in done()
3086 const char* debug_name, bool allow_jit) : Program() { in Program() argument
3088 if (gSkVMAllowJIT && allow_jit) { in Program()
DSkVM.h613 Program done(const char* debug_name = nullptr, bool allow_jit=true) const;
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.h5935 bool allow_jit() const { return upb_pbcodecache_allowjit(ptr()); }
6025 bool allow_jit;