HomeSort by relevance Sort by last modified time
    Searched refs:pc (Results 251 - 275 of 711) sorted by null

<<11121314151617181920>>

  /external/v8/test/cctest/
test-compiler.cc 370 Address pc = f->code()->instruction_start(); local
374 Address end = pc + decode_size;
377 while (pc < end) {
378 int num_const = d.ConstantPoolSizeAt(pc);
380 pc += (num_const + 1) * kPointerSize;
382 pc += d.InstructionDecode(decode_buffer, pc);
  /external/v8/tools/
logreader.js 93 * @param {number} pc Program counter.
98 LogReader.prototype.processStack = function(pc, func, stack) {
99 var fullStack = func ? [pc, func] : [pc];
100 var prevFrame = pc;
  /dalvik/vm/mterp/out/
InterpC-armv5te-vfp.cpp 77 * Export another copy of the PC on every instruction; this is largely
83 # define EXPORT_EXTRA_PC() (self->currentPc2 = pc)
91 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns".
94 * branch, because we do want to have to unroll the PC if there's an
100 if (pc + myoff < curMethod->insns || \
101 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \
106 myoff, (int) (pc - curMethod->insns), \
111 pc += myoff; \
116 pc += _offset; \
132 self->threadId, (int)(pc - curMethod->insns), debugStrBuf);
396 #define pc macro
1259 #undef pc macro
    [all...]
InterpC-armv5te.cpp 77 * Export another copy of the PC on every instruction; this is largely
83 # define EXPORT_EXTRA_PC() (self->currentPc2 = pc)
91 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns".
94 * branch, because we do want to have to unroll the PC if there's an
100 if (pc + myoff < curMethod->insns || \
101 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \
106 myoff, (int) (pc - curMethod->insns), \
111 pc += myoff; \
116 pc += _offset; \
132 self->threadId, (int)(pc - curMethod->insns), debugStrBuf);
396 #define pc macro
1259 #undef pc macro
    [all...]
InterpC-armv7-a-neon.cpp 77 * Export another copy of the PC on every instruction; this is largely
83 # define EXPORT_EXTRA_PC() (self->currentPc2 = pc)
91 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns".
94 * branch, because we do want to have to unroll the PC if there's an
100 if (pc + myoff < curMethod->insns || \
101 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \
106 myoff, (int) (pc - curMethod->insns), \
111 pc += myoff; \
116 pc += _offset; \
132 self->threadId, (int)(pc - curMethod->insns), debugStrBuf);
396 #define pc macro
1259 #undef pc macro
    [all...]
InterpC-armv7-a.cpp 77 * Export another copy of the PC on every instruction; this is largely
83 # define EXPORT_EXTRA_PC() (self->currentPc2 = pc)
91 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns".
94 * branch, because we do want to have to unroll the PC if there's an
100 if (pc + myoff < curMethod->insns || \
101 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \
106 myoff, (int) (pc - curMethod->insns), \
111 pc += myoff; \
116 pc += _offset; \
132 self->threadId, (int)(pc - curMethod->insns), debugStrBuf);
396 #define pc macro
1259 #undef pc macro
    [all...]
InterpC-x86-atom.cpp 77 * Export another copy of the PC on every instruction; this is largely
83 # define EXPORT_EXTRA_PC() (self->currentPc2 = pc)
91 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns".
94 * branch, because we do want to have to unroll the PC if there's an
100 if (pc + myoff < curMethod->insns || \
101 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \
106 myoff, (int) (pc - curMethod->insns), \
111 pc += myoff; \
116 pc += _offset; \
132 self->threadId, (int)(pc - curMethod->insns), debugStrBuf);
396 #define pc macro
2532 #undef pc macro
    [all...]
  /external/qemu/
gdbstub.c 629 regs and PC, MSR, CR, and so forth. We hack round this by giving the
751 /* Y, PSR, WIM, TBR, PC, NPC, FPSR, CPSR */
757 case 68: GET_REGA(env->pc);
777 case 80: GET_REGL(env->pc);
815 /* Y, PSR, WIM, TBR, PC, NPC, FPSR, CPSR */
821 case 68: env->pc = tmp; break;
839 case 80: env->pc = tmp; break;
899 /* Mask out low bit of PC to workaround gdb bugs. This will probably
947 case 17: GET_REG32(env->pc);
970 case 17: env->pc = tmp; break
    [all...]
arm-dis.c     [all...]
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-armv5te-vfp.S 41 r15 (pc) can be tinkered with directly
173 mov lr, pc
174 ldr pc, .LdvmFastMethodTraceExit
211 mov pc, r1 @ callsite is interpreted
226 * For polymorphic callsites - setup the Dalvik frame and load Dalvik PC
275 mov lr, pc
276 ldr pc, .LdvmFastMethodTraceEnter
284 mov pc, r10 @ dvmJitToInterpTraceSelectNoChain
333 mov lr, pc
334 ldr pc, .LdvmFastMethodTraceEnte
    [all...]
CompilerTemplateAsm-armv7-a-neon.S 41 r15 (pc) can be tinkered with directly
173 mov lr, pc
174 ldr pc, .LdvmFastMethodTraceExit
211 mov pc, r1 @ callsite is interpreted
226 * For polymorphic callsites - setup the Dalvik frame and load Dalvik PC
275 mov lr, pc
276 ldr pc, .LdvmFastMethodTraceEnter
284 mov pc, r10 @ dvmJitToInterpTraceSelectNoChain
333 mov lr, pc
334 ldr pc, .LdvmFastMethodTraceEnte
    [all...]
CompilerTemplateAsm-armv7-a.S 41 r15 (pc) can be tinkered with directly
173 mov lr, pc
174 ldr pc, .LdvmFastMethodTraceExit
211 mov pc, r1 @ callsite is interpreted
226 * For polymorphic callsites - setup the Dalvik frame and load Dalvik PC
275 mov lr, pc
276 ldr pc, .LdvmFastMethodTraceEnter
284 mov pc, r10 @ dvmJitToInterpTraceSelectNoChain
333 mov lr, pc
334 ldr pc, .LdvmFastMethodTraceEnte
    [all...]
  /external/v8/src/
assembler.h 75 // Labels represent pc locations; they are typically jump or call targets.
77 // unknown pc location. Assembler::bind() is used to bind a label to the
78 // current pc. A label can be bound only once.
175 // Relocation information consists of the address (pc) of the datum
202 // pc + the tag for the data, and kPointerSize for the actual pointer to the
206 // The maximum size for a call instruction including pc-jump.
209 // The maximum pc delta that will use the short encoding.
241 RelocInfo(byte* pc, Mode rmode, intptr_t data)
242 : pc_(pc), rmode_(rmode), data_(data) {
279 byte* pc() const { return pc_;
    [all...]
platform-solaris.cc 286 static int StackWalkCallback(uintptr_t pc, int signo, void* data) {
292 walker->frames[i].address = reinterpret_cast<void*>(pc);
300 if (dladdr(reinterpret_cast<void*>(pc), &info) == 0) {
301 OS::SNPrintF(text, "[0x%p]", pc);
304 OS::SNPrintF(text, "%s'%s+0x%x", info.dli_fname, info.dli_sname, pc);
310 pc - reinterpret_cast<uintptr_t>(info.dli_fbase),
311 pc);
616 sample->pc = reinterpret_cast<Address>(mcontext.gregs[REG_PC]);
  /dalvik/vm/
AllocTracker.cpp 60 int pc; /* current execution offset, in 16-bit units */ member in struct:AllocRecord::__anon708
161 pRec->stackElem[stackDepth].pc = 0;
166 pRec->stackElem[stackDepth].pc =
179 pRec->stackElem[stackDepth].pc = 0;
419 lineNum = dvmLineNumFromPC(method, pRec->stackElem[i].pc);
635 pRec->stackElem[i].pc);
  /external/elfutils/config/
Makefile 36 build_triplet = i686-pc-linux-gnu
37 host_triplet = i686-pc-linux-gnu
132 build = i686-pc-linux-gnu
136 build_vendor = pc
139 host = i686-pc-linux-gnu
143 host_vendor = pc
  /external/elfutils/doc/
Makefile 36 build_triplet = i686-pc-linux-gnu
37 host_triplet = i686-pc-linux-gnu
130 build = i686-pc-linux-gnu
134 build_vendor = pc
137 host = i686-pc-linux-gnu
141 host_vendor = pc
  /external/elfutils/m4/
Makefile 36 build_triplet = i686-pc-linux-gnu
37 host_triplet = i686-pc-linux-gnu
130 build = i686-pc-linux-gnu
134 build_vendor = pc
137 host = i686-pc-linux-gnu
141 host_vendor = pc
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 435 for (int pc = 0; pc < this.allowedPairwiseCiphers.size(); pc++) {
436 if (this.allowedPairwiseCiphers.get(pc)) {
438 if (pc < PairwiseCipher.strings.length) {
439 sbuf.append(PairwiseCipher.strings[pc]);
  /external/jpeg/
config.guess 157 echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
295 ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX.
342 ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC NetBSD and
469 echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
481 echo i386-pc-cygwin32
484 echo i386-pc-mingw32
506 i?86linux) echo "${UNAME_MACHINE}-pc-linux-gnuaout" ; exit 0 ;;
507 i?86coff) echo "${UNAME_MACHINE}-pc-linux-gnucoff" ; exit 0 ;;
585 test $? != 0 && echo "${UNAME_MACHINE}-pc-linux-gnuoldld" && exit 0
589 VENDOR=pc;
    [all...]
  /dalvik/vm/compiler/
Compiler.cpp 62 void dvmCompilerForceWorkEnqueue(const u2 *pc, WorkOrderKind kind, void* info)
67 success = dvmCompilerWorkEnqueue(pc, kind, info);
91 bool dvmCompilerWorkEnqueue(const u2 *pc, WorkOrderKind kind, void* info)
114 if (gDvmJit.compilerWorkQueue[i++].pc == pc) {
125 newOrder->pc = pc;
485 * I/DEBUG ( 1638): ip 00000090 sp 4710dbc8 lr ad060e67 pc 46b90682
487 * I/DEBUG ( 1638): #00 pc 46b90682 /dev/ashmem/dalvik-jit-code-cache
488 * I/DEBUG ( 1638): #01 pc 00060e62 /system/lib/libdvm.s
    [all...]
  /external/dbus/
autogen.sh 12 FILE=dbus-1.pc.in
  /external/libvpx/vp8/decoder/arm/armv5/
dequantize_v5.asm 49 ldmia sp!, {r4, pc}
  /external/skia/src/opts/
memset32_neon.S 102 add pc, pc, r2, lsl #2
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
armVCM4P10_InterpolateLuma_DiagCopy_unsafe_s.S 44 POP {r4-r6,pc}
103 POP {r4-r6,pc}

Completed in 859 milliseconds

<<11121314151617181920>>