Home
last modified time | relevance | path

Searched refs:FlushInstructionCache (Results 1 – 3 of 3) sorted by relevance

/art/libartbase/base/
Dutils.h182 inline void FlushInstructionCache(char* begin, char* end) { in FlushInstructionCache() function
/art/compiler/
Dcommon_compiler_test.cc117 FlushInstructionCache(reinterpret_cast<char*>(base), reinterpret_cast<char*>(base + len)); in MakeExecutable()
/art/runtime/jit/
Djit_code_cache.cc779 FlushInstructionCache(reinterpret_cast<char*>(code_ptr), in CommitCodeInternal()