HomeSort by relevance Sort by last modified time
    Searched full:insns (Results 401 - 425 of 626) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
timevar.def 100 DEFTIMEVAR (TV_DF_SCAN , "df scan insns")
function.h 37 /* First and last insns in the chain of the saved sequence. */
56 a new, nested sequence of insns. */
347 /* If some insns can be deferred to the delay slots of the epilogue, the
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
timevar.def 100 DEFTIMEVAR (TV_DF_SCAN , "df scan insns")
function.h 37 /* First and last insns in the chain of the saved sequence. */
56 a new, nested sequence of insns. */
347 /* If some insns can be deferred to the delay slots of the epilogue, the
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
timevar.def 100 DEFTIMEVAR (TV_DF_SCAN , "df scan insns")
function.h 37 /* First and last insns in the chain of the saved sequence. */
56 a new, nested sequence of insns. */
347 /* If some insns can be deferred to the delay slots of the epilogue, the
  /art/compiler/dex/quick/arm/
call_arm.cc 313 const uint16_t* table = cu_->insns + current_dalvik_offset_ + table_offset;
361 const uint16_t* table = cu_->insns + current_dalvik_offset_ + table_offset;
417 const uint16_t* table = cu_->insns + current_dalvik_offset_ + table_offset;
  /dalvik/libdex/
DexFile.h 343 u4 insnsSize; /* size of the insns array, in u2 units */
344 u2 insns[1]; member in struct:DexCode
756 const u2* insnsEnd = &pCode->insns[pCode->insnsSize];
DexSwapVerify.cpp 1815 u2* insns; local
    [all...]
  /dalvik/vm/
AllocTracker.cpp 184 assert(saveArea->xtra.currentPc >= method->insns &&
186 method->insns + dvmGetMethodInsnsSize(method));
188 (int) (saveArea->xtra.currentPc - method->insns);
Exception.cpp 782 saveArea->xtra.currentPc - SAVEAREA_FROM_FP(fp)->method->insns;
787 relPc = saveArea->savedPc - SAVEAREA_FROM_FP(fp)->method->insns;
    [all...]
  /dalvik/vm/analysis/
Liveness.cpp 324 const u2* insns = meth->insns + insnIdx; local
327 dexDecodeInstruction(insns, &decInsn);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
function.h 37 /* First and last insns in the chain of the saved sequence. */
56 a new, nested sequence of insns. */
347 /* If some insns can be deferred to the delay slots of the epilogue, the
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/info/
gcc.info 625 -fdump-final-insns=FILE
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/info/
gcc.info 625 -fdump-final-insns=FILE
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/info/
gcc.info 625 -fdump-final-insns=FILE
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/info/
gcc.info 625 -fdump-final-insns=FILE
    [all...]
  /dalvik/vm/mterp/out/
InterpC-armv5te-vfp.cpp 99 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns".
108 if (pc + myoff < curMethod->insns || \
109 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \
114 myoff, (int) (pc - curMethod->insns), \
140 self->threadId, (int)(pc - curMethod->insns), debugStrBuf); \
    [all...]
InterpC-armv5te.cpp 99 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns".
108 if (pc + myoff < curMethod->insns || \
109 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \
114 myoff, (int) (pc - curMethod->insns), \
140 self->threadId, (int)(pc - curMethod->insns), debugStrBuf); \
    [all...]
InterpC-armv7-a-neon.cpp 99 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns".
108 if (pc + myoff < curMethod->insns || \
109 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \
114 myoff, (int) (pc - curMethod->insns), \
140 self->threadId, (int)(pc - curMethod->insns), debugStrBuf); \
    [all...]
InterpC-armv7-a.cpp 99 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns".
108 if (pc + myoff < curMethod->insns || \
109 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \
114 myoff, (int) (pc - curMethod->insns), \
140 self->threadId, (int)(pc - curMethod->insns), debugStrBuf); \
    [all...]
  /external/iputils/
ping.c 1372 static struct sock_filter insns[] = { local
    [all...]
ping6.c 1776 static struct sock_filter insns[] = { local
    [all...]
  /prebuilts/devtools/tools/lib/
asm-analysis-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-analysis-4.0.jar 

Completed in 2181 milliseconds

<<11121314151617181920>>