HomeSort by relevance Sort by last modified time
    Searched defs:pc (Results 101 - 125 of 204) sorted by null

1 2 3 45 6 7 8 9

  /system/core/debuggerd/arm/
unwind.c 385 /* Print out the current call level, pc, and module name in the crash log */
393 _uw pc; local
403 pc = vrs->core.r[R_PC];
407 pc &= ~1;
409 // For deeper framers, rollback pc by one instruction
411 pc = vrs->core.r[R_PC];
430 if (pc & 1) {
432 pc = (pc & ~1);
433 prev_word = get_remote_word(pid, (char *) pc-4)
    [all...]
  /dalvik/vm/compiler/
Compiler.h 100 const u2* pc; member in struct:CompilerWorkOrder
111 const Method *method; /* to lookup native PC from dalvik PC */
191 void dvmCompilerForceWorkEnqueue(const u2* pc, WorkOrderKind kind, void* info);
192 bool dvmCompilerWorkEnqueue(const u2* pc, WorkOrderKind kind, void* info);
238 JitTraceDescription *dvmCopyTraceDescriptor(const u2 *pc,
  /dalvik/vm/interp/
Jit.cpp 58 * Save out PC, FP, thread state, and registers to shadow space.
62 * pc (Dalvik PC)
69 void* dvmSelfVerificationSaveState(const u2* pc, u4* fp,
77 //LOGD("### selfVerificationSaveState(%d) pc: %#x fp: %#x",
78 // self->threadId, (int)pc, (int)fp);
84 LOGD("PC: %#x FP: %#x", (int)pc, (int)fp);
97 shadowSpace->startPC = pc;
129 * Save ending PC, FP and compiled code exit point to shadow space
1019 const u2* pc = gDvmJit.pJitEntryTable[idx].dPC; local
    [all...]
  /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...]
  /external/chromium/chrome/browser/automation/
automation_provider.cc 528 net::ProxyConfig pc; local
529 PopulateProxyConfig(*dict.get(), &pc);
535 new net::ProxyConfigServiceFixed(pc));
539 void PopulateProxyConfig(const DictionaryValue& dict, net::ProxyConfig* pc) {
540 DCHECK(pc);
548 pc->set_auto_detect(true);
552 pc->set_pac_url(GURL(pac_url));
556 pc->proxy_rules().bypass_rules.ParseFromString(proxy_bypass_list);
560 pc->proxy_rules().ParseFromString(proxy_server);
    [all...]
  /external/hyphenation/
hyphen.c 403 int pc = (*word == '.') ? 1: 0; /* 8-bit character position */ local
404 for (; pc < (strlen(word) + 1); pc++) {
406 if ((((unsigned char) word[pc]) >> 6) != 2) pu++;
409 replindex = pc;
412 replcut = (pc - replindex);
    [all...]
  /external/libvpx/vp8/encoder/
bitstream.c 848 VP8_COMMON *const pc = & cpi->common; local
850 const MV_CONTEXT *mvc = pc->fc.mvc;
856 MODE_INFO *m = pc->mi, *ms;
857 const int mis = pc->mode_info_stride;
863 ms = pc->mi - 1;
887 if (pc->mb_no_coeff_skip)
909 while (++mb_row < pc->mb_rows)
913 while (++mb_col < pc->mb_cols)
924 xd->mb_to_right_edge = ((pc->mb_cols - 1 - mb_col) * 16) << 3;
926 xd->mb_to_bottom_edge = ((pc->mb_rows - 1 - mb_row) * 16) << 3
1358 VP8_COMMON *const pc = & cpi->common; local
    [all...]
  /external/qemu/
cpu-exec.c 111 tb = tb_gen_code(env, orig_tb->pc, orig_tb->cs_base, orig_tb->flags,
119 /* Restore PC. This may happen if async event occurs before
127 static TranslationBlock *tb_find_slow(target_ulong pc,
138 phys_pc = get_phys_addr_code(env, pc);
147 if (tb->pc == pc &&
153 virt_page2 = (pc & TARGET_PAGE_MASK) +
166 tb = tb_gen_code(env, pc, cs_base, flags, 0);
175 /* we add the TB in the virtual pc hash table */
176 env->tb_jmp_cache[tb_jmp_cache_hash_func(pc)] = tb
183 target_ulong cs_base, pc; local
869 unsigned long pc; local
916 unsigned long pc; local
1006 unsigned long pc; local
1030 uint32_t *pc = uc->uc_mcontext.sc_pc; local
1065 unsigned long pc = regs[1]; local
1069 unsigned long pc = sc->sigc_regs.tpc; local
1073 unsigned long pc = uc->sc_pc; local
1117 unsigned long pc; local
1139 unsigned long pc; local
1191 unsigned long pc; local
1244 greg_t pc = uc->uc_mcontext.pc; local
1260 unsigned long pc = uc->uc_mcontext.sc_iaoq[0]; local
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngvcrd.c 3878 int a, b, c, pa, pb, pc, p; local
    [all...]
  /external/skia/gpu/src/
GrRedBlackTree.h 363 Child pc = kLeft_Child; // suppress uninit warning local
369 gpc = pc;
370 pc = fComp(x->fItem, n->fItem) ? kLeft_Child : kRight_Child;
371 first = first && kLeft_Child == pc;
372 last = last && kRight_Child == pc;
375 n = p->fChildren[pc];
391 p->fChildren[pc] = x;
401 // make sure pc and gpc are correct
402 GrAssert(NULL == p || p->fChildren[pc] == x);
435 pc = (p->fChildren[kLeft_Child] == x) ? kLeft_Child
644 Child pc; local
    [all...]
  /external/skia/src/opts/
SkBlitRow_opts_arm.cpp 887 char *pc = (char*) p; local
900 uint16_t *pc = (uint16_t*) p; local
    [all...]
  /external/v8/src/arm/
assembler-arm.cc 129 Instr* pc = reinterpret_cast<Instr*>(pc_); local
132 *(pc + i) = *(instr + i);
140 // Patch the code at the current PC with a call to the target address.
234 // mov lr, pc
235 const Instr kMovLrPc = al | MOV | pc.code() | lr.code() * B12;
236 // ldr rd, [pc, #offset]
238 const Instr kLdrPCPattern = al | 5 * B24 | L | pc.code() * B16;
488 // ldr<cond> <Rd>, [pc +/- offset_12].
825 // condition code), then replace it with a 'ldr rd, [pc]'.
832 ldr(rd, MemOperand(pc, 0), cond)
    [all...]
deoptimizer-arm.cc 144 // e5 9f c? ?? ldr ip, [pc, <stack guard address>]
154 // e5 9f c? ?? ldr ip, [pc, <on-stack replacement address>]
292 // There are no translation commands for the caller's pc and fp, the
302 name = "caller's pc";
342 uint32_t pc = reinterpret_cast<uint32_t>( local
344 output_[0]->SetPc(pc);
355 PrintF(" => pc=0x%0x]\n", output_[0]->GetPc());
419 // There are no translation commands for the caller's pc and fp, the
423 // The caller's pc for the bottommost output frame is the same as in the
425 // previous one. This frame's pc can be computed from the non-optimize
    [all...]
  /external/v8/src/ia32/
deoptimizer-ia32.cc 80 // if encodable with small pc delta encoding and up to 6 bytes
370 // There are no translation commands for the caller's pc and fp, the
380 name = "caller's pc";
419 uint32_t pc = reinterpret_cast<uint32_t>( local
421 output_[0]->SetPc(pc);
433 PrintF(" => pc=0x%0x]\n", output_[0]->GetPc());
495 // There are no translation commands for the caller's pc and fp, the
499 // The caller's pc for the bottommost output frame is the same as in the
501 // previous one. This frame's pc can be computed from the non-optimized
513 PrintF(" 0x%08x: [top + %d] <- 0x%08x ; caller's pc\n"
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.h 789 int pc; member in struct:v8::internal::MacroAssembler::Unresolved
    [all...]
  /external/v8/src/
platform.h 580 pc(NULL),
587 Address pc; // Instruction pointer. member in class:v8::internal::TickSample
  /external/v8/src/x64/
deoptimizer-x64.cc 71 SafepointEntry Next(Address* pc) {
73 *pc = NULL;
76 *pc = code_->instruction_start() + table_.GetPcOffset(index_);
362 // There are no translation commands for the caller's pc and fp, the
372 name = "caller's pc";
412 intptr_t pc = reinterpret_cast<intptr_t>( local
414 output_[0]->SetPc(pc);
426 PrintF(" => pc=0x%0" V8PRIxPTR "]\n", output_[0]->GetPc());
488 // There are no translation commands for the caller's pc and fp, the
492 // The caller's pc for the bottommost output frame is the same as in th
    [all...]
  /frameworks/base/libs/ui/
Input.cpp 654 const PointerCoords* pc = mSamplePointerCoords.array(); local
658 status_t status = (pc++)->writeToParcel(parcel);
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_PredictIntraChroma_8x8_s.s 46 pc RN 15 label
185 LDR pc, [pTable, predMode, LSL #2] ;// Branch to the case based on preMode
omxVCM4P10_PredictIntra_16x16_s.s 50 pc RN 15 label
189 LDR pc, [pTable, predMode, LSL #2] ;// Branch to the case based on preMode
omxVCM4P10_PredictIntra_4x4_s.s 41 pc RN 15 label
173 LDR pc, [pTable, predMode, LSL #2] ;// Branch to the case based on preMode
  /system/core/sh/
parser.c 1401 int pc; local
1412 switch (pc = pgetc()) {
1417 if ((pc = pgetc()) == '\n') {
1431 if (pc != '\\' && pc != '`' && pc != '$'
1432 && (!ISDBLQUOTE() || pc != '"'))
1449 STPUTC(pc, pout);
    [all...]

Completed in 1200 milliseconds

1 2 3 45 6 7 8 9