Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.h261 bool Commit(Thread* self,
Djit_code_cache.cc657 bool JitCodeCache::Commit(Thread* self, in Commit() function in art::jit::JitCodeCache
/art/compiler/optimizing/
Doptimizing_compiler.cc1286 if (!code_cache->Commit(self, in JitCompile()
1394 if (!code_cache->Commit(self, in JitCompile()
/art/runtime/gc/space/
Dimage_space.cc3264 void Commit() { in LoadComponents() function in art::gc::space::ImageSpace::BootImageLoader::LoadComponents::Guard
3360 guard.Commit(); in LoadComponents()