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 227 void FreeCode(const void* code_ptr, ArtMethod* method) REQUIRES(lock_);
261 void FreeCode(uint8_t* code) REQUIRES(lock_);
jit_code_cache.cc 244 void JitCodeCache::FreeCode(const void* code_ptr, ArtMethod* method ATTRIBUTE_UNUSED) {
258 FreeCode(reinterpret_cast<uint8_t*>(allocation));
271 FreeCode(it->first, it->second);
670 FreeCode(code_ptr, method);
    [all...]

Completed in 59 milliseconds