Searched defs:Destroy (Results 1 - 6 of 6) sorted by relevance

/art/compiler/utils/
H A Ddedupe_set_test.cc49 void Destroy(const std::vector<uint8_t>* key) { function in class:art::DedupeSetTestAlloc
/art/compiler/driver/
H A Dcompiled_method_storage.cc156 void Destroy(const LengthPrefixedArray<T>* array) { function in class:art::CompiledMethodStorage::LengthPrefixedArrayAlloc
/art/libartbase/base/unix_file/
H A Dfd_file.cc65 void FdFile::Destroy() { function in class:unix_file::FdFile
88 Destroy(); // Free old state.
102 Destroy();
/art/runtime/verifier/
H A Dreg_type.cc140 void DoubleHiType::Destroy() { function in class:art::verifier::DoubleHiType
155 void DoubleLoType::Destroy() { function in class:art::verifier::DoubleLoType
176 void LongHiType::Destroy() { function in class:art::verifier::LongHiType
183 void LongLoType::Destroy() { function in class:art::verifier::LongLoType
197 void FloatType::Destroy() { function in class:art::verifier::FloatType
211 void CharType::Destroy() { function in class:art::verifier::CharType
225 void ShortType::Destroy() { function in class:art::verifier::ShortType
239 void ByteType::Destroy() { function in class:art::verifier::ByteType
253 void IntegerType::Destroy() { function in class:art::verifier::IntegerType
268 void ConflictType::Destroy() { function in class:art::verifier::ConflictType
282 void BooleanType::Destroy() { function in class:art::verifier::BooleanType
301 void UndefinedType::Destroy() { function in class:art::verifier::UndefinedType
982 void NullType::Destroy() { function in class:art::verifier::NullType
[all...]
/art/runtime/
H A Dcheck_jni.cc1569 Destroy(embedded_buf);
1578 static void* Destroy(void* embedded_buf) { function in class:art::__anon84::GuardedCopy
3490 chars = reinterpret_cast<const jchar*>(GuardedCopy::Destroy(const_cast<void*>(chars)));
H A Dthread.cc2180 void Thread::Destroy() { function in class:Thread

Completed in 156 milliseconds