Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_cache.cc314 UndefinedType::Destroy(); in ShutDown()
315 ConflictType::Destroy(); in ShutDown()
316 BooleanType::Destroy(); in ShutDown()
317 ByteType::Destroy(); in ShutDown()
318 ShortType::Destroy(); in ShutDown()
319 CharType::Destroy(); in ShutDown()
320 IntegerType::Destroy(); in ShutDown()
321 LongLoType::Destroy(); in ShutDown()
322 LongHiType::Destroy(); in ShutDown()
323 FloatType::Destroy(); in ShutDown()
[all …]
Dreg_type.cc146 void DoubleHiType::Destroy() { in Destroy() function in art::verifier::DoubleHiType
161 void DoubleLoType::Destroy() { in Destroy() function in art::verifier::DoubleLoType
184 void LongHiType::Destroy() { in Destroy() function in art::verifier::LongHiType
191 void LongLoType::Destroy() { in Destroy() function in art::verifier::LongLoType
206 void FloatType::Destroy() { in Destroy() function in art::verifier::FloatType
221 void CharType::Destroy() { in Destroy() function in art::verifier::CharType
236 void ShortType::Destroy() { in Destroy() function in art::verifier::ShortType
251 void ByteType::Destroy() { in Destroy() function in art::verifier::ByteType
266 void IntegerType::Destroy() { in Destroy() function in art::verifier::IntegerType
281 void ConflictType::Destroy() { in Destroy() function in art::verifier::ConflictType
[all …]
Dreg_type.h375 static void Destroy();
411 static void Destroy();
453 static void Destroy();
478 static void Destroy();
504 static void Destroy();
529 static void Destroy();
553 static void Destroy();
578 static void Destroy();
611 static void Destroy();
636 static void Destroy();
[all …]
/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/libartbase/base/unix_file/
Dfd_file.cc172 void FdFile::Destroy() { in Destroy() function in unix_file::FdFile
209 Destroy(); // Free old state. in operator =()
228 Destroy(); in ~FdFile()
247 Destroy(); in Reset()
Dfd_file.h156 void Destroy(); // For ~FdFile and operator=(&&).
/art/openjdkjvmti/
Dti_monitor.cc62 static bool Destroy(art::Thread* self, JvmtiMonitor* monitor) NO_THREAD_SAFETY_ANALYSIS { in Destroy() function in openjdkjvmti::JvmtiMonitor
249 if (!JvmtiMonitor::Destroy(self, monitor)) { in DestroyRawMonitor()
/art/compiler/driver/
Dcompiled_method_storage.cc99 void Destroy(const LengthPrefixedArray<T>* array) { in Destroy() function in art::CompiledMethodStorage::LengthPrefixedArrayAlloc
/art/runtime/
Dthread_list.cc1306 self->Destroy(); in Unregister()
Dthread.h1348 void Destroy();
Dthread.cc2393 void Thread::Destroy() { in Destroy() function in art::Thread
/art/runtime/jni/
Dcheck_jni.cc1574 Destroy(embedded_buf); in ReleaseGuardedPACopy()
1583 static void* Destroy(void* embedded_buf) { in Destroy() function in art::__anon846bc2ca0111::GuardedCopy
3495 chars = reinterpret_cast<const jchar*>(GuardedCopy::Destroy(const_cast<void*>(chars))); in ReleaseStringCharsInternal()