Searched refs:ref (Results 51 - 75 of 146) sorted by relevance

123456

/art/runtime/interpreter/mterp/x86/
H A Dop_sput_wide.S9 movl %eax, OUT_ARG0(%esp) # field ref BBBB
H A DsseBinop.S8 movs${suff} %xmm0, VREG_REF_ADDRESS(rINST) # clear ref
H A DsseBinop2Addr.S9 movs${suff} %xmm0, VREG_REF_ADDRESS(rINST) # clear ref
H A Dop_iget.S9 movl %eax, OUT_ARG0(%esp) # field ref CCCC
H A Dop_iget_wide.S8 movl %eax, OUT_ARG0(%esp) # field ref CCCC
H A Dop_iput.S11 movl %eax, OUT_ARG0(%esp) # field ref CCCC
H A Dop_iput_wide.S5 movl %eax, OUT_ARG0(%esp) # field ref CCCC
/art/runtime/interpreter/mterp/x86_64/
H A Dop_iput.S10 movzwl 2(rPC), OUT_32_ARG0 # field ref <- 0000CCCC
H A Dop_iput_wide.S4 movzwq 2(rPC), OUT_ARG0 # field ref CCCC
H A Dop_sget.S10 movzwq 2(rPC), OUT_ARG0 # field ref CCCC
H A DsseBinop.S8 movs${suff} %xmm0, VREG_REF_ADDRESS(rINSTq) # clear ref
H A DsseBinop2Addr.S9 movs${suff} %xmm0, VREG_REF_ADDRESS(rINSTq) # clear ref
H A Dop_iget.S9 movzwl 2(rPC), OUT_32_ARG0 # eax <- field ref CCCC
/art/runtime/gc/accounting/
H A Dmod_union_table.cc120 mirror::Object* ref = obj_ptr->AsMirrorPtr(); local
121 if (ref != nullptr && !from_space_->HasAddress(ref) && !immune_space_->HasAddress(ref)) {
123 mirror::Object* new_object = visitor_->MarkObject(ref);
124 if (ref != new_object) {
193 mirror::Object* ref = ref_ptr->AsMirrorPtr(); local
195 if (ref != nullptr && mod_union_table_->ShouldAddReference(ref)) {
267 mirror::Object* ref local
[all...]
/art/runtime/
H A Djava_vm_ext.h135 mirror::Object* DecodeGlobal(IndirectRef ref)
138 void UpdateGlobal(Thread* self, IndirectRef ref, mirror::Object* result)
141 mirror::Object* DecodeWeakGlobal(Thread* self, IndirectRef ref)
145 mirror::Object* DecodeWeakGlobalLocked(Thread* self, IndirectRef ref)
151 mirror::Object* DecodeWeakGlobalDuringShutdown(Thread* self, IndirectRef ref)
155 // Checks if the weak global ref has been cleared by the GC without decode (read barrier.)
156 bool IsWeakGlobalCleared(Thread* self, IndirectRef ref)
164 void UpdateWeakGlobal(Thread* self, IndirectRef ref, mirror::Object* result)
/art/runtime/base/
H A Ddebug_stack.h66 explicit DebugStackIndirectTopRefImpl(DebugStackReferenceImpl<false>* ref ATTRIBUTE_UNUSED) {}
112 explicit DebugStackIndirectTopRefImpl(DebugStackReferenceImpl<kIsDebug>* ref) argument
113 : ref_(ref) {
/art/test/003-omnibus-opcodes/src/
H A DInternedString.java17 import java.lang.ref.*;
/art/runtime/gc/collector/
H A Dconcurrent_copying.h88 void AssertToSpaceInvariant(mirror::Object* obj, MemberOffset offset, mirror::Object* ref)
90 void AssertToSpaceInvariant(GcRootSource* gc_root_source, mirror::Object* ref)
92 bool IsInToSpace(mirror::Object* ref) SHARED_REQUIRES(Locks::mutator_lock_) {
93 DCHECK(ref != nullptr);
94 return IsMarked(ref) == ref;
171 bool IsOnAllocStack(mirror::Object* ref) SHARED_REQUIRES(Locks::mutator_lock_);
180 void AssertToSpaceInvariantInNonMovingSpace(mirror::Object* obj, mirror::Object* ref)
/art/runtime/interpreter/mterp/arm/
H A Dop_iget.S8 FETCH r0, 1 @ r0<- field ref CCCC
H A Dop_sget_wide.S9 FETCH r0, 1 @ r0<- field ref BBBB
/art/runtime/interpreter/mterp/mips/
H A Dop_iget.S8 FETCH(a0, 1) # a0 <- field ref CCCC
H A Dop_iput.S10 FETCH(a0, 1) # a0 <- field ref CCCC
H A Dop_iput_wide.S4 FETCH(a0, 1) # a0 <- field ref CCCC
/art/runtime/interpreter/mterp/mips64/
H A Dop_iget.S9 lhu a0, 2(rPC) # a0 <- field ref CCCC
H A Dop_iget_wide.S8 lhu a0, 2(rPC) # a0 <- field ref CCCC

Completed in 838 milliseconds

123456