Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_cache.cc263 UndefinedType::Destroy(); in ShutDown()
264 ConflictType::Destroy(); in ShutDown()
265 BooleanType::Destroy(); in ShutDown()
266 ByteType::Destroy(); in ShutDown()
267 ShortType::Destroy(); in ShutDown()
268 CharType::Destroy(); in ShutDown()
269 IntegerType::Destroy(); in ShutDown()
270 LongLoType::Destroy(); in ShutDown()
271 LongHiType::Destroy(); in ShutDown()
272 FloatType::Destroy(); in ShutDown()
[all …]
Dreg_type.cc135 void DoubleHiType::Destroy() { in Destroy() function in art::verifier::DoubleHiType
150 void DoubleLoType::Destroy() { in Destroy() function in art::verifier::DoubleLoType
171 void LongHiType::Destroy() { in Destroy() function in art::verifier::LongHiType
178 void LongLoType::Destroy() { in Destroy() function in art::verifier::LongLoType
192 void FloatType::Destroy() { in Destroy() function in art::verifier::FloatType
206 void CharType::Destroy() { in Destroy() function in art::verifier::CharType
220 void ShortType::Destroy() { in Destroy() function in art::verifier::ShortType
234 void ByteType::Destroy() { in Destroy() function in art::verifier::ByteType
248 void IntegerType::Destroy() { in Destroy() function in art::verifier::IntegerType
263 void ConflictType::Destroy() { in Destroy() function in art::verifier::ConflictType
[all …]
Dreg_type.h319 static void Destroy();
348 static void Destroy();
381 static void Destroy();
399 static void Destroy();
418 static void Destroy();
436 static void Destroy();
454 static void Destroy();
472 static void Destroy();
497 static void Destroy();
515 static void Destroy();
[all …]
/art/runtime/
Dthread.h953 void Destroy();
Dthread_list.cc1124 self->Destroy(); in Unregister()
Dcheck_jni.cc1261 Destroy(embedded_buf); in ReleaseGuardedPACopy()
1270 static void* Destroy(void* embedded_buf) { in Destroy() function in art::GuardedCopy
3110 chars = reinterpret_cast<const jchar*>(GuardedCopy::Destroy(const_cast<void*>(chars))); in ReleaseStringCharsInternal()
Dthread.cc1354 void Thread::Destroy() { in Destroy() function in art::Thread