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

/art/runtime/verifier/
H A Dreg_type_cache.cc246 UndefinedType::Destroy();
247 ConflictType::Destroy();
248 BooleanType::Destroy();
249 ByteType::Destroy();
250 ShortType::Destroy();
251 CharType::Destroy();
252 IntegerType::Destroy();
253 LongLoType::Destroy();
254 LongHiType::Destroy();
255 FloatType::Destroy();
[all...]
H A Dreg_type.cc158 void DoubleHiType::Destroy() { function in class:art::verifier::DoubleHiType
178 void DoubleLoType::Destroy() { function in class:art::verifier::DoubleLoType
206 void LongHiType::Destroy() { function in class:art::verifier::LongHiType
218 void LongLoType::Destroy() { function in class:art::verifier::LongLoType
237 void FloatType::Destroy() { function in class:art::verifier::FloatType
257 void CharType::Destroy() { function in class:art::verifier::CharType
277 void ShortType::Destroy() { function in class:art::verifier::ShortType
297 void ByteType::Destroy() { function in class:art::verifier::ByteType
317 void IntegerType::Destroy() { function in class:art::verifier::IntegerType
337 void ConflictType::Destroy() { function in class:art::verifier::ConflictType
357 void BooleanType::Destroy() { function in class:art::verifier::BooleanType
381 void UndefinedType::Destroy() { function in class:art::verifier::UndefinedType
[all...]
H A Dreg_type.h311 // Destroy the singleton instance.
312 static void Destroy();
341 // Destroy the singleton instance.
342 static void Destroy();
378 static void Destroy();
397 static void Destroy();
417 static void Destroy();
436 static void Destroy();
455 static void Destroy();
474 static void Destroy();
[all...]
/art/runtime/
H A Dcheck_jni.cc969 static void* Destroy(void* dataBuf) { function in struct:art::GuardedCopy
1115 GuardedCopy::Destroy(dataBuf);
1512 chars = reinterpret_cast<const jchar*>(GuardedCopy::Destroy(const_cast<jchar*>(chars)));
1544 utf = reinterpret_cast<const char*>(GuardedCopy::Destroy(const_cast<char*>(utf)));
1739 carray = reinterpret_cast<const jchar*>(GuardedCopy::Destroy(const_cast<jchar*>(carray)));
H A Dthread.h601 void Destroy();
602 friend class ThreadList; // For ~Thread and Destroy.
H A Dthread_list.cc528 self->Destroy();
H A Dthread.cc1027 void Thread::Destroy() { function in class:art::Thread

Completed in 111 milliseconds