/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/utils/ |
H A D | ObjectStack.java | 34 public class ObjectStack extends ObjectVector class 41 public ObjectStack() in ObjectStack() method in ObjectStack 51 public ObjectStack(int blocksize) in ObjectStack() method in ObjectStack 61 public ObjectStack (ObjectStack v) in ObjectStack() method in ObjectStack 212 return (ObjectStack) super.clone(); in clone()
|
/aosp_15_r20/art/runtime/gc/collector/ |
H A D | concurrent_copying.h | 208 accounting::ObjectStack* GetAllocationStack(); 209 accounting::ObjectStack* GetLiveStack(); 262 void SweepArray(accounting::ObjectStack* obj_arr, bool swap_bitmaps) 331 void RemoveThreadMarkStackMapping(Thread* thread, accounting::ObjectStack* tl_mark_stack) 333 void AddThreadMarkStackMapping(Thread* thread, accounting::ObjectStack* tl_mark_stack) 339 std::unique_ptr<accounting::ObjectStack> gc_mark_stack_; 360 std::unique_ptr<accounting::ObjectStack> rb_mark_bit_stack_; 372 std::vector<accounting::ObjectStack*> revoked_mark_stacks_ 379 std::vector<accounting::ObjectStack*> pooled_mark_stacks_
|
H A D | garbage_collector.h | 51 using ObjectStack = AtomicStack<mirror::Object>; variable 164 void SweepArray(accounting::ObjectStack* obj_arr,
|
H A D | mark_sweep.h | 149 void SweepArray(accounting::ObjectStack* obj_arr, bool swap_bitmaps) 306 accounting::ObjectStack* mark_stack_;
|
H A D | semi_space.h | 199 accounting::ObjectStack* mark_stack_;
|
H A D | concurrent_copying.cc | 78 gc_mark_stack_(accounting::ObjectStack::Create("concurrent copying gc mark stack", in ConcurrentCopying() 83 rb_mark_bit_stack_(accounting::ObjectStack::Create("rb copying gc mark stack", in ConcurrentCopying() 1889 accounting::ObjectStack* ConcurrentCopying::GetAllocationStack() { in GetAllocationStack() 1893 accounting::ObjectStack* ConcurrentCopying::GetLiveStack() { in GetLiveStack() 2488 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); in Sweep() 2511 void ConcurrentCopying::SweepArray(accounting::ObjectStack* obj_arr, bool swap_bitmaps) { in SweepArray() 3581 accounting::ObjectStack* alloc_stack = GetAllocationStack(); in IsOnAllocStack()
|
H A D | mark_compact-inl.h | 200 accounting::ObjectStack* stack = heap_->GetAllocationStack(); in IsOnAllocStack()
|
H A D | mark_sweep.cc | 1195 void MarkSweep::SweepArray(accounting::ObjectStack* obj_arr, bool swap_bitmaps) { in SweepArray() 1227 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); in Sweep()
|
H A D | garbage_collector.cc | 303 void GarbageCollector::SweepArray(accounting::ObjectStack* allocations, in SweepArray()
|
H A D | semi_space.cc | 283 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); in MarkReachableObjects()
|
H A D | mark_compact.h | 606 accounting::ObjectStack* mark_stack_;
|
H A D | mark_compact.cc | 1205 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); in Sweep() 2504 accounting::ObjectStack* stack = heap_->GetAllocationStack(); in UpdateNonMovingSpaceBlackAllocations()
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xpath/ |
H A D | XPathContext.java | 45 import org.apache.xml.utils.ObjectStack; 396 ObjectStack m_saxLocations = new ObjectStack(RECURSIONLIMIT); 911 private ObjectStack m_prefixResolvers 912 = new ObjectStack(RECURSIONLIMIT);
|
/aosp_15_r20/art/runtime/gc/ |
H A D | heap.h | 83 using ObjectStack = AtomicStack<mirror::Object>; variable 679 accounting::ObjectStack* GetLiveStack() REQUIRES_SHARED(Locks::heap_bitmap_lock_) { in GetLiveStack() 683 accounting::ObjectStack* GetAllocationStack() REQUIRES_SHARED(Locks::heap_bitmap_lock_) { in GetAllocationStack() 702 accounting::ObjectStack* stack) 707 void MarkAllocStackAsLive(accounting::ObjectStack* stack) 1097 accounting::ObjectStack* GetMarkStack() { in GetMarkStack() 1587 std::unique_ptr<accounting::ObjectStack> mark_stack_; 1592 std::unique_ptr<accounting::ObjectStack> allocation_stack_; 1595 std::unique_ptr<accounting::ObjectStack> live_stack_;
|
H A D | heap.cc | 756 mark_stack_.reset(accounting::ObjectStack::Create("mark stack", kDefaultMarkStackSize, in Heap() 759 allocation_stack_.reset(accounting::ObjectStack::Create( in Heap() 761 live_stack_.reset(accounting::ObjectStack::Create( in Heap() 1152 void Heap::MarkAllocStackAsLive(accounting::ObjectStack* stack) { in MarkAllocStackAsLive() 2672 accounting::ObjectStack* stack) { in MarkAllocStack() 3133 accounting::ObjectStack* alloc_stack = heap_->allocation_stack_.get(); in VerifyReference() 3134 accounting::ObjectStack* live_stack = heap_->live_stack_.get(); in VerifyReference() 3362 accounting::ObjectStack* live_stack = heap_->live_stack_.get(); in operator ()()
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
H A D | TransformerImpl.java | 81 import org.apache.xml.utils.ObjectStack; 191 ObjectStack m_currentTemplateElements 192 = new ObjectStack(XPathContext.RECURSIONLIMIT); 263 ObjectStack m_currentFuncResult = new ObjectStack(); 2408 public ObjectStack getCurrentTemplateElements() in getCurrentTemplateElements()
|
/aosp_15_r20/art/runtime/gc/accounting/ |
H A D | atomic_stack.h | 325 using ObjectStack = AtomicStack<mirror::Object>; variable
|
/aosp_15_r20/out/soong/.intermediates/external/apache-xml/apache-xml/android_common_apex31/javac/ |
D | apache-xml.jar.rsp | 1 …ObjectPool.java external/apache-xml/src/main/java/org/apache/xml/utils/ObjectStack.java external/a…
|
D | apache-xml.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/aosp_15_r20/out/soong/.intermediates/external/apache-xml/apache-xml/android_common_apex31/turbine/ |
D | apache-xml.jar.rsp | 1 …ObjectPool.java external/apache-xml/src/main/java/org/apache/xml/utils/ObjectStack.java external/a…
|
D | apache-xml.jar | org/apache/xalan/Version.class
<Unknown>
package org.apache.xalan
public ... |
/aosp_15_r20/out/soong/.intermediates/external/apache-xml/apache-xml/android_common_apex31/withres/ |
D | apache-xml.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/apache-xml.com.android.art.debug_intermediates/ |
D | classes.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
D | classes-header.jar | org/apache/xalan/Version.class
<Unknown>
package org.apache.xalan
public ... |
/aosp_15_r20/prebuilts/module_sdk/art/1/java/ |
D | apache-xml.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |