Searched refs:CodeCache (Results 1 – 7 of 7) sorted by relevance
23 class CodeCache; variable202 class upb::pb::CodeCache {204 CodeCache(upb::HandlerCache *dest) in CodeCache() function206 CodeCache(CodeCache&&) = default;207 CodeCache& operator=(CodeCache&&) = default;
16 class CodeCache; variable124 class upb::json::CodeCache {126 CodeCache() : ptr_(upb_json_codecache_new(), upb_json_codecache_free) {} in CodeCache() function
229 upb::json::CodeCache parse_codecache; in test_json_roundtrip()311 upb::json::CodeCache parse_codecache; in test_json_failure()
74 upb::pb::CodeCache decoder_cache(&encoder_cache); in test_pb_roundtrip()
1111 upb::pb::CodeCache pb_code_cache(&handler_cache); in test_emptyhandlers()1153 upb::pb::CodeCache pb_code_cache(&handler_cache); in run_tests()
6224 class CodeCache;6401 class upb::pb::CodeCache {6403 CodeCache(upb::HandlerCache *dest)6405 CodeCache(CodeCache&&) = default;6406 CodeCache& operator=(CodeCache&&) = default;7055 class CodeCache;7163 class upb::json::CodeCache {7165 CodeCache() : ptr_(upb_json_codecache_new(), upb_json_codecache_free) {}
9443 class CodeCache;9451 UPB_DECLARE_TYPE(upb::pb::CodeCache, upb_pbcodecache)9580 class upb::pb::CodeCache {9582 CodeCache();9583 ~CodeCache();9612 UPB_DISALLOW_COPY_AND_ASSIGN(CodeCache)9710 inline CodeCache::CodeCache() {9713 inline CodeCache::~CodeCache() {9716 inline bool CodeCache::allow_jit() const {9719 inline bool CodeCache::set_allow_jit(bool allow) {[all …]