Home
last modified time | relevance | path

Searched refs:delete (Results 1 – 25 of 38) sorted by relevance

12

/art/libartbase/base/
Darena_object.h41 void operator delete(void*, size_t) {
48 ALWAYS_INLINE void operator delete(void*, void*) noexcept { }
65 void operator delete(void*, size_t) {
Dmacros.h39 NO_RETURN ALWAYS_INLINE void operator delete(void*, size_t) { UNREACHABLE(); } \
41 ALWAYS_INLINE void operator delete(void*, void*) noexcept { } \
43 void* operator new(size_t) = delete // NOLINT
Dscoped_flock.h82 delete ptr; in operator()
Dbit_vector.h104 BitVector(const BitVector& other) = delete;
105 BitVector& operator=(const BitVector& other) = delete;
Dstl_util.h47 delete *temp; in STLDeleteContainerPointers()
76 delete i->second; in STLDeleteValues()
Dvariant_map.h315 delete it->first; in Remove()
461 delete kv_pair.first; in DeleteStoredValues()
Darena_allocator.h118 ArenaAllocatorStatsImpl& operator = (const ArenaAllocatorStatsImpl& other) = delete;
134 ArenaAllocatorStatsImpl& operator = (const ArenaAllocatorStatsImpl& other) = delete;
Dscoped_arena_allocator.h174 static void operator delete(void* ptr ATTRIBUTE_UNUSED) {} in delete() function
/art/runtime/verifier/
Dscoped_newline.h35 ScopedNewLine(ScopedNewLine&) = delete;
36 ScopedNewLine& operator=(ScopedNewLine&) = delete;
/art/libnativeloader/
Dlibrary_namespaces.h47 LibraryNamespaces(const LibraryNamespaces&) = delete;
48 LibraryNamespaces& operator=(const LibraryNamespaces&) = delete;
/art/test/1948-obsolete-const-method-handle/util-src/src/art/constmethodhandle/
DTestGenerator.java126 tempInput.delete(); in getFinalDexBytes()
130 tempDir.resolve("classes.dex").toFile().delete(); in getFinalDexBytes()
134 tempDir.toFile().delete(); in getFinalDexBytes()
/art/cmdline/
Dcmdline_parser.h109 SaveDestination(const SaveDestination&) = delete;
110 SaveDestination(SaveDestination&&) = delete;
111 SaveDestination& operator=(const SaveDestination&) = delete;
112 SaveDestination& operator=(SaveDestination&&) = delete;
262 ArgumentBuilder(const ArgumentBuilder&) = delete;
382 UntypedArgumentBuilder(const UntypedArgumentBuilder&) = delete;
510 Builder(const Builder& other) = delete;
/art/disassembler/
Ddisassembler.h72 delete disassembler_options_; in ~Disassembler()
/art/test/151-OpenFileLimit/src/
DMain.java64 files.get(i).delete(); in main()
/art/test/130-hprof/src/
DMain.java81 dumpFile.delete(); in createDumpAndConv()
84 convFile.delete(); in createDumpAndConv()
/art/test/802-deoptimization/src/
DDeoptimizationController.java56 tempFile.delete(); in startDeoptimization()
/art/test/570-checker-osr/src/
DDeoptimizationController.java59 tempFile.delete(); in startDeoptimization()
/art/test/2230-profile-save-hotness/src-art/
DMain.java62 file.delete(); in main()
/art/test/595-profile-saving/src/
DMain.java48 file.delete(); in main()
/art/tools/dexfuzz/src/dexfuzz/listeners/
DBisectionSearchListener.java101 expected_output_file.delete(); in handleDivergences()
/art/test/909-attach-agent/src-art/
DMain.java79 tmp.delete(); in attachWithClassLoader()
/art/test/459-dead-phi/smali/
DEquivalentPhi.smali38 # delete the old phi, which ends up having incompatible input
/art/runtime/
Dthread_pool.h59 delete this; in Finalize()
/art/openjdkjvmti/
Dti_redefine.h150 ClassRedefinition(ClassRedefinition&) = delete;
151 ClassRedefinition& operator=(ClassRedefinition&) = delete;
/art/test/099-vmdebug/src/
DMain.java62 tempFile.delete(); in testMethodTracing()
129 tempFile.delete(); in testMethodTracingToFile()

12