Home
last modified time | relevance | path

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

/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/dexopt_chroot_setup/
Ddexopt_chroot_setup.cc536 std::uintmax_t removed = std::filesystem::remove_all(CHROOT_DIR, ec); in TearDownChroot() local
/art/runtime/jit/
Ddebugger_interface.cc498 static void RepackEntries(bool compress_entries, ArrayRef<const void*> removed) in RepackEntries()
632 std::vector<const void*>& removed = g_removed_jit_functions; in RepackNativeDebugInfoForJitLocked() local
/art/compiler/optimizing/
Doptimizing_unit_test.h551 static const std::string removed = ""; // NOLINT [runtime/string] [4] variable
Dload_store_elimination.cc2874 size_t removed = HConstructorFence::RemoveConstructorFences(new_instance); in FinishFullLSE() local
/art/runtime/jni/
Dlocal_reference_table_test.cc1007 IndirectRef removed = refs[refs.size() - 2u]; in TEST_F() local
/art/test/common/
Druntime_state.cc618 bool removed = code_cache->RemoveMethod(method, static_cast<bool>(release_memory)); in Java_Main_removeJitCompiledMethod() local