OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FlushInstructionCache
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
utils.h
285
inline void
FlushInstructionCache
(char* begin, char* end) {
290
// Same as
FlushInstructionCache
for lack of other builtin. __builtin___clear_cache
/external/google-breakpad/src/client/linux/handler/
exception_handler_unittest.cc
62
void
FlushInstructionCache
(const char* memory, uint32_t memory_size) {
522
FlushInstructionCache
(memory, kMemorySize);
614
FlushInstructionCache
(memory, kMemorySize);
705
FlushInstructionCache
(memory, kMemorySize);
[
all
...]
Completed in 238 milliseconds