Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_cache.cc261 UndefinedType::Destroy(); in ShutDown()
262 ConflictType::Destroy(); in ShutDown()
263 BooleanType::Destroy(); in ShutDown()
264 ByteType::Destroy(); in ShutDown()
265 ShortType::Destroy(); in ShutDown()
266 CharType::Destroy(); in ShutDown()
267 IntegerType::Destroy(); in ShutDown()
268 LongLoType::Destroy(); in ShutDown()
269 LongHiType::Destroy(); in ShutDown()
270 FloatType::Destroy(); in ShutDown()
[all …]
Dreg_type.h315 static void Destroy();
345 static void Destroy();
381 static void Destroy();
400 static void Destroy();
420 static void Destroy();
439 static void Destroy();
458 static void Destroy();
477 static void Destroy();
505 static void Destroy();
524 static void Destroy();
[all …]
Dreg_type.cc158 void DoubleHiType::Destroy() { in Destroy() function in art::verifier::DoubleHiType
178 void DoubleLoType::Destroy() { in Destroy() function in art::verifier::DoubleLoType
206 void LongHiType::Destroy() { in Destroy() function in art::verifier::LongHiType
218 void LongLoType::Destroy() { in Destroy() function in art::verifier::LongLoType
237 void FloatType::Destroy() { in Destroy() function in art::verifier::FloatType
257 void CharType::Destroy() { in Destroy() function in art::verifier::CharType
277 void ShortType::Destroy() { in Destroy() function in art::verifier::ShortType
297 void ByteType::Destroy() { in Destroy() function in art::verifier::ByteType
317 void IntegerType::Destroy() { in Destroy() function in art::verifier::IntegerType
337 void ConflictType::Destroy() { in Destroy() function in art::verifier::ConflictType
[all …]
/art/runtime/
Dcheck_jni.cc966 static void* Destroy(void* dataBuf) { in Destroy() function
1108 GuardedCopy::Destroy(dataBuf); in ReleaseGuardedPACopy()
1509 chars = reinterpret_cast<const jchar*>(GuardedCopy::Destroy(const_cast<jchar*>(chars))); in ReleaseStringChars()
1541 utf = reinterpret_cast<const char*>(GuardedCopy::Destroy(const_cast<char*>(utf))); in ReleaseStringUTFChars()
1734 carray = reinterpret_cast<const jchar*>(GuardedCopy::Destroy(const_cast<jchar*>(carray))); in ReleaseStringCritical()
Dthread_list.cc891 self->Destroy(); in Unregister()
Dthread.h860 void Destroy();
Dthread.cc1169 void Thread::Destroy() { in Destroy() function in art::Thread