HomeSort by relevance Sort by last modified time
    Searched refs:move_imm_to_mem (Results 1 - 10 of 10) sorted by null

  /dalvik/vm/compiler/codegen/x86/
LowerObject.cpp 337 move_imm_to_mem(OpndSize_32, (int)classPtr, 0, PhysicalReg_ESP, true);
338 move_imm_to_mem(OpndSize_32, ALLOC_DONT_TRACK, 4, PhysicalReg_ESP, true);
409 move_imm_to_mem(OpndSize_32, (int)classPtr, 0, PhysicalReg_ESP, true);
411 move_imm_to_mem(OpndSize_32, ALLOC_DONT_TRACK, 8, PhysicalReg_ESP, true);
474 move_imm_to_mem(OpndSize_32, (int)classPtr, 0, PhysicalReg_ESP, true);
475 move_imm_to_mem(OpndSize_32, length, 4, PhysicalReg_ESP, true);
476 move_imm_to_mem(OpndSize_32, ALLOC_DONT_TRACK, 8, PhysicalReg_ESP, true);
621 move_imm_to_mem(OpndSize_32, (int)(rPC+tmp), 4, PhysicalReg_ESP, true);
671 move_imm_to_mem(OpndSize_32, vB, 8, PhysicalReg_ESP, true);
672 move_imm_to_mem(OpndSize_32, vA, 4, PhysicalReg_ESP, true)
    [all...]
LowerMove.cpp 142 move_imm_to_mem(OpndSize_32, 0, offThread_exception, 2, false);
LowerReturn.cpp 101 move_imm_to_mem(OpndSize_32, kCallsiteInterpreted, 0, PhysicalReg_ESP, true);
LowerInvoke.cpp 288 move_imm_to_mem(OpndSize_32, tmp, 4, PhysicalReg_ESP, true);
291 move_imm_to_mem(OpndSize_32, (int) currentMethod->clazz->pDvmDex, 12, PhysicalReg_ESP, true);
295 move_imm_to_mem(OpndSize_32, (int) currentMethod, 8, PhysicalReg_ESP, true);
    [all...]
NcgAot.cpp 35 move_imm_to_mem(OpndSize_32, (int)rPC,
LowerJump.cpp     [all...]
LowerGetPut.cpp 475 move_imm_to_mem(OpndSize_32, tmp, 4, PhysicalReg_ESP, true); //field
476 move_imm_to_mem(OpndSize_32, 0, 0, PhysicalReg_ESP, true); //iget
LowerHelper.cpp 1590 void move_imm_to_mem(OpndSize size, int imm, function
    [all...]
Lower.h 757 void move_imm_to_mem(OpndSize size, int imm,
    [all...]
AnalysisO1.cpp 603 move_imm_to_mem(OpndSize_32, cUnit->startOffset, -4, PhysicalReg_ESP, true); //2nd argument: offset
604 move_imm_to_mem(OpndSize_32, (int)currentMethod, -8, PhysicalReg_ESP, true); //1st argument: method
    [all...]

Completed in 1241 milliseconds