Home
last modified time | relevance | path

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

/art/runtime/verifier/
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
Dthread.cc1169 void Thread::Destroy() { in Destroy() function in art::Thread