Home
last modified time | relevance | path

Searched defs:removed (Results 1 – 5 of 5) sorted by relevance

/art/test/708-jit-cache-churn/
Djit.cc52 bool removed = code_cache->RemoveMethod(method, static_cast<bool>(releaseMemory)); in Java_JitCacheChurnTest_removeJitCompiledMethod() local
/art/tools/ahat/src/main/com/android/ahat/
DDocString.java111 public static DocString removed(DocString str) { in removed() method in DocString
123 public static DocString removed(String str) { in removed() method in DocString
/art/compiler/optimizing/
Doptimizing_unit_test.h276 static const std::string removed = ""; // NOLINT [runtime/string] [4] variable
Dload_store_elimination.cc232 size_t removed = HConstructorFence::RemoveConstructorFences(new_instance); in RemoveInstructions() local
/art/runtime/jit/
Ddebugger_interface.cc485 static void RepackEntries(bool compress_entries, ArrayRef<const void*> removed) in RepackEntries()
616 std::vector<const void*>& removed = g_removed_jit_functions; in RepackNativeDebugInfoForJitLocked() local