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

1 23 4 5 6 7 8 91011>>

  /bionic/linker/arch/arm/
begin.S 40 mov pc, r0
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_CMPL_DOUBLE.S 19 mov lr, pc
20 ldr pc, .L__aeabi_cdcmple @ PIC way of "bl __aeabi_cdcmple"
33 mov lr, pc
34 ldr pc, .L__aeabi_cdcmple @ r0<- Z set if eq, C clear if <
  /dalvik/vm/mterp/armv5te/
OP_FLOAT_TO_INT.S 22 ldmnefd sp!, {r4, pc}
29 ldmnefd sp!, {r4, pc}
35 ldmeqfd sp!, {r4, pc} @ return zero for NaN
39 ldmfd sp!, {r4, pc}
OP_FLOAT_TO_LONG.S 21 ldmnefd sp!, {r4, pc}
29 ldmnefd sp!, {r4, pc}
36 ldmeqfd sp!, {r4, pc}
40 ldmfd sp!, {r4, pc}
  /dalvik/vm/mterp/armv6t2/
OP_FLOAT_TO_INT.S 22 ldmnefd sp!, {r4, pc}
29 ldmnefd sp!, {r4, pc}
35 ldmeqfd sp!, {r4, pc} @ return zero for NaN
39 ldmfd sp!, {r4, pc}
OP_FLOAT_TO_LONG.S 21 ldmnefd sp!, {r4, pc}
29 ldmnefd sp!, {r4, pc}
36 ldmeqfd sp!, {r4, pc}
40 ldmfd sp!, {r4, pc}
  /dalvik/vm/mterp/c/
OP_ARRAY_LENGTH.cpp 9 if (!checkForNullExportPC((Object*) arrayObj, fp, pc))
OP_MONITOR_ENTER.cpp 9 if (!checkForNullExportPC(obj, fp, pc))
  /dalvik/vm/mterp/portable/
entry.cpp 16 const u2* pc; // program counter local
33 pc = self->interpSave.pc;
39 LOGVV("threadid=%d: %s.%s pc=%#x fp=%p",
41 pc - curMethod->insns, fp);
  /external/apache-harmony/security/src/test/api/java/tests/api/java/security/
DomainCombinerTest.java 54 PermissionCollection pc = new Permissions(); local
55 pc.add(new AllPermission());
61 .getCodeSource(), pc);
64 pc);
  /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/chromium/net/proxy/
proxy_config_service_fixed.h 18 explicit ProxyConfigServiceFixed(const ProxyConfig& pc);
  /external/llvm/test/MC/AsmParser/
directive_elf_size.s 1 # RUN: llvm-mc -triple i386-pc-linux-gnu %s | FileCheck %s
  /external/oprofile/libpp/
callgraph_container.h 140 * @param pc the profile_container holding all non cg samples.
146 std::string const & app_name, profile_container const & pc,
151 size_t pclass, profile_container const & pc,
155 size_t pclass, profile_container const & pc,
159 void add_symbols(profile_container const & pc);
  /external/v8/src/
disassembler.h 47 // Decode instruction at pc and print disassembled instruction into f.
51 static int Decode(FILE* f, byte* pc, int* char_count);
  /external/valgrind/tsan/
ts_valgrind.cc 97 string PcToRtnName(uintptr_t pc, bool demangle) {
99 if(VG_(get_fnname)(pc, (Char*)g_buff1, kBuffSize)) {
103 if(VG_(get_fnname_no_cxx_demangle)(pc, (Char*)g_buff1, kBuffSize)) {
110 void PcToStrings(uintptr_t pc, bool demangle,
117 (pc, (Char*)g_buff1, kBuffSize, (Char*)g_buff2, kBuffSize,
122 VG_(get_linenum)(pc, (UInt *)line_no);
123 if (VG_(get_filename)(pc, (Char*)g_buff1, kBuffSize)) {
129 *rtn_name = PcToRtnName(pc, demangle);
131 if (VG_(get_objname)(pc, (Char*)g_buff1, kBuffSize)) {
155 Addr pc = VG_(threads)[vg_tid].arch.vex.VG_INSTR_PTR local
189 Addr pc; member in struct:CallStackRecord
529 uintptr_t pc = GetVgPc(vg_tid); local
592 uintptr_t pc = GetVgPc(vg_tid); local
1260 uintptr_t pc = closure->readdr; local
    [all...]
ts_pin.cc 69 static void DumpEvent(CONTEXT *ctx, EventType type, int32_t tid, uintptr_t pc,
118 uintptr_t pc; member in struct:StackFrame
120 StackFrame(uintptr_t p, uintptr_t s) : pc(p), sp(s) { }
135 uintptr_t pc; member in struct:InstrumentedCallFrame
147 uintptr_t pc,
153 Top()->pc = pc;
240 static void ReportAccesRange(THREADID tid, uintptr_t pc, EventType type, uintptr_t x, size_t size) {
245 DumpEvent(0, type, tid, pc, a, cur_size);
250 #define REPORT_READ_RANGE(x, size) ReportAccesRange(tid, pc, READ, (uintptr_t)x, size
    [all...]
thread_sanitizer.h 39 void PcToStrings(uintptr_t pc, bool demangle,
42 string PcToRtnNameAndFilePos(uintptr_t pc);
43 string PcToRtnName(uintptr_t pc, bool demangle);
177 void push_back(uintptr_t pc) {
179 *end_ = pc;
215 extern bool ThreadSanitizerWantToInstrumentSblock(uintptr_t pc);
216 extern bool ThreadSanitizerWantToCreateSegmentsOnSblockEntry(uintptr_t pc);
217 extern bool ThreadSanitizerIgnoreAccessesBelowFunction(uintptr_t pc);
251 uintptr_t pc;
  /external/wpa_supplicant_8/src/utils/
trace.c 124 bfd_vma pc; member in struct:bfd_data
145 if (data->pc < vma)
149 if (data->pc >= vma + size)
153 data->pc - vma,
160 static void wpa_trace_bfd_addr(void *pc)
171 data.pc = (bfd_vma) pc;
203 static const char * wpa_trace_bfd_addr2func(void *pc)
211 data.pc = (bfd_vma) pc;
    [all...]
  /dalvik/vm/interp/
Jit.h 43 const u2* startPC; /* starting pc of jitted region */
51 const u2* endPC; /* ending pc of jitted region */
68 void* dvmSelfVerificationSaveState(const u2* pc, u4* fp,
71 void* dvmSelfVerificationRestoreState(const u2* pc, u4* fp,
74 void dvmCheckSelfVerification(const u2* pc, Thread* self);
101 * the size of JitEntry struct - the Dalvik PC to JitEntry
149 void dvmCheckJit(const u2* pc, Thread* self);
164 JitEntry *dvmJitFindEntry(const u2* pc, bool isMethodEntry);
177 void dvmJitResumeTranslation(Thread* self, const u2* pc, const u4* fp);
  /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...]
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
PolicyConstraints.java 72 PolicyConstraints pc = (PolicyConstraints) ASN1.decode(encoding); local
73 this.requireExplicitPolicy = pc.requireExplicitPolicy;
74 this.inhibitPolicyMapping = pc.inhibitPolicyMapping;
131 PolicyConstraints pc = (PolicyConstraints) object;
132 values[0] = pc.requireExplicitPolicy.toByteArray();
133 values[1] = pc.inhibitPolicyMapping.toByteArray();
  /bionic/libc/kernel/arch-sh/asm/
system_32.h 20 #define switch_to(prev, next, last) do { register u32 *__ts1 __asm__ ("r1") = (u32 *)&prev->thread.sp; register u32 *__ts2 __asm__ ("r2") = (u32 *)&prev->thread.pc; register u32 *__ts4 __asm__ ("r4") = (u32 *)prev; register u32 *__ts5 __asm__ ("r5") = (u32 *)next; register u32 *__ts6 __asm__ ("r6") = (u32 *)&next->thread.sp; register u32 __ts7 __asm__ ("r7") = next->thread.pc; struct task_struct *__last; __asm__ __volatile__ ( ".balign 4\n\t" "stc.l gbr, @-r15\n\t" "sts.l pr, @-r15\n\t" "mov.l r8, @-r15\n\t" "mov.l r9, @-r15\n\t" "mov.l r10, @-r15\n\t" "mov.l r11, @-r15\n\t" "mov.l r12, @-r15\n\t" "mov.l r13, @-r15\n\t" "mov.l r14, @-r15\n\t" "mov.l r15, @r1\t! save SP\n\t" "mov.l @r6, r15\t! change to new stack\n\t" "mova 1f, %0\n\t" "mov.l %0, @r2\t! save PC\n\t" "mov.l 2f, %0\n\t" "jmp @%0\t! call __switch_to\n\t" " lds r7, pr\t! with return to new PC\n\t" ".balign 4\n" "2:\n\t" ".long __switch_to\n" "1:\n\t" "mov.l @r15+, r14\n\t" "mov.l @r15+, r13\n\t" "mov.l @r15+, r12\n\t" "mov.l @r15+, r11\n\t" "mov.l @r15+, r10\n\t" "mov.l @r15+, r9\n\t" "mov.l @r15+, r8\n\t" "lds.l @r15+, pr\n\t" "ldc.l @r15+, gbr\n\t" : "=z" (__last) : "r" (__ts1), "r" (__ts2), "r" (__ts4), "r" (__ts5), "r" (__ts6), "r" (__ts7) : "r3", "t"); last = __last; } while (0)
  /dalvik/vm/mterp/cstubs/
entry.cpp 36 u2 inst = /*self->interpSave.*/pc[0];
44 dvmCheckBefore(pc, fp, self, curMethod);
  /dalvik/vm/mterp/x86-atom/
OP_THROW.S 31 EXPORT_PC # export the pc

Completed in 485 milliseconds

1 23 4 5 6 7 8 91011>>