Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectExpression.h41 bool allow_jit; variable
DCommandObjectExpression.cpp95 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/
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
126 b.done("filterColor4f", allow_jit).eval(1, uni.buf.data(), &color); in onFilterColor4f()
DSkVM.cpp518 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()
DSkVM.h586 Program done(const char* debug_name = nullptr, bool allow_jit=true) const;
/external/protobuf/php/ext/google/protobuf/
Dupb.c6672 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()
Dupb.h6418 bool allow_jit() const { return upb_pbcodecache_allowjit(ptr()); }
6507 bool allow_jit;
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h9592 bool allow_jit() const;
9716 inline bool CodeCache::allow_jit() const {