Searched refs:allow_jit (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectExpression.h | 41 bool allow_jit; variable
|
D | CommandObjectExpression.cpp | 95 allow_jit = tmp_value; in SetOptionValue() 186 allow_jit = true; in OptionParsingStarting() 374 m_command_options.allow_jit in GetEvalOptions()
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/ |
D | decoder.h | 219 bool allow_jit() const { return upb_pbcodecache_allowjit(ptr()); } in allow_jit() function
|
D | decoder.int.h | 80 bool allow_jit; member
|
/external/skia/src/core/ |
D | SkColorFilter.cpp | 125 const bool allow_jit = false; // We're only filtering one color, no point JITing. in onFilterColor4f() local 126 b.done("filterColor4f", allow_jit).eval(1, uni.buf.data(), &color); in onFilterColor4f()
|
D | SkVM.cpp | 518 Program Builder::done(const char* debug_name, bool allow_jit) const { in done() 525 return {this->optimize(), fStrides, debug_name, allow_jit}; in done() 2886 const char* debug_name, bool allow_jit) : Program() { in Program() argument 2888 if (gSkVMAllowJIT && allow_jit) { in Program()
|
D | SkVM.h | 586 Program done(const char* debug_name = nullptr, bool allow_jit=true) const;
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 6672 c->allow_jit = true; in upb_pbcodecache_new() 6697 return c->allow_jit; in upb_pbcodecache_allowjit() 6702 c->allow_jit = allow; in upb_pbcodecache_setallowjit() 6720 g = mgroup_new(h, c->allow_jit, c->lazy); in upb_pbcodecache_get()
|
D | upb.h | 6418 bool allow_jit() const { return upb_pbcodecache_allowjit(ptr()); } 6507 bool allow_jit;
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 9592 bool allow_jit() const; 9716 inline bool CodeCache::allow_jit() const {
|