HomeSort by relevance Sort by last modified time
    Searched defs:pc (Results 76 - 100 of 445) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/google-breakpad/src/processor/
stackwalker_mips.cc 99 uint32_t sp = 0, pc = 0; local
127 pc = entry->second - 2 * sizeof(pc);
129 caller_registers["$pc"] = pc;
156 frame->context.epc = caller_registers["$pc"];
157 frame->instruction = caller_registers["$pc"];
273 // $pc is two instructions before $ra,
stackwalker_selftest.cc 280 uint32_t pc; local
283 : "=r" (pc)
285 return pc + 8;
338 context.pc = GetPC();
  /external/javassist/src/main/javassist/bytecode/
LineNumberAttribute.java 74 * @param pc the index into the code array.
76 public int toLineNumber(int pc) {
80 if (pc < startPc(i))
108 static public class Pc {
128 public Pc toNearPc(int line) {
146 Pc res = new Pc();
176 int pc = ByteArray.readU16bit(info, pos); local
177 if (pc > where || (exclusive && pc == where)
    [all...]
  /external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_objects_PhysicsGhostObject.cpp 211 btHashedOverlappingPairCache * pc = ghost->getOverlappingPairCache(); local
213 pc -> processAllOverlappingPairs(&cb, NULL);
  /external/linux-tools-perf/src/tools/perf/tests/
perf-time-to-tsc.c 66 struct perf_event_mmap_page *pc; local
96 pc = evlist->mmap[0].base;
97 ret = perf_read_tsc_conversion(pc, &tc);
  /external/lldb/source/Plugins/Process/Utility/
UnwindMacOSXFrameBackchain.cpp 57 UnwindMacOSXFrameBackchain::DoGetFrameInfoAtIndex (uint32_t idx, addr_t& cfa, addr_t& pc)
62 if (m_cursors[idx].pc == LLDB_INVALID_ADDRESS)
67 pc = m_cursors[idx].pc;
102 uint32_t pc; member in struct:Frame_i386
109 cursor.pc = reg_ctx->GetPC (LLDB_INVALID_ADDRESS);
112 Frame_i386 frame = { static_cast<uint32_t>(cursor.fp), static_cast<uint32_t>(cursor.pc) };
118 while (frame.fp != 0 && frame.pc != 0 && ((frame.fp & 7) == 0))
120 // Read both the FP and PC (8 bytes)
123 if (frame.pc >= 0x1000
201 uint64_t pc; member in struct:Frame_x86_64
    [all...]
  /external/mesa3d/src/glx/
indirect_vertex_program.c 73 GLubyte const *pc = __glXSetupVendorRequest(gc, local
77 *((GLenum *) (pc + 0)) = target;
78 *((GLuint *) (pc + 4)) = index;
79 *((GLuint *) (pc + 8)) = 0;
184 GLubyte *const pc = __glXSetupVendorRequest(gc, local
188 *((uint32_t *) (pc + 0)) = index;
189 *((uint32_t *) (pc + 4)) = pname;
  /external/valgrind/coregrind/m_gdbserver/
valgrind-low-amd64.c 129 unsigned long pc; local
131 collect_register_by_name ("rip", &pc);
133 dlog(1, "stop pc is %p\n", (void *) pc);
134 return pc;
143 dlog(1, "set pc to %p\n", C2v (newpc));
145 dlog(1, "set pc not changed %p\n", C2v (newpc));
valgrind-low-x86.c 96 unsigned long pc; local
98 collect_register_by_name ("eip", &pc);
100 dlog(1, "stop pc is %p\n", (void *) pc);
101 return pc;
110 dlog(1, "set pc to %p\n", C2v (newpc));
112 dlog(1, "set pc not changed %p\n", C2v (newpc));
  /external/valgrind/coregrind/
pub_core_debuginfo.h 119 struct { Addr pc; Addr sp; Addr x30; Addr x29; } /* PC, SP, LR, FP */ member in struct:__anon20494
131 struct { Addr pc; Addr sp; Addr fp; Addr ra; } member in struct:__anon20496
135 struct { Addr pc; Addr sp; Addr fp; Addr lr; } member in struct:__anon20497
  /frameworks/native/libs/binder/
IServiceManager.cpp 70 sp<IPermissionController> pc; local
72 pc = gPermissionController;
78 if (pc != NULL) {
79 bool res = pc->checkPermission(permission, pid, uid);
90 if (IInterface::asBinder(pc)->isBinderAlive()) {
98 if (gPermissionController == pc) {
115 pc = interface_cast<IPermissionController>(binder);
118 gPermissionController = pc;
  /system/core/include/backtrace/
Backtrace.h 39 uintptr_t pc; // The absolute pc. member in struct:backtrace_frame_data_t
42 backtrace_map_t map; // The map associated with the given pc.
43 std::string func_name; // The function name associated with this pc, NULL if not found.
44 uintptr_t func_offset; // pc relative to the start of the function, only valid if func_name is not NULL.
74 // Get the function name and offset into the function given the pc.
76 virtual std::string GetFunctionName(uintptr_t pc, uintptr_t* offset);
78 // Fill in the map data associated with the given pc.
79 virtual void FillInMap(uintptr_t pc, backtrace_map_t* map);
121 virtual std::string GetFunctionNameRaw(uintptr_t pc, uintptr_t* offset) = 0
    [all...]
  /bionic/libc/kernel/uapi/asm-arm64/asm/
ptrace.h 56 __u64 pc; member in struct:user_pt_regs
  /bionic/libc/kernel/uapi/linux/
net_dropmon.h 25 __u8 pc[8]; member in struct:net_dm_drop_point
  /cts/suite/cts/deviceTests/simplecpu/jni/
CpuNativeJni.cpp 77 char *pa, *pb, *pc, *pd, *pl, *pm, *pn; local
105 pc = pd = (char *)a + (n - 1) * es;
107 while (pb <= pc && (r = cmp(pb, a)) <= 0) {
115 while (pb <= pc && (r = cmp(pc, a)) >= 0) {
118 swap(pc, pd);
121 pc -= es;
123 if (pb > pc)
125 swap(pb, pc);
128 pc -= es
    [all...]
  /development/ndk/platforms/android-21/arch-arm64/include/asm/
ptrace.h 56 __u64 pc; member in struct:user_pt_regs
  /development/ndk/platforms/android-21/include/linux/
net_dropmon.h 25 __u8 pc[8]; member in struct:net_dm_drop_point
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
StatementEventTest.java 38 private static PooledConnection pc = new Impl_PooledConnection(); field in class:StatementEventTest
40 private static StatementEvent st = new StatementEvent(pc, null);
47 StatementEvent st2 = new StatementEvent(pc, null, e);
92 StatementEvent st3 = new StatementEvent(pc, null, new SQLException(
  /external/compiler-rt/lib/asan/
asan_fake_stack.h 26 uptr pc; // Modified by the instrumented code. member in struct:__asan::FakeFrame
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_unwind_posix_libcdep.cc 88 15 /* r15 = PC */, _UVRSD_UINT32, &val);
105 uptr pc = Unwind_GetIP(ctx); local
106 arg->stack->trace_buffer[arg->stack->size++] = pc;
111 void BufferedStackTrace::SlowUnwindStack(uptr pc, u32 max_depth) {
116 // We need to pop a few frames so that pc is on top.
117 uptr to_pop = LocatePcInTrace(pc);
127 trace_buffer[0] = pc;
130 void BufferedStackTrace::SlowUnwindStackWithContext(uptr pc, void *context,
134 SlowUnwindStack(pc, max_depth);
  /external/elfutils/src/tests/
backtrace-data.c 198 /* x86_64 has PC contained in its CFI subset of DWARF register set so
199 elfutils will figure out the real PC value from REGS.
219 Dwarf_Addr pc; local
221 if (! dwfl_frame_pc (state, &pc, &isactivation))
226 Dwarf_Addr pc_adjusted = pc - (isactivation ? 0 : 1);
228 /* Get PC->SYMNAME. */
236 printf ("#%2u %#" PRIx64 "%4s\t%s\n", (*framenop)++, (uint64_t) pc,
  /external/kernel-headers/original/uapi/asm-arm64/asm/
ptrace.h 70 __u64 pc; member in struct:user_pt_regs
  /external/kernel-headers/original/uapi/linux/
net_dropmon.h 8 __u8 pc[8]; member in struct:net_dm_drop_point
  /external/libcxxabi/src/Unwind/
UnwindLevel1.c 70 unw_word_t pc; local
71 unw_get_reg(&cursor1, UNW_REG_IP, &pc);
73 "unwind_phase1(ex_ojb=%p): pc=0x%" PRIx64 ", start_ip=0x%" PRIx64
75 (void *)exception_object, pc, frameInfo.start_ip, functionName,
207 unw_word_t pc; local
208 unw_get_reg(&cursor2, UNW_REG_IP, &pc);
213 (void *)exception_object, pc, sp);
  /external/libpng/arm/
filter_neon_intrinsics.c 240 uint16x8_t p1, pa, pb, pc; local
243 pc = vaddl_u8(c, c); /* c * 2 */
246 pc = vabdq_u16(p1, pc); /* pc */
249 pa = vcleq_u16(pa, pc); /* pa <= pc */
250 pb = vcleq_u16(pb, pc); /* pb <= pc */
252 p1 = vandq_u16(p1, pa); /* pa <= pb && pa <= pc */
    [all...]

Completed in 245 milliseconds

1 2 34 5 6 7 8 91011>>