Home
last modified time | relevance | path

Searched refs:delete (Results 1 – 25 of 35) 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
Dstl_util.h43 delete *temp; in STLDeleteContainerPointers()
72 delete i->second; in STLDeleteValues()
Dscoped_flock.h82 delete ptr; in operator()
Dbit_vector.h104 BitVector(const BitVector& other) = delete;
105 BitVector& operator=(const BitVector& other) = delete;
Darena_allocator.h118 ArenaAllocatorStatsImpl& operator = (const ArenaAllocatorStatsImpl& other) = delete;
134 ArenaAllocatorStatsImpl& operator = (const ArenaAllocatorStatsImpl& other) = delete;
Dvariant_map.h315 delete it->first; in Remove()
461 delete kv_pair.first; in DeleteStoredValues()
Dscoped_arena_allocator.h170 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/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.h104 SaveDestination(const SaveDestination&) = delete;
105 SaveDestination(SaveDestination&&) = delete;
106 SaveDestination& operator=(const SaveDestination&) = delete;
107 SaveDestination& operator=(SaveDestination&&) = delete;
236 ArgumentBuilder(const ArgumentBuilder&) = delete;
329 UntypedArgumentBuilder(const UntypedArgumentBuilder&) = delete;
431 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/570-checker-osr/src/
DDeoptimizationController.java59 tempFile.delete(); in startDeoptimization()
/art/test/802-deoptimization/src/
DDeoptimizationController.java56 tempFile.delete(); in startDeoptimization()
/art/test/130-hprof/src/
DMain.java81 dumpFile.delete(); in createDumpAndConv()
84 convFile.delete(); in createDumpAndConv()
/art/test/595-profile-saving/src/
DMain.java47 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()
Dmonitor_pool.h62 delete monitor; in ReleaseMonitor()
Dlock_word.h283 bool operator==(const LockWord& rhs) = delete;
/art/test/099-vmdebug/src/
DMain.java62 tempFile.delete(); in testMethodTracing()
129 tempFile.delete(); in testMethodTracingToFile()
/art/test/545-tracing-and-jit/src/
DMain.java47 file.delete(); in main()

12