Home
last modified time | relevance | path

Searched defs:Destroy (Results 1 – 3 of 3) sorted by relevance

/art/runtime/verifier/
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 …]
/art/runtime/
Dthread.cc1369 void Thread::Destroy() { in Destroy() function in art::Thread
Dcheck_jni.cc1270 static void* Destroy(void* embedded_buf) { in Destroy() function in art::GuardedCopy