Home
last modified time | relevance | path

Searched refs:clear (Results 126 – 147 of 147) sorted by relevance

123456

/art/runtime/
Dtrace.cc118 stack_trace->clear(); in FreeStackTrace()
Dinstrumentation.cc543 stack->clear(); in InstrumentationRestoreStack()
Dclass_linker.cc2365 new_class_roots_.clear(); in VisitClassRoots()
2366 new_bss_roots_boot_oat_files_.clear(); in VisitClassRoots()
2537 class_loaders_.clear(); in ~ClassLinker()
4641 result.clear(); in LookupClasses()
/art/runtime/jni/
Djava_vm_ext.cc900 error_msg->clear(); in LoadNativeLibrary()
/art/runtime/interpreter/mterp/x86/
Darithmetic.S612 CLEAR_WIDE_REF %eax # clear refs in advance
/art/openjdkjvmti/
Dti_class.cc908 descriptors.clear(); in CopyClassDescriptors()
Dti_method.cc751 descriptor->clear(); in GetSlotType()
Dti_heap.cc888 worklist_.clear(); in Init()
/art/runtime/gc/collector/
Dconcurrent_copying.cc1552 immune_gray_stack_.clear(); in CopyingPhase()
2129 revoked_mark_stacks_.clear(); in ProcessThreadLocalMarkStacks()
3671 skipped_blocks_map_.clear(); in FinishPhase()
/art/dex2oat/linker/
Dimage_writer.cc1425 prune_class_memo_.clear(); in PruneNonImageClasses()
1868 klasses_.clear(); in SortAndReleaseClasses()
3061 saved_hashcode_map_.clear(); in CopyAndFixupObjects()
/art/compiler/optimizing/
Doptimizing_compiler.cc179 visualizer_oss_.clear(); in FlushVisualizer()
Dcode_generator_arm64.cc5204 void LocationsBuilderARM64::VisitClearException(HClearException* clear) { in VisitClearException() argument
5205 new (GetGraph()->GetAllocator()) LocationSummary(clear, LocationSummary::kNoCall); in VisitClearException()
5208 void InstructionCodeGeneratorARM64::VisitClearException(HClearException* clear ATTRIBUTE_UNUSED) { in VisitClearException()
Dcode_generator_x86_64.cc6406 void LocationsBuilderX86_64::VisitClearException(HClearException* clear) { in VisitClearException() argument
6407 new (GetGraph()->GetAllocator()) LocationSummary(clear, LocationSummary::kNoCall); in VisitClearException()
6410 void InstructionCodeGeneratorX86_64::VisitClearException(HClearException* clear ATTRIBUTE_UNUSED) { in VisitClearException()
Dcode_generator_x86.cc7111 void LocationsBuilderX86::VisitClearException(HClearException* clear) { in VisitClearException() argument
7112 new (GetGraph()->GetAllocator()) LocationSummary(clear, LocationSummary::kNoCall); in VisitClearException()
7115 void InstructionCodeGeneratorX86::VisitClearException(HClearException* clear ATTRIBUTE_UNUSED) { in VisitClearException()
Dcode_generator_arm_vixl.cc7678 void LocationsBuilderARMVIXL::VisitClearException(HClearException* clear) { in VisitClearException() argument
7679 new (GetGraph()->GetAllocator()) LocationSummary(clear, LocationSummary::kNoCall); in VisitClearException()
7682 void InstructionCodeGeneratorARMVIXL::VisitClearException(HClearException* clear ATTRIBUTE_UNUSED) { in VisitClearException()
Dnodes.h959 back_edges_.clear(); in ResetBasicBlockData()
1195 predecessors_.clear(); in ClearAllPredecessors()
/art/runtime/jit/
Djit.cc1738 tasks_after_boot_.clear(); in PostForkChildAction()
/art/dex2oat/
Ddex2oat_test.cc1966 output_.clear(); in TEST_F()
/art/dex2oat/driver/
Dcompiler_driver.cc1144 unresolved_exception_types.clear(); in LoadImageClasses()
/art/oatdump/
Doatdump.cc1936 dex_caches_.clear(); in Dump()
/art/runtime/verifier/
Dmethod_verifier.cc1844 monitor_enter_dex_pcs->clear(); // The new work line is more accurate than the previous one. in HandleMonitorDexPcsWorkLine()
/art/test/dexdump/
Dcheckers.txt2392 … |0001: invoke-interface {v3}, Landroid/content/SharedPreferences$Editor;.clear:()Landroid/content…

123456