/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/ |
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | |
/art/compiler/utils/arm/ |
assembler_thumb2.cc | 121 CHECK_NE(rn, PC); // Reserve tst pc instruction for exception handler marker. 127 CHECK_NE(rn, PC); // Reserve teq pc instruction for exception handler marker. 673 EmitDataProcessing(AL, TST, 1, PC, R0, ShifterOperand(0)); 816 case TST: thumb_opcode = 0U /* 0b0000 */; set_cc = true; rd = PC; break; 817 case TEQ: thumb_opcode = 4U /* 0b0100 */; set_cc = true; rd = PC; break; 818 case CMP: thumb_opcode = 13U /* 0b1101 */; set_cc = true; rd = PC; break; 819 case CMN: thumb_opcode = 8U /* 0b1000 */; set_cc = true; rd = PC; break; 821 case MOV: thumb_opcode = 2U /* 0b0010 */; rn = PC; break 1593 uint32_t pc = buffer_.Size(); local [all...] |
/bionic/libc/kernel/uapi/asm-x86/asm/ |
kvm.h | 270 __u64 pc; member in struct:kvm_debug_exit_arch
|
/development/ndk/platforms/android-21/arch-x86/include/asm/ |
kvm.h | 266 __u64 pc; member in struct:kvm_debug_exit_arch
|
/development/ndk/platforms/android-21/arch-x86_64/include/asm/ |
kvm.h | 266 __u64 pc; member in struct:kvm_debug_exit_arch
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
RFC3280CertPathUtilities.java | 1573 ASN1Sequence pc = null; local 1628 ASN1Sequence pc = null; local 2364 ASN1Sequence pc = null; local [all...] |
/external/compiler-rt/lib/tsan/rtl/ |
tsan_rtl.h | 461 uptr pc; member in struct:__tsan::FiredSuppression 584 void ForkBefore(ThreadState *thr, uptr pc); 585 void ForkParentAfter(ThreadState *thr, uptr pc); 586 void ForkChildAfter(ThreadState *thr, uptr pc); 607 u32 CurrentStackId(ThreadState *thr, uptr pc); 609 void PrintCurrentStack(ThreadState *thr, uptr pc); 610 void PrintCurrentStackSlow(uptr pc); // uses libunwind 615 void OnUserAlloc(ThreadState *thr, uptr pc, uptr p, uptr sz, bool write); 616 void OnUserFree(ThreadState *thr, uptr pc, uptr p, bool write); 618 void MemoryAccess(ThreadState *thr, uptr pc, uptr addr [all...] |
/external/javassist/src/main/javassist/ |
CtBehavior.java | 888 int pc = b.currentPc(); local 1110 LineNumberAttribute.Pc pc = ainfo.toNearPc(lineNum); local [all...] |
/external/javassist/src/main/javassist/compiler/ |
MemberCodeGen.java | 279 int pc = ret[0]; local 280 bc.write16bit(pc, bc.currentPc() - pc + 1); 286 bc.addIndex(pc + 3 - bc.currentPc()); [all...] |
/external/javassist/src/main/javassist/util/proxy/ |
ProxyFactory.java | 1079 int pc = code.currentPc(); local [all...] |
/external/jhead/ |
exif.c | 1149 unsigned pc = isprint(c) ? c : ' '; local [all...] |
/external/kernel-headers/original/uapi/asm-x86/asm/ |
kvm.h | 248 __u64 pc; member in struct:kvm_debug_exit_arch
|
/external/libpng/ |
pngrutil.c | 3835 int b, pa, pb, pc, p; local 3889 int a, b, c, pa, pb, pc, p; local [all...] |
/external/lldb/source/Plugins/Process/gdb-remote/ |
ProcessGDBRemote.cpp | 1606 addr_t pc = thread_sp->GetRegisterContext()->GetPC(); local 1657 addr_t pc = thread_sp->GetRegisterContext()->GetPC(); local [all...] |
/external/lldb/source/Target/ |
Thread.cpp | 710 log->Printf ("Thread::%s for tid = 0x%4.4" PRIx64 " 0x%4.4" PRIx64 ", pc = 0x%16.16" PRIx64 ", should_stop = 0 (ignore since no stop reason)", 720 log->Printf ("Thread::%s(%p) for tid = 0x%4.4" PRIx64 " 0x%4.4" PRIx64 ", pc = 0x%16.16" PRIx64, 1980 lldb::addr_t pc = reg_ctx_sp->GetPC(); local [all...] |
/external/llvm/examples/ExceptionDemo/ |
ExceptionDemo.cpp | 662 uintptr_t pc = _Unwind_GetIP(context)-1; local 667 uintptr_t pcOffset = pc - funcStart; 692 // includes current PC. 763 // Found landing pad for the PC. [all...] |
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_exec.c | 4238 int pc = 0; local [all...] |
/external/mksh/src/ |
misc.c | 762 unsigned char sc, pc; local 769 pc = *p++; 772 if (!ISMAGIC(pc)) { 773 if (sc != pc) [all...] |
/external/pdfium/samples/fx_lpng/lpng_v163/ |
fx_pngrutil.c | 3798 int b, pa, pb, pc, p; local 3852 int a, b, c, pa, pb, pc, p; local [all...] |
/external/skia/src/ports/ |
SkFontHost_win.cpp | 1477 const TTPOLYCURVE* pc = (const TTPOLYCURVE*)cur_poly; local 1538 const TTPOLYCURVE* pc = (const TTPOLYCURVE*)cur_poly; local [all...] |
/external/v8/src/ |
assembler.h | 214 // Labels represent pc locations; they are typically jump or call targets. 216 // unknown pc location. Assembler::bind() is used to bind a label to the 217 // current pc. A label can be bound only once. 299 // Relocation information consists of the address (pc) of the datum 326 // pc + the tag for the data, and kPointerSize for the actual pointer to the 330 // The maximum size for a call instruction including pc-jump. 333 // The maximum pc delta that will use the short encoding. 380 RelocInfo(byte* pc, Mode rmode, intptr_t data, Code* host) 381 : pc_(pc), rmode_(rmode), data_(data), host_(host) { 383 RelocInfo(byte* pc, double data64 457 byte* pc() const { return pc_; } function in class:v8::internal::RelocInfo [all...] |
frames.cc | 393 Address pc = *pc_address; local 394 DCHECK(GcSafeCodeContains(holder, pc)); 395 unsigned pc_offset = static_cast<unsigned>(pc - holder->instruction_start()); 400 pc = holder->instruction_start() + pc_offset; 401 *pc_address = pc; 625 isolate(), pc(), &safepoint_entry, &stack_slots); 694 return static_cast<Code*>(isolate()->FindCodeObject(pc())); 771 int offset = static_cast<int>(pc() - code_pointer->address()); 782 Address pc, FILE* file, 786 int code_offset = static_cast<int>(pc - code->instruction_start()) 1184 Address pc = this->pc(); local [all...] |
full-codegen.cc | 354 // and code-relative pc offset. 361 __ dd(back_edges_[i].pc); 405 // calculating PC offsets after generating a debug version of code. Therefore 469 // The pc offset does not need to be encoded and packed together with a state. 1678 Address pc = code->instruction_start() + pc_offset; local 1687 Address pc = code->instruction_start() + pc_offset; local [all...] |
/libcore/luni/src/test/java/tests/java/sql/ |
DatabaseMetaDataTest.java | 2334 char pc = pattern.charAt(pp); local [all...] |