Home
last modified time | relevance | path

Searched defs:allow_jit (Results 1 – 2 of 2) 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
DSkVM.cpp3086 const char* debug_name, bool allow_jit) : Program() { in Program()