Home
last modified time | relevance | path

Searched refs:CodeCache (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Dupb.h7055 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 …]
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h7351 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 …]
/external/v8/tools/
Dgrokdump.py1542 class CodeCache(HeapObject): class
1619 "CODE_CACHE_TYPE": CodeCache,
/external/v8/src/
Dobjects.cc9468 class CodeCache : public AllStatic { class
9629 Handle<FixedArray> new_cache = CodeCache::Put(isolate, cache, name, code); in UpdateCodeCache()
9634 return CodeCache::Lookup(code_cache(), name, flags); in LookupInCodeCache()