Searched refs:get (Results 251 - 275 of 296) sorted by relevance

<<1112

/dalvik/vm/mterp/x86/
H A DOP_SPUT_OBJECT.S30 movl offThread_cardTable(%ecx),%ecx # get card table base
/dalvik/dx/src/com/android/dx/cf/direct/
H A DStdAttributeFactory.java324 TypedConstant cst = (TypedConstant) pool.get(idx);
359 CstType type = (CstType) pool.get(idx);
435 CstType innerClass = (CstType) pool.get(innerClassIdx);
576 CstString name = (CstString) pool.get(nameIdx);
577 CstString type = (CstString) pool.get(typeIdx);
685 CstString cst = (CstString) pool.get(idx);
707 CstString cst = (CstString) pool.get(idx);
/dalvik/dexgen/src/com/android/dexgen/rop/annotation/
H A DAnnotation.java216 if (elements.get(name) != null) {
/dalvik/dexgen/src/com/android/dexgen/rop/cst/
H A DCstType.java126 CstType cst = interns.get(type);
/dalvik/dx/src/com/android/dx/rop/annotation/
H A DAnnotation.java208 if (elements.get(name) != null) {
/dalvik/dx/src/com/android/dx/rop/cst/
H A DCstType.java126 CstType cst = interns.get(type);
/dalvik/dx/src/com/android/dx/ssa/back/
H A DRegisterAllocator.java190 interference.add(newReg, sources.get(i).getReg());
/dalvik/hit/src/com/android/hit/
H A DQueries.java44 * reachableFrom make a call to findObject to get the target
109 Set<ClassObj> classSet = result.get(packageName);
/dalvik/vm/native/
H A Ddalvik_system_VMStack.cpp79 dvmFillStackTraceArray(fp, methods.get(), depth);
/dalvik/dx/src/com/android/dx/dex/file/
H A DValueEncoder.java281 Constant cst = list.get(i);
521 addContents(file, list.get(i));
H A DAnnotationUtils.java211 list.set(i, new CstString(pieces.get(i)));
/dalvik/dx/src/com/android/dx/rop/type/
H A DType.java109 * to happen before the array types below get interned.
297 result = internTable.get(descriptor);
316 * Recursively strip away array markers to get at the underlying
422 * methods to get instances.
453 * methods to get instances.
854 Type already = internTable.get(descriptor);
/dalvik/dx/src/com/android/dx/cf/code/
H A DBytecodeArray.java111 * Don't record the previous offset here, so that we get to see the
206 * {@code Type.DOUBLE}. Other unaltered opcodes also get
320 Constant cst = pool.get(idx);
328 Constant cst = pool.get(idx);
336 Constant cst = pool.get(idx);
762 Constant cst = pool.get(idx);
770 Constant cst = pool.get(idx);
784 Constant cst = pool.get(idx);
H A DBaseMachine.java211 args[0] = frame.getLocals().get(idx);
/dalvik/vm/analysis/
H A DRegisterMap.cpp233 /* we could handle this, but in practice we don't get near this */
738 * verification get an empty slot in the index.
1201 get a better trade-off between storage size and heap usage by refusing to
1303 * change 0 or 1 bits) and get a sense for which part of the
1440 * compatible for some reason, or fails to get smaller, this will return NULL.
1504 if (tmpBuf.get() == NULL)
1507 tmpPtr = tmpBuf.get();
1629 if (tmpPtr - tmpBuf.get() >= origSize) {
1632 tmpPtr - tmpBuf.get(), origSize,
1643 * get poore
[all...]
/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DValueEncoder.java283 Constant cst = list.get(i);
523 addContents(file, list.get(i));
H A DAnnotationUtils.java213 list.set(i, new CstString(pieces.get(i)));
/dalvik/dx/src/com/android/dx/dex/cf/
H A DCfTranslator.java151 Field one = fields.get(i);
231 Method one = methods.get(i);
/dalvik/vm/
H A DIndirectRefTable.cpp140 Object* IndirectRefTable::get(IndirectRef iref) const { function in class:IndirectRefTable
/dalvik/vm/arch/arm/
H A DCallOldABI.S126 @ inclusive and get the right set of args.
/dalvik/vm/mterp/armv5te/
H A Dfooter.S186 ldr rPC,[lr, #-1] @ get our target PC
230 ldr rPC,[lr, #-1] @ get our target PC
295 * already been restored by the time we get here. We'll need to set
326 ldrb r1,[r0,r3,lsr #(32 - JIT_PROF_SIZE_LOG_2)] @ get counter
423 ldr r1,[r0,#offShadowSpace_svState] @ get self verification state
831 ldrh r2, [rSELF, #offThread_subMode] @ get subMode flags
1180 fmrx r2, fpscr @ get VFP reg
1208 * with the address, or use an ADR pseudo-op to get the address
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DInsnFormat.java176 sb.append(list.get(i).regString());
/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DRegisterSpec.java64 RegisterSpec found = theInterns.get(theInterningItem);
/dalvik/dx/src/com/android/dx/cf/cst/
H A DConstantPoolParser.java166 String human = wasUtf8.get(i)
/dalvik/dx/src/com/android/dx/io/
H A DOpcodeInfo.java1184 public static Info get(int opcode) { method in class:OpcodeInfo
1204 return get(opcode).getName();
1212 return get(opcode).getFormat();
1219 return get(opcode).getIndexType();

Completed in 740 milliseconds

<<1112