HomeSort by relevance Sort by last modified time
    Searched refs:FreeCode (Results 1 - 2 of 2) sorted by null

  /art/runtime/jit/
jit_code_cache.h 226 void FreeCode(const void* code_ptr, ArtMethod* method) REQUIRES(lock_);
259 void FreeCode(uint8_t* code) REQUIRES(lock_);
jit_code_cache.cc 245 void JitCodeCache::FreeCode(const void* code_ptr, ArtMethod* method ATTRIBUTE_UNUSED) {
259 FreeCode(reinterpret_cast<uint8_t*>(allocation));
272 FreeCode(it->first, it->second);
671 FreeCode(code_ptr, method);
    [all...]

Completed in 162 milliseconds