Home
last modified time | relevance | path

Searched refs:Destroy (Results 1 – 13 of 13) sorted by relevance

/art/runtime/verifier/
Dreg_type_cache.cc301 UndefinedType::Destroy(); in ShutDown()
302 ConflictType::Destroy(); in ShutDown()
303 BooleanType::Destroy(); in ShutDown()
304 ByteType::Destroy(); in ShutDown()
305 ShortType::Destroy(); in ShutDown()
306 CharType::Destroy(); in ShutDown()
307 IntegerType::Destroy(); in ShutDown()
308 LongLoType::Destroy(); in ShutDown()
309 LongHiType::Destroy(); in ShutDown()
310 FloatType::Destroy(); in ShutDown()
[all …]
Dreg_type.cc140 void DoubleHiType::Destroy() { in Destroy() function in art::verifier::DoubleHiType
155 void DoubleLoType::Destroy() { in Destroy() function in art::verifier::DoubleLoType
176 void LongHiType::Destroy() { in Destroy() function in art::verifier::LongHiType
183 void LongLoType::Destroy() { in Destroy() function in art::verifier::LongLoType
197 void FloatType::Destroy() { in Destroy() function in art::verifier::FloatType
211 void CharType::Destroy() { in Destroy() function in art::verifier::CharType
225 void ShortType::Destroy() { in Destroy() function in art::verifier::ShortType
239 void ByteType::Destroy() { in Destroy() function in art::verifier::ByteType
253 void IntegerType::Destroy() { in Destroy() function in art::verifier::IntegerType
268 void ConflictType::Destroy() { in Destroy() function in art::verifier::ConflictType
[all …]
Dreg_type.h397 static void Destroy();
432 static void Destroy();
471 static void Destroy();
495 static void Destroy();
520 static void Destroy();
544 static void Destroy();
568 static void Destroy();
592 static void Destroy();
623 static void Destroy();
647 static void Destroy();
[all …]
/art/libartbase/base/unix_file/
Dfd_file.h73 Destroy(); in Reset()
181 void Destroy(); // For ~FdFile and operator=(&&).
Dfd_file.cc65 void FdFile::Destroy() { in Destroy() function in unix_file::FdFile
88 Destroy(); // Free old state. in operator =()
102 Destroy(); in ~FdFile()
/art/compiler/utils/
Ddedupe_set_test.cc49 void Destroy(const std::vector<uint8_t>* key) { in Destroy() function in art::DedupeSetTestAlloc
Ddedupe_set-inl.h67 alloc_.Destroy(key.Key());
/art/openjdkjvmti/
Dti_monitor.cc61 static bool Destroy(art::Thread* self, JvmtiMonitor* monitor) NO_THREAD_SAFETY_ANALYSIS { in Destroy() function in openjdkjvmti::JvmtiMonitor
245 if (!JvmtiMonitor::Destroy(self, monitor)) { in DestroyRawMonitor()
/art/compiler/driver/
Dcompiled_method_storage.cc156 void Destroy(const LengthPrefixedArray<T>* array) { in Destroy() function in art::CompiledMethodStorage::LengthPrefixedArrayAlloc
/art/runtime/
Dthread_list.cc1453 self->Destroy(); in Unregister()
Dthread.h1280 void Destroy();
Dcheck_jni.cc1569 Destroy(embedded_buf); in ReleaseGuardedPACopy()
1578 static void* Destroy(void* embedded_buf) { in Destroy() function in art::__anona1964fb70111::GuardedCopy
3490 chars = reinterpret_cast<const jchar*>(GuardedCopy::Destroy(const_cast<void*>(chars))); in ReleaseStringCharsInternal()
Dthread.cc2180 void Thread::Destroy() { in Destroy() function in art::Thread