Searched refs:curFrame (Results 51 - 55 of 55) sorted by relevance

123

/dalvik/vm/mterp/out/
H A DInterpAsm-armv7-a.S16192 str r1, [rSELF, #offThread_curFrame] @ curFrame = newFp
16200 str r1, [rSELF, #offThread_curFrame] @ curFrame = newFp
16219 str r1, [rSELF, #offThread_curFrame] @ curFrame = newFp
16247 str rFP, [rSELF, #offThread_curFrame] @ curFrame = fp
16349 str rFP, [rSELF, #offThread_curFrame] @ curFrame = fp
16371 str r1, [rSELF, #offThread_curFrame] @ update interpSave.curFrame
16454 /* adjust locals to match self->interpSave.curFrame and updated PC */
16480 str rFP, [rSELF, #offThread_curFrame] @ update interpSave.curFrame
H A DInterpAsm-x86.S16221 movl rFP, offThread_curFrame(%ecx) # curFrame<-newFP
16260 movl rINST, offThread_curFrame(%ecx) # curFrame<- newFP
16274 movl rFP, offThread_curFrame(%eax) # curFrame<- rFP
16342 movl rFP, offThread_curFrame(%eax) # glue->self->curFrame<- rFP
16382 movl %ebx, offThread_curFrame(%ecx) # update interpSave.curFrame
16574 movl rFP, offThread_curFrame(%ecx) # update interpSave.curFrame
16627 /* adjust locals to match self->interpSave.curFrame and updated PC */
H A DInterpAsm-armv5te.S16713 str r1, [rSELF, #offThread_curFrame] @ curFrame = newFp
16721 str r1, [rSELF, #offThread_curFrame] @ curFrame = newFp
16740 str r1, [rSELF, #offThread_curFrame] @ curFrame = newFp
16768 str rFP, [rSELF, #offThread_curFrame] @ curFrame = fp
16870 str rFP, [rSELF, #offThread_curFrame] @ curFrame = fp
16892 str r1, [rSELF, #offThread_curFrame] @ update interpSave.curFrame
16975 /* adjust locals to match self->interpSave.curFrame and updated PC */
17001 str rFP, [rSELF, #offThread_curFrame] @ update interpSave.curFrame
H A DInterpAsm-mips.S11814 sw rFP, offThread_curFrame(rSELF) # curFrame = fp
11839 sw a1, offThread_curFrame(rSELF) # update interpSave.curFrame
11915 /* adjust locals to match self->interpSave.curFrame and updated PC */
/dalvik/vm/compiler/codegen/x86/
H A DLowerHelper.cpp2228 move_reg_to_mem(OpndSize_32, PhysicalReg_FP, true, offsetof(Thread, interpSave.curFrame), C_SCRATCH_1, isScratchPhysical);

Completed in 1194 milliseconds

123