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

/art/runtime/verifier/
H A Dreg_type.cc140 void DoubleHiType::Destroy() { function in class:art::verifier::DoubleHiType
155 void DoubleLoType::Destroy() { function in class:art::verifier::DoubleLoType
176 void LongHiType::Destroy() { function in class:art::verifier::LongHiType
183 void LongLoType::Destroy() { function in class:art::verifier::LongLoType
197 void FloatType::Destroy() { function in class:art::verifier::FloatType
211 void CharType::Destroy() { function in class:art::verifier::CharType
225 void ShortType::Destroy() { function in class:art::verifier::ShortType
239 void ByteType::Destroy() { function in class:art::verifier::ByteType
253 void IntegerType::Destroy() { function in class:art::verifier::IntegerType
268 void ConflictType::Destroy() { function in class:art::verifier::ConflictType
282 void BooleanType::Destroy() { function in class:art::verifier::BooleanType
301 void UndefinedType::Destroy() { function in class:art::verifier::UndefinedType
982 void NullType::Destroy() { function in class:art::verifier::NullType
[all...]
H A Dreg_type_cache.cc301 UndefinedType::Destroy();
302 ConflictType::Destroy();
303 BooleanType::Destroy();
304 ByteType::Destroy();
305 ShortType::Destroy();
306 CharType::Destroy();
307 IntegerType::Destroy();
308 LongLoType::Destroy();
309 LongHiType::Destroy();
310 FloatType::Destroy();
[all...]
H A Dreg_type.h396 // Destroy the singleton instance.
397 static void Destroy();
431 // Destroy the singleton instance.
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();
[all...]
/art/libartbase/base/unix_file/
H A Dfd_file.h73 Destroy();
181 void Destroy(); // For ~FdFile and operator=(&&).
H A Dfd_file.cc65 void FdFile::Destroy() { function in class:unix_file::FdFile
88 Destroy(); // Free old state.
102 Destroy();
/art/compiler/utils/
H A Ddedupe_set_test.cc49 void Destroy(const std::vector<uint8_t>* key) { function in class:art::DedupeSetTestAlloc
H A Ddedupe_set-inl.h67 alloc_.Destroy(key.Key());
/art/openjdkjvmti/
H A Dti_monitor.cc61 static bool Destroy(art::Thread* self, JvmtiMonitor* monitor) NO_THREAD_SAFETY_ANALYSIS {
245 if (!JvmtiMonitor::Destroy(self, monitor)) {
/art/compiler/driver/
H A Dcompiled_method_storage.cc156 void Destroy(const LengthPrefixedArray<T>* array) { function in class:art::CompiledMethodStorage::LengthPrefixedArrayAlloc
/art/runtime/
H A Dthread.h1280 void Destroy();
1767 friend class ThreadList; // For ~Thread and Destroy.
H A Dthread_list.cc1449 // suspend and so on, must happen at this point, and not in ~Thread. The self->Destroy is what
1453 self->Destroy();
H A Dcheck_jni.cc1569 Destroy(embedded_buf);
1578 static void* Destroy(void* embedded_buf) { function in class:art::__anon84::GuardedCopy
3490 chars = reinterpret_cast<const jchar*>(GuardedCopy::Destroy(const_cast<void*>(chars)));
H A Dthread.cc2180 void Thread::Destroy() { function in class:Thread

Completed in 607 milliseconds