Searched refs:CodeCache (Results 1 – 4 of 4) sorted by relevance
7055 class CodeCache;7063 UPB_DECLARE_TYPE(upb::pb::CodeCache, upb_pbcodecache)7185 class upb::pb::CodeCache {7187 CodeCache();7188 ~CodeCache();7217 UPB_DISALLOW_COPY_AND_ASSIGN(CodeCache)7315 inline CodeCache::CodeCache() {7318 inline CodeCache::~CodeCache() {7321 inline bool CodeCache::allow_jit() const {7324 inline bool CodeCache::set_allow_jit(bool allow) {[all …]
7351 class CodeCache;7359 UPB_DECLARE_TYPE(upb::pb::CodeCache, upb_pbcodecache)7488 class upb::pb::CodeCache {7490 CodeCache();7491 ~CodeCache();7520 UPB_DISALLOW_COPY_AND_ASSIGN(CodeCache)7618 inline CodeCache::CodeCache() {7621 inline CodeCache::~CodeCache() {7624 inline bool CodeCache::allow_jit() const {7627 inline bool CodeCache::set_allow_jit(bool allow) {[all …]
1542 class CodeCache(HeapObject): class1619 "CODE_CACHE_TYPE": CodeCache,
9468 class CodeCache : public AllStatic { class9629 Handle<FixedArray> new_cache = CodeCache::Put(isolate, cache, name, code); in UpdateCodeCache()9634 return CodeCache::Lookup(code_cache(), name, flags); in LookupInCodeCache()