Home
last modified time | relevance | path

Searched defs:clear (Results 1 – 15 of 15) sorted by relevance

/art/libartbase/base/
Dbounded_fifo.h37 void clear() { in clear() function
Dsafe_map.h75 void clear() { map_.clear(); } in clear() function
Dbit_memory_region.h131 Result clear = (std::numeric_limits<Result>::max() << 1) << (bit_length - 1); in LoadBits() local
Dintrusive_forward_list.h226 void clear() { in clear() function
Dhash_set.h197 void clear() { in clear() function
/art/test/941-recursive-obsolete-jit/src/
DMain.java98 public void clear() { in clear() method in Main.TestWatcher
/art/test/943-private-recursive-jit/src/
DMain.java108 public void clear() { in clear() method in Main.TestWatcher
/art/test/916-obsolete-jit/src/
DMain.java113 public void clear() { in clear() method in Main.TestWatcher
/art/test/1961-obsolete-jit-multithread/src/
DMain.java94 public void clear() { in clear() method in Main.TestWatcher
/art/test/1960-obsolete-jit-multithread-native/src/
DMain.java96 public void clear() { in clear() method in Main.TestWatcher
/art/runtime/gc/
Dheap.cc2283 SelfDeletingTask* clear = reference_processor_->CollectClearedReferences(self); in PerformHomogeneousSpaceCompact() local
2806 SelfDeletingTask* clear; // Unconditionally set below. in CollectGarbageInternal() local
/art/compiler/optimizing/
Dcode_generator_arm64.cc5954 void LocationsBuilderARM64::VisitClearException(HClearException* clear) { in VisitClearException()
5958 void InstructionCodeGeneratorARM64::VisitClearException([[maybe_unused]] HClearException* clear) { in VisitClearException()
Dcode_generator_x86_64.cc7071 void LocationsBuilderX86_64::VisitClearException(HClearException* clear) { in VisitClearException()
7075 void InstructionCodeGeneratorX86_64::VisitClearException([[maybe_unused]] HClearException* clear) { in VisitClearException()
Dcode_generator_x86.cc7726 void LocationsBuilderX86::VisitClearException(HClearException* clear) { in VisitClearException()
7730 void InstructionCodeGeneratorX86::VisitClearException([[maybe_unused]] HClearException* clear) { in VisitClearException()
Dcode_generator_arm_vixl.cc8088 void LocationsBuilderARMVIXL::VisitClearException(HClearException* clear) { in VisitClearException()
8092 void InstructionCodeGeneratorARMVIXL::VisitClearException([[maybe_unused]] HClearException* clear) { in VisitClearException()