HomeSort by relevance Sort by last modified time
    Searched full:arrayobject (Results 51 - 70 of 70) sorted by null

1 23

  /dalvik/vm/mterp/out/
InterpC-portdbg.c     [all...]
InterpC-portstd.c     [all...]
InterpC-armv4t.c     [all...]
InterpC-armv5te-vfp.c     [all...]
InterpC-armv5te.c     [all...]
InterpC-armv7-a-neon.c     [all...]
InterpC-armv7-a.c     [all...]
InterpC-x86.c     [all...]
InterpC-x86-atom.c     [all...]
InterpAsm-x86-atom.S     [all...]
  /dalvik/vm/
Debugger.c 965 ArrayObject* arrayObj = (ArrayObject*) objectIdToObject(arrayId);
975 ArrayObject* arrayObj = (ArrayObject*) objectIdToObject(arrayId);
1048 ArrayObject* arrayObj = (ArrayObject*) objectIdToObject(arrayId);
1099 ArrayObject* arrayObj = (ArrayObject*) objectIdToObject(arrayId);
    [all...]
CheckJni.c     [all...]
Sync.c     [all...]
  /dalvik/vm/compiler/codegen/arm/
CodegenDriver.c 337 int lenOffset = offsetof(ArrayObject, length);
338 int dataOffset = offsetof(ArrayObject, contents);
405 int lenOffset = offsetof(ArrayObject, length);
406 int dataOffset = offsetof(ArrayObject, contents);
479 int lenOffset = offsetof(ArrayObject, length);
480 int dataOffset = offsetof(ArrayObject, contents);
    [all...]
  /dalvik/vm/native/
dalvik_system_DexFile.c 338 ArrayObject* stringArray;
dalvik_system_SamplingProfiler.c 571 ArrayObject* snapshot
  /dalvik/vm/alloc/
MarkSweep.c 444 static void scanObjectArray(const ArrayObject *array, GcMarkContext *ctx)
537 scanObjectArray((ArrayObject *)obj, ctx);
    [all...]
  /dalvik/vm/interp/
Stack.c 660 ArrayObject* argList, ArrayObject* params, ClassObject* returnType,
    [all...]
Interp.c 944 bool dvmInterpHandleFillArrayData(ArrayObject* arrayObj, const u2* arrayData)
    [all...]
  /dalvik/vm/mterp/c/
gotoTargets.c 14 ArrayObject* newArray;
    [all...]

Completed in 3887 milliseconds

1 23