/external/clang/test/CodeGen/ |
arm-pcs.c | 3 typedef int __attribute__((pcs("aapcs"))) (*aapcs_fn)(void); 4 typedef int __attribute__((pcs("aapcs-vfp"))) (*aapcs_vfp_fn)(void);
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
stacktrace_with_context.cc | 51 int GetStackFramesWithContext(void** pcs, int* sizes, int max_depth, 53 return GetStackFrames(pcs, sizes, max_depth, skip_count + 1);
|
pprof | 586 my $pcs = $data->{pcs}; 595 $pcs = AddPcs($pcs, $data2->{pcs}); 604 $pcs = AddPcs($pcs, $base->{pcs}); 614 $symbols = FetchSymbols($pcs, $symbol_map); 616 $symbols = FetchSymbols($pcs); [all...] |
debugallocation.cc | [all...] |
/external/clang/test/Sema/ |
callingconv.c | 39 int __attribute__((pcs("aapcs", "aapcs"))) pcs1(void); // expected-error {{'pcs' attribute takes one argument}} 40 int __attribute__((pcs())) pcs2(void); // expected-error {{'pcs' attribute takes one argument}} 41 int __attribute__((pcs(pcs1))) pcs3(void); // expected-error {{'pcs' attribute takes one argument}} 42 int __attribute__((pcs(0))) pcs4(void); // expected-error {{'pcs' attribute requires a string}} 44 int __attribute__((pcs("aapcs"))) pcs5(void); // expected-warning {{calling convention 'pcs' ignored for this target} [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/libgcc/config/arm/ |
bpabi-lib.h | 37 extern DWtype __fixdfdi (DFtype) __attribute__((pcs("aapcs"))); \ 38 extern UDWtype __fixunsdfdi (DFtype) __asm__("__aeabi_d2ulz") __attribute__((pcs("aapcs"))); 42 extern UDWtype __fixunsdfdi (DFtype) __attribute__((pcs("aapcs"))); 46 extern DWtype __fixsfdi (SFtype) __attribute__((pcs("aapcs"))); \ 47 extern UDWtype __fixunssfdi (SFtype) __asm__("__aeabi_f2ulz") __attribute__((pcs("aapcs"))); 51 extern UDWtype __fixunssfdi (SFtype) __attribute__((pcs("aapcs")));
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/libgcc/config/arm/ |
bpabi-lib.h | 37 extern DWtype __fixdfdi (DFtype) __attribute__((pcs("aapcs"))); \ 38 extern UDWtype __fixunsdfdi (DFtype) __asm__("__aeabi_d2ulz") __attribute__((pcs("aapcs"))); 42 extern UDWtype __fixunsdfdi (DFtype) __attribute__((pcs("aapcs"))); 46 extern DWtype __fixsfdi (SFtype) __attribute__((pcs("aapcs"))); \ 47 extern UDWtype __fixunssfdi (SFtype) __asm__("__aeabi_f2ulz") __attribute__((pcs("aapcs"))); 51 extern UDWtype __fixunssfdi (SFtype) __attribute__((pcs("aapcs")));
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/libgcc/config/arm/ |
bpabi-lib.h | 37 extern DWtype __fixdfdi (DFtype) __attribute__((pcs("aapcs"))); \ 38 extern UDWtype __fixunsdfdi (DFtype) __asm__("__aeabi_d2ulz") __attribute__((pcs("aapcs"))); 42 extern UDWtype __fixunsdfdi (DFtype) __attribute__((pcs("aapcs"))); 46 extern DWtype __fixsfdi (SFtype) __attribute__((pcs("aapcs"))); \ 47 extern UDWtype __fixunssfdi (SFtype) __asm__("__aeabi_f2ulz") __attribute__((pcs("aapcs"))); 51 extern UDWtype __fixunssfdi (SFtype) __attribute__((pcs("aapcs")));
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/libgcc/config/arm/ |
bpabi-lib.h | 37 extern DWtype __fixdfdi (DFtype) __attribute__((pcs("aapcs"))); \ 38 extern UDWtype __fixunsdfdi (DFtype) __asm__("__aeabi_d2ulz") __attribute__((pcs("aapcs"))); 42 extern UDWtype __fixunsdfdi (DFtype) __attribute__((pcs("aapcs"))); 46 extern DWtype __fixsfdi (SFtype) __attribute__((pcs("aapcs"))); \ 47 extern UDWtype __fixunssfdi (SFtype) __asm__("__aeabi_f2ulz") __attribute__((pcs("aapcs"))); 51 extern UDWtype __fixunssfdi (SFtype) __attribute__((pcs("aapcs")));
|
/frameworks/av/services/camera/libcameraservice/utils/ |
CameraTraces.cpp | 50 ProcessCallStack& pcs = *pcsList.begin(); local 51 pcs.update(); 59 pcs.log(LOG_TAG, ANDROID_LOG_VERBOSE); 86 const ProcessCallStack& pcs = *it; local 87 pcs.dump(fd, DUMP_INDENT);
|
/external/compiler-rt/lib/ |
int_lib.h | 28 # define COMPILER_RT_ABI __attribute__((pcs("aapcs")))
|
/external/qemu/android/ |
hw-qemud.h | 31 /* returns in '*pcs' a CharDriverState object that will be connected to 40 extern int android_qemud_get_channel( const char* name, CharDriverState* *pcs );
|
/external/v8/src/ |
disassembler.cc | 170 List<byte*> pcs(1); 180 pcs.Add(it->rinfo()->pc()); 201 for (int i = 0; i < pcs.length(); i++) { 203 RelocInfo relocinfo(pcs[i], rmodes[i], datas[i], NULL);
|
/external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/ |
PropertyChangeSupportTest.java | 573 PropertyChangeSupport pcs = new PropertyChangeSupport(src); local 574 pcs.addPropertyChangeListener(new PropertyChangeListener() { 583 pcs.fireIndexedPropertyChange("foo", 0, "one", "two"); 1436 PropertyChangeSupport pcs = new PropertyChangeSupport(this); local 1468 PropertyChangeSupport pcs = new PropertyChangeSupport("bean"); local 1493 PropertyChangeSupport pcs = null; local [all...] |
/external/chromium_org/v8/src/ |
disassembler.cc | 170 List<byte*> pcs(1); 180 pcs.Add(it->rinfo()->pc()); 201 for (int i = 0; i < pcs.length(); i++) { 203 RelocInfo relocinfo(pcs[i], rmodes[i], datas[i], NULL);
|
/external/clang/test/SemaTemplate/ |
instantiate-function-params.cpp | 91 __attribute__((pcs("aapcs"))) functype pcsfunc; // expected-warning {{calling convention 'pcs' ignored for this target}}
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_sync.h | 35 void Init(const uptr *pcs, uptr cnt);
|
tsan_sync.cc | 241 void StackTrace::Init(const uptr *pcs, uptr cnt) { 252 internal_memcpy(s_, pcs, cnt * sizeof(s_[0]));
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
pprof | 586 my $pcs = $data->{pcs}; 595 $pcs = AddPcs($pcs, $data2->{pcs}); 604 $pcs = AddPcs($pcs, $base->{pcs}); 614 $symbols = FetchSymbols($pcs, $symbol_map); 616 $symbols = FetchSymbols($pcs); [all...] |
debugallocation.cc | [all...] |
/external/harfbuzz/src/ |
harfbuzz-gpos.c | 3529 HB_PosClassSet* pcs; local 3622 HB_PosClassSet* pcs; local 3875 HB_PosClassSet* pcs; local [all...] |
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-gpos.c | 3529 HB_PosClassSet* pcs; local 3622 HB_PosClassSet* pcs; local 3875 HB_PosClassSet* pcs; local [all...] |
/external/chromium_org/third_party/qcms/src/ |
qcmsint.h | 235 uint32_t pcs; member in struct:_qcms_profile
|
/external/chromium_org/v8/test/mjsunit/ |
debug-liveedit-patch-positions.js | 33 // corresponding byte-code PCs should coincide before change and after it. 50 // PCs. 70 // --stress-opt. There is no way to get PCs now. 113 // pcs will not change. 122 // replace it's code with stub. So there is no reliable way to get PCs for
|
/external/v8/test/mjsunit/ |
debug-liveedit-patch-positions.js | 33 // corresponding byte-code PCs should coincide before change and after it. 50 // PCs. 70 // --stress-opt. There is no way to get PCs now. 113 // pcs will not change. 122 // replace it's code with stub. So there is no reliable way to get PCs for
|