Searched refs:intptr_t (Results 76 - 100 of 452) sorted by relevance

1234567891011>>

/external/v8/src/x64/
H A Ddeoptimizer-x64.cc92 input_->SetRegister(rsp.code(), reinterpret_cast<intptr_t>(frame->sp()));
93 input_->SetRegister(rbp.code(), reinterpret_cast<intptr_t>(frame->fp()));
107 intptr_t handler =
108 reinterpret_cast<intptr_t>(descriptor->deoptimization_handler());
229 __ addp(rdx, Immediate(sizeof(intptr_t)));
261 __ subp(rcx, Immediate(sizeof(intptr_t)));
323 void FrameDescription::SetCallerPc(unsigned offset, intptr_t value) {
332 void FrameDescription::SetCallerFp(unsigned offset, intptr_t value) {
341 void FrameDescription::SetCallerConstantPool(unsigned offset, intptr_t value) {
/external/v8/src/heap/
H A Dheap.h393 limit_ = reinterpret_cast<intptr_t*>(limit);
411 return reinterpret_cast<intptr_t*>(to_space_top) <= rear_;
434 front_ = reinterpret_cast<intptr_t*>(front_page->prev_page()->area_end());
445 intptr_t* front_;
446 intptr_t* rear_;
447 intptr_t* limit_;
549 intptr_t MaxReserved() {
555 intptr_t MaxOldGenerationSize() { return max_old_generation_size_; }
556 intptr_t MaxExecutableSize() { return max_executable_size_; }
560 intptr_t Capacit
[all...]
H A Dgc-idle-time-handler.h39 static GCIdleTimeAction IncrementalMarking(intptr_t step_size) {
70 intptr_t parameter;
/external/clang/test/SemaCXX/
H A Dreinterpret-cast.cpp39 intptr_t i = reinterpret_cast<intptr_t>(vp);
43 (void)reinterpret_cast<intptr_t>(fnp);
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dscale_mips.cc239 intptr_t stride = src_stride;
523 intptr_t stride = src_stride;
578 intptr_t stride = src_stride;
/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp468 (int(*)(int, char **, const char **))(intptr_t)FPtr;
481 int (*PF)(int, char **) = (int(*)(int, char **))(intptr_t)FPtr;
494 int (*PF)(int) = (int(*)(int))(intptr_t)FPtr;
510 rv.IntVal = APInt(BitWidth, ((bool(*)())(intptr_t)FPtr)());
512 rv.IntVal = APInt(BitWidth, ((char(*)())(intptr_t)FPtr)());
514 rv.IntVal = APInt(BitWidth, ((short(*)())(intptr_t)FPtr)());
516 rv.IntVal = APInt(BitWidth, ((int(*)())(intptr_t)FPtr)());
518 rv.IntVal = APInt(BitWidth, ((int64_t(*)())(intptr_t)FPtr)());
524 rv.IntVal = APInt(32, ((int(*)())(intptr_t)FPtr)());
527 rv.FloatVal = ((float(*)())(intptr_t)FPt
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_slab.c39 intptr_t magic;
142 item_size = align(item_size, sizeof(intptr_t));
147 pool->block_size = align(pool->block_size, sizeof(intptr_t));
/external/llvm/lib/Support/
H A DFoldingSet.cpp97 if (!((intptr_t)Base & 3)) {
193 if (reinterpret_cast<intptr_t>(NextInBucketPtr) & 1)
202 intptr_t Ptr = reinterpret_cast<intptr_t>(NextInBucketPtr);
204 return reinterpret_cast<void**>(Ptr & ~intptr_t(1));
330 Next = reinterpret_cast<void*>(reinterpret_cast<intptr_t>(Bucket)|1);
/external/clang/test/CodeGen/
H A Dconst-init.c14 intptr_t b = a; // expected-warning {{incompatible pointer to integer conversion}}
17 intptr_t e = c; // expected-warning {{incompatible pointer to integer conversion}}
/external/compiler-rt/lib/builtins/
H A Dclear_cache.c102 register int start_reg __asm("r0") = (int) (intptr_t) start;
103 const register int end_reg __asm("r1") = (int) (intptr_t) end;
/external/libnfc-nxp/Linux_x86/
H A DphDal4Nfc_i2c.c85 gI2cPortContext.nHandle = (int)(intptr_t) pDalHwContext->p_board_driver;
159 *pLinkHandle = (void*)(intptr_t)gI2cPortContext.nHandle;
/external/mesa3d/src/gallium/targets/xorg-nouveau/
H A Dnouveau_xorg.c39 intptr_t match_data);
125 int entity_num, struct pci_device *device, intptr_t match_data)
/external/skia/src/gpu/
H A DGrProgramDesc.h80 return reinterpret_cast<T*>(reinterpret_cast<intptr_t>(fKey.begin()) + OFFSET);
84 return reinterpret_cast<const T*>(reinterpret_cast<intptr_t>(fKey.begin()) + OFFSET);
/external/v8/src/arm64/
H A Ddeoptimizer-arm64.cc50 patcher.dc64(reinterpret_cast<intptr_t>(deopt_entry));
71 input_->SetRegister(jssp.code(), reinterpret_cast<intptr_t>(frame->sp()));
72 input_->SetRegister(fp.code(), reinterpret_cast<intptr_t>(frame->fp()));
95 intptr_t handler = reinterpret_cast<intptr_t>(xref.address());
338 void FrameDescription::SetCallerPc(unsigned offset, intptr_t value) {
343 void FrameDescription::SetCallerFp(unsigned offset, intptr_t value) {
348 void FrameDescription::SetCallerConstantPool(unsigned offset, intptr_t value) {
/external/v8/src/base/
H A Datomicops.h51 typedef intptr_t Atomic64;
57 typedef intptr_t AtomicWord;
/external/fio/lib/
H A Drbtree.h102 intptr_t rb_parent_color;
/external/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_decls.h49 typedef intptr_t ssize_t;
/external/jemalloc/test/integration/
H A Dthread_arena.c66 intptr_t join_ret;
/external/libcxx/test/std/depr/depr.c.headers/
H A Dstdint_h.pass.cpp149 // typedef intptr_t
150 static_assert(sizeof(intptr_t) >= sizeof(void*),
151 "sizeof(intptr_t) >= sizeof(void*)");
152 static_assert(std::is_signed<intptr_t>::value,
153 "std::is_signed<intptr_t>::value");
208 assert(INTPTR_MIN == std::numeric_limits<intptr_t>::min());
211 assert(INTPTR_MAX == std::numeric_limits<intptr_t>::max());
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp150 // typedef std::intptr_t
151 static_assert(sizeof(std::intptr_t) >= sizeof(void*),
152 "sizeof(std::intptr_t) >= sizeof(void*)");
153 static_assert(std::is_signed<std::intptr_t>::value,
154 "std::is_signed<std::intptr_t>::value");
209 assert(INTPTR_MIN == std::numeric_limits<std::intptr_t>::min());
212 assert(INTPTR_MAX == std::numeric_limits<std::intptr_t>::max());
/external/libyuv/files/unit_test/
H A Dunit_test.h21 ((reinterpret_cast<intptr_t>(var##_mem) + 15) & ~15);
/external/llvm/examples/ParallelJIT/
H A DParallelJIT.cpp238 return (void*)(intptr_t)gv.IntVal.getZExtValue();
292 std::cout << "Add1 returned " << intptr_t(returnValue) << std::endl;
299 std::cout << "Fib1 returned " << intptr_t(returnValue) << std::endl;
306 std::cout << "Fib2 returned " << intptr_t(returnValue) << std::endl;
/external/llvm/lib/Support/Unix/
H A DSignals.inc285 intptr_t *offsets;
297 intptr_t beg = info->dlpi_addr + phdr->p_vaddr;
298 intptr_t end = beg + phdr->p_memsz;
302 intptr_t addr = (intptr_t)data->StackTrace[j];
313 const char **Modules, intptr_t *Offsets,
322 const char **Modules, intptr_t *Offsets,
346 std::vector<intptr_t> Offsets(Depth, 0);
/external/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc133 return (void *)(intptr_t)ptr;
169 return (void *)(intptr_t)GetProcAddress((HMODULE)Data, symbolName);
/external/skia/include/effects/
H A DSkMergeImageFilter.h49 intptr_t fStorage[16];

Completed in 1308 milliseconds

1234567891011>>