/libcore/luni/src/main/java/java/util/concurrent/ |
ForkJoinPool.java | 1727 long pc = ((d > 0 || ec != (e | INT_SIGN)) ? 0L : local 1923 int pc = parallelism, e = (int)c, m, tc; local 2869 int pc = parallelism; local [all...] |
/system/core/libpixelflinger/codeflinger/ |
MIPSAssembler.h | 46 uint32_t* pc() const; 106 virtual void B(int cc, uint32_t* pc); 107 virtual void BL(int cc, uint32_t* pc); 170 uint32_t** mArmPC; // array: PC for 1st mips instr of 248 uint32_t* pc() const; 417 inline branch_target_t() : label(0), pc(0) { } 419 : label(l), pc(p) { } 421 uint32_t* pc; member in struct:android::MIPSAssembler::branch_target_t
|
/prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/ |
org.apache.felix.bundlerepository-1.6.6.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/ |
ecj-4.2.2.jar | |
/external/lldb/source/Plugins/Instruction/ARM/ |
EmulateInstructionARM.cpp | 439 const uint32_t pc = ReadCoreReg(PC_REG, &success); local 442 if (!MemAWrite (context, addr, pc, addr_byte_size)) 494 // The P bit represents PC. 773 // if Rd == '1111' && S == '1' then SEE SUBS PC, LR and related instructions; 870 // if Rd == ?1111? && S == ?1? then SEE SUBS PC, LR and related instructions; 1207 const uint32_t pc = ReadCoreReg(PC_REG, &success); local 1450 const uint32_t pc = ReadCoreReg(PC_REG, &success); local 1544 const uint32_t pc = ReadCoreReg(PC_REG, &success); local 1963 const uint32_t pc = ReadCoreReg(PC_REG, &success); local 2192 const uint32_t pc = ReadCoreReg(PC_REG, &success); local 2262 const uint32_t pc = ReadCoreReg(PC_REG, &success); local 2344 const uint32_t pc = ReadCoreReg(PC_REG, &success); local 2429 const uint32_t pc = ReadCoreReg(PC_REG, &success); local 4139 const uint32_t pc = ReadCoreReg (PC_REG, &success); local 4264 const uint32_t pc = ReadCoreReg (PC_REG, &success); local 4415 const uint32_t pc = ReadCoreReg (PC_REG, &success); local 4541 const uint32_t pc = ReadCoreReg (PC_REG, &success); local 5435 uint32_t pc = ReadCoreReg(PC_REG, &success); local 12876 addr_t pc = ReadRegisterUnsigned (eRegisterKindGeneric, LLDB_REGNUM_GENERIC_PC, LLDB_INVALID_ADDRESS, &success); local [all...] |
/external/lldb/tools/debugserver/source/MacOSX/x86_64/ |
DNBArchImplX86_64.cpp | 604 nub_addr_t pc = GetPC(INVALID_NUB_ADDRESS); local 605 if (pc != INVALID_NUB_ADDRESS && pc > 0) 607 pc -= 1; 608 // Check for a breakpoint at one byte prior to the current PC value 609 // since the PC will be just past the trap. 611 DNBBreakpoint *bp = m_thread->Process()->Breakpoints().FindByAddress(pc); 614 // Backup the PC for i386 since the trap was taken and the PC 618 m_state.context.gpr.__rip = pc; [all...] |
/external/sqlite/dist/orig/ |
shell.c | 2187 int pc, ppc; local [all...] |
/external/sqlite/dist/ |
shell.c | 2209 int pc, ppc; local [all...] |
/external/v8/src/ |
gdb-jit.cc | 903 void SetPosition(intptr_t pc, int pos, bool is_statement) { 904 AddPCInfo(PCInfo(pc, pos, is_statement)); 908 PCInfo(intptr_t pc, int pos, bool is_statement) 909 : pc_(pc), pos_(pos), is_statement_(is_statement) {} 1467 intptr_t pc = 0; local [all...] |
runtime.cc | 2875 Address pc = code->address() + offset; local [all...] |
jsregexp.cc | 1280 Trace::DeferredCapture* pc = local [all...] |
/external/v8/src/mips64/ |
assembler-mips64.cc | 196 Instr* pc = reinterpret_cast<Instr*>(pc_); local 199 *(pc + i) = *(instr + i); 207 // Patch the code at the current PC with a call to the target address. 655 // EndOfChain sentinel is returned directly, not relative to pc or pos. 675 // EndOfChain sentinel is returned directly, not relative to pc or pos. 686 // EndOfChain sentinel is returned directly, not relative to pc or pos. [all...] |
/external/valgrind/include/vki/ |
vki-tilegx-linux.h | 192 unsigned long pc; member in struct:vki_sigcontext 626 unsigned long pc; member in struct:vki_pt_regs
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.apache.jasper_5.5.17.v201004212143.jar | |
javax.servlet.jsp_2.0.0.v200806031607.jar | |
org.eclipse.ecf_3.1.0.v20100529-0735.jar | |
/prebuilts/misc/common/ecj/ |
ecj.jar | |
/development/ndk/platforms/android-9/arch-mips/include/asm/pci/ |
bridge.h | 662 struct pci_controller pc; member in struct:bridge_controller
|
/external/llvm/include/llvm/Support/ |
MachO.h | 492 // PC-rel distance to page of target. 496 // PC-rel distance to page of GOT slot. 502 // PC-rel distance to page of TLVP slot. 1468 pc :2, member in struct:llvm::MachO::fp_control_t [all...] |
/external/llvm/tools/llvm-objdump/ |
MachODump.cpp | 201 // This is used to search for a data in code table entry for the PC being 202 // disassembled. The j parameter has the PC in j.first. A single data in code 205 // covers the PC being searched for this will return true. If not it will 3582 struct protocol64_t pc; local 3711 struct protocol32_t pc; local [all...] |
/external/zopfli/src/zopflipng/lodepng/ |
lodepng.cpp | 3887 short pc = abs(a + b - c - c); local [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.ecf_3.2.0.v20130604-1622.jar | |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
mce.h | 625 ULONGLONG pc:1; member in struct:_ERROR_PROCESSOR_STATE_PARAMETER::__anon34152
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/pci/ |
bridge.h | 662 struct pci_controller pc; member in struct:bridge_controller
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/pci/ |
bridge.h | 662 struct pci_controller pc; member in struct:bridge_controller
|