HomeSort by relevance Sort by last modified time
    Searched refs:intptr_t (Results 201 - 225 of 494) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/v8/src/
serialize.h 422 return static_cast<int>(reinterpret_cast<intptr_t>(
439 return static_cast<int32_t>(reinterpret_cast<intptr_t>(obj->address()));
490 intptr_t root_index_wave_front() { return root_index_wave_front_; }
491 void set_root_index_wave_front(intptr_t value) {
575 intptr_t root_index_wave_front_;
spaces.cc 273 bool MemoryAllocator::SetUp(intptr_t capacity, intptr_t capacity_executable) {
490 MemoryChunk* MemoryAllocator::AllocateChunk(intptr_t body_size,
515 ASSERT(IsAligned(reinterpret_cast<intptr_t>(base),
587 LargePage* MemoryAllocator::AllocateLargePage(intptr_t object_size,
777 intptr_t max_capacity,
894 intptr_t size = free_list_.EvictFreeListItems(page);
    [all...]
assembler.h 220 RelocInfo(byte* pc, Mode rmode, intptr_t data, Code* host)
264 intptr_t data() const { return data_; }
268 INLINE(void apply(intptr_t delta));
363 intptr_t data_;
419 inline void WriteExtraTaggedData(intptr_t data_delta, int top_tag);
420 inline void WriteTaggedData(intptr_t data_delta, int tag);
  /external/v8/src/arm/
simulator-arm.cc 256 intptr_t last_pc = -1;
410 reinterpret_cast<intptr_t>(cur), *cur, *cur);
471 reinterpret_cast<intptr_t>(prev), buffer.start());
506 intptr_t stop_pc = sim_->get_pc() - 2 * Instruction::kInstrSize;
631 ASSERT((reinterpret_cast<intptr_t>(one) & CachePage::kPageMask) == 0);
632 ASSERT((reinterpret_cast<intptr_t>(two) & CachePage::kPageMask) == 0);
643 intptr_t start_page = (start & ~CachePage::kPageMask);
644 intptr_t end_page = ((start + size) & ~CachePage::kPageMask);
658 intptr_t start = reinterpret_cast<intptr_t>(start_addr)
    [all...]
simulator-arm.h 262 intptr_t* start_address,
263 intptr_t* end_address);
319 static void FlushOnePage(v8::internal::HashMap* i_cache, intptr_t start,
  /external/libyuv/files/source/
rotate.cc 366 : "r"(static_cast<intptr_t>(src_stride)), // %3
367 "r"(static_cast<intptr_t>(dst_stride)) // %4
633 : "r"(static_cast<intptr_t>(src_stride)), // %3
634 "r"(static_cast<intptr_t>(dst_stride)) // %4
740 : "r"(static_cast<intptr_t>(src_stride)), // %4
741 "r"(static_cast<intptr_t>(dst_stride_a)), // %5
742 "r"(static_cast<intptr_t>(dst_stride_b)) // %6
886 intptr_t temp_width = static_cast<intptr_t>(width);
    [all...]
  /dalvik/vm/compiler/
Compiler.cpp 191 int templateSize = (intptr_t) dmvCompilerTemplateEnd -
192 (intptr_t) dvmCompilerTemplateStart;
209 dvmCompilerCacheFlush((intptr_t) gDvmJit.codeCache,
210 (intptr_t) gDvmJit.codeCache + templateSize, 0);
319 dvmCompilerCacheFlush((intptr_t) gDvmJit.codeCache,
320 (intptr_t) gDvmJit.codeCache +
  /dalvik/vm/alloc/
DdmHeap.cpp 120 assert((intptr_t)b == (intptr_t)buf + (intptr_t)HPIF_SIZE(1));
  /external/compiler-rt/lib/asan/tests/
asan_noinst_test.cc 98 for (intptr_t i = -32; i < (intptr_t)size + 32; i++) {
100 if (i == 0 || i == (intptr_t)size)
  /external/compiler-rt/lib/
atomic.c 94 intptr_t hash = (intptr_t)ptr;
100 intptr_t low = hash & SPINLOCK_MASK;
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 88 << format("0x%lx", (long)(intptr_t)this)
124 << format("0x%lx", (long)(intptr_t)this)
289 O << format("Die: 0x%lx", (long)(intptr_t)Entry);
  /external/skia/include/gpu/
GrTypes.h 166 static inline int16_t GrToS16(intptr_t x) {
192 typedef intptr_t GrPlatform3DContext;
606 typedef intptr_t GrPlatform3DObject;
  /external/webkit/Source/JavaScriptCore/jit/
JITCall.cpp 81 intptr_t offset = (intptr_t)sizeof(Register) * (intptr_t)RegisterFile::CallerFrame;
  /external/webkit/Source/JavaScriptCore/runtime/
JSValueInlineMethods.h 493 inline intptr_t reinterpretDoubleToIntptr(double value)
495 return bitwise_cast<intptr_t>(value);
497 inline double reinterpretIntptrToDouble(intptr_t value)
  /hardware/msm7k/libgralloc-qsd8k/
gpu.cpp 81 intptr_t vaddr = intptr_t(m->framebuffer->base);
96 hnd->offset = vaddr - intptr_t(m->framebuffer->base);
  /external/clang/lib/StaticAnalyzer/Frontend/
CheckerRegistration.cpp 67 (RegisterCheckersFn) (intptr_t) lib.getAddressOfSymbol(
  /external/qemu/android/utils/
dirscanner.c 30 intptr_t findIndex1;
  /external/qemu/distrib/jpeg-6b/
jmorecfg.h 27 #define PACK_NEED_ALIGNMENT(ptr) (((int)(intptr_t)(ptr))&3)
  /external/webkit/Source/JavaScriptCore/wtf/
StdLibExtras.h 68 return !(reinterpret_cast<intptr_t>(ptr) % __alignof__(Type));
  /external/webkit/Source/WebCore/bindings/v8/
V8GCController.cpp 188 virtual intptr_t GetHash()
190 return reinterpret_cast<intptr_t>(m_object);
198 virtual intptr_t GetEquivalenceClass()
200 return reinterpret_cast<intptr_t>(m_object);
  /external/webkit/Source/WebKit/mac/WebView/
WebScriptDebugDelegate.h 40 typedef intptr_t WebSourceId;
  /hardware/libhardware/modules/gralloc/
mapper.cpp 59 hnd->base = intptr_t(mappedAddress) + hnd->offset;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
atomic_base.h 264 typedef __atomic_base<intptr_t> atomic_intptr_t;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
atomic_base.h 264 typedef __atomic_base<intptr_t> atomic_intptr_t;
  /dalvik/vm/compiler/codegen/arm/
Assemble.cpp     [all...]

Completed in 4192 milliseconds

1 2 3 4 5 6 7 891011>>