Home
last modified time | relevance | path

Searched defs:allow_jit (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/source/Commands/
DCommandObjectExpression.h41 bool allow_jit; variable
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Ddecoder.h219 bool allow_jit() const { return upb_pbcodecache_allowjit(ptr()); } in allow_jit() function
Ddecoder.int.h80 bool allow_jit; member
/external/skia/src/core/
DSkColorFilter.cpp125 const bool allow_jit = false; // We're only filtering one color, no point JITing. in onFilterColor4f() local
DSkVM.cpp2886 const char* debug_name, bool allow_jit) : Program() { in Program()