Searched defs:Destroy (Results 1 – 6 of 6) sorted by relevance
/art/compiler/utils/ | ||
D | dedupe_set_test.cc | 50 void Destroy(const std::vector<uint8_t>* key) { in Destroy() function in art::DedupeSetTestAlloc |
/art/openjdkjvmti/ | ||
D | ti_monitor.cc | 62 static bool Destroy(art::Thread* self, JvmtiMonitor* monitor) NO_THREAD_SAFETY_ANALYSIS { in Destroy() function in openjdkjvmti::JvmtiMonitor |
/art/dex2oat/driver/ | ||
D | compiled_method_storage.cc | 99 void Destroy(const LengthPrefixedArray<T>* array) { in Destroy() function in art::CompiledMethodStorage::LengthPrefixedArrayAlloc |
/art/libartbase/base/unix_file/ | ||
D | fd_file.cc | 176 void FdFile::Destroy() { in Destroy() function in unix_file::FdFile |
/art/runtime/jni/ | ||
D | check_jni.cc | 1641 static void* Destroy(void* embedded_buf) { in Destroy() function in art::__anone3a16d5e0111::GuardedCopy |
/art/runtime/ | ||
D | thread.cc | 2592 void Thread::Destroy(bool should_run_callbacks) { in Destroy() function in art::Thread |