Searched defs:shift (Results 1 – 7 of 7) sorted by relevance
/dalvik/vm/alloc/ |
D | HeapBitmap.cpp | 110 const int shift = CLZ(word); in dvmHeapBitmapWalk() local 146 const int shift = CLZ(word); in dvmHeapBitmapScanWalk() local 194 int shift = CLZ(garbage); in dvmHeapBitmapSweepWalk() local
|
/dalvik/vm/compiler/codegen/mips/ |
D | CodegenCommon.cpp | 98 int shift; in getRegMaskCommon() local
|
/dalvik/vm/compiler/codegen/arm/ |
D | CodegenCommon.cpp | 95 int shift; in getRegMaskCommon() local
|
/dalvik/vm/compiler/codegen/x86/libenc/ |
D | encoder.inl | 224 ENCODER_DECLARE_EXPORT char * shift(char * stream, Shift_Opcode shc, const RM_Opnd & rm, const Imm_… function 231 ENCODER_DECLARE_EXPORT char * shift(char * stream, Shift_Opcode shc, const RM_Opnd & rm, Opnd_Size … function 238 ENCODER_DECLARE_EXPORT char * shift(char * stream, Shift_Opcode shc, const RM_Opnd & rm, function 248 ENCODER_DECLARE_EXPORT char * shift(char * stream, Shift_Opcode shc, const RM_Opnd & rm, function
|
/dalvik/vm/compiler/codegen/arm/Thumb2/ |
D | Factory.cpp | 307 int rSrc2, int shift) in opRegRegShift() 429 int rDest, int rSrc1, int rSrc2, int shift) in opRegRegRegShift()
|
/dalvik/vm/reflect/ |
D | Annotation.cpp | 63 int shift = 0; in readUleb128() local
|
/dalvik/dx/src/com/android/dx/io/instructions/ |
D | InstructionCodec.java | 247 int shift = (opcode == Opcodes.CONST_HIGH16) ? 16 : 48; in FORMAT_21H() local
|