Home
last modified time | relevance | path

Searched refs:CommitCodeInternal (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jit/
Djit_code_cache.h260 uint8_t* CommitCodeInternal(Thread* self,
Djit_code_cache.cc239 uint8_t* result = CommitCodeInternal(self, in CommitCode()
257 result = CommitCodeInternal(self, in CommitCode()
547 uint8_t* JitCodeCache::CommitCodeInternal(Thread* self, in CommitCodeInternal() function in art::jit::JitCodeCache