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

1 2 3 4 5 67 8 91011>>

  /external/llvm/include/llvm/ExecutionEngine/
JITMemoryManager.h 133 virtual uint8_t *allocateSpace(intptr_t Size, unsigned Alignment) = 0;
  /external/llvm/lib/Target/CellSPU/
SPUTargetMachine.cpp 85 (BuilderFunc)(intptr_t)sys::DynamicLibrary::SearchForAddressOfSymbol(
  /external/skia/include/gpu/
GrTexture.h 109 virtual intptr_t getTextureHandle() const = 0;
  /external/skia/src/gpu/gl/
GrGLTexture.h 83 virtual intptr_t getTextureHandle() const;
  /external/v8/test/cctest/
test-platform-tls.cc 18 return reinterpret_cast<void*>(static_cast<intptr_t>(num + 1));
test-mark-compact.cc 430 virtual intptr_t GetHash() { return 0; }
463 static uintptr_t ReadLong(char* buffer, intptr_t* position, int base) {
473 static intptr_t MemoryInUse() {
474 intptr_t memory_use = 0;
482 intptr_t line_start = 0;
490 intptr_t position = line_start;
528 intptr_t initial_memory = MemoryInUse();
534 intptr_t booted_memory = MemoryInUse();
  /external/webkit/Source/WebCore/bindings/js/
JavaScriptCallFrame.cpp 45 JavaScriptCallFrame::JavaScriptCallFrame(const DebuggerCallFrame& debuggerCallFrame, PassRefPtr<JavaScriptCallFrame> caller, intptr_t sourceID, const TextPosition0& textPosition)
ScriptCallStackFactory.cpp 63 intptr_t sourceID;
  /external/webkit/Source/WebCore/bindings/scripts/test/JS/
JSTestMediaQueryListListener.cpp 46 { "constructor", DontEnum | ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestMediaQueryListListenerConstructor), (intptr_t)0 THUNK_GENERATOR(0) },
109 { "method", DontDelete | Function, (intptr_t)static_cast<NativeFunction>(jsTestMediaQueryListListenerPrototypeFunctionMethod), (intptr_t)1 THUNK_GENERATOR(0) },
JSTestSerializedScriptValueInterface.cpp 46 { "value", DontDelete | ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestSerializedScriptValueInterfaceValue), (intptr_t)0 THUNK_GENERATOR(0) },
47 { "constructor", DontEnum | ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestSerializedScriptValueInterfaceConstructor), (intptr_t)0 THUNK_GENERATOR(0) },
  /external/webkit/Source/WebCore/rendering/svg/
SVGRenderTreeAsText.h 87 ts << reinterpret_cast<intptr_t>(t);
  /frameworks/rs/
rsThreadIO.h 89 intptr_t mToCoreRet;
  /external/v8/src/ia32/
assembler-ia32-inl.h 50 void RelocInfo::apply(intptr_t delta) {
299 x_ = reinterpret_cast<intptr_t>(handle.location());
303 x_ = reinterpret_cast<intptr_t>(obj);
310 x_ = reinterpret_cast<intptr_t>(value);
332 emit(reinterpret_cast<intptr_t>(handle.location()),
336 emit(reinterpret_cast<intptr_t>(obj));
343 RecordRelocInfo(RelocInfo::CODE_TARGET_WITH_ID, static_cast<intptr_t>(id));
  /hardware/ti/omap4xxx/
heaptracker.c 25 extern int heaptracker_stacktrace(intptr_t*, size_t);
48 intptr_t bt[MAX_BACKTRACE_DEPTH];
50 intptr_t freed_bt[MAX_BACKTRACE_DEPTH];
99 void print_backtrace(const intptr_t *bt, int depth)
103 intptr_t self_bt[MAX_BACKTRACE_DEPTH];
370 intptr_t bt[MAX_BACKTRACE_DEPTH];
418 intptr_t bt[MAX_BACKTRACE_DEPTH];
  /external/skia/src/gpu/
GrDrawState.h 66 reinterpret_cast<intptr_t>(&fColor) -
67 reinterpret_cast<intptr_t>(this);
71 GrAssert((intptr_t)(void*)NULL == 0LL);
89 reinterpret_cast<intptr_t>(&fEdgeAANumEdges) -
90 reinterpret_cast<intptr_t>(this));
  /external/v8/src/
store-buffer.cc 127 intptr_t a =
128 reinterpret_cast<intptr_t>(*reinterpret_cast<const Address*>(void_a));
129 intptr_t b =
130 reinterpret_cast<intptr_t>(*reinterpret_cast<const Address*>(void_b));
131 // Unfortunately if int is smaller than intptr_t there is no branch-free
141 intptr_t a =
142 reinterpret_cast<intptr_t>(*reinterpret_cast<const Address*>(void_a));
143 intptr_t b =
144 reinterpret_cast<intptr_t>(*reinterpret_cast<const Address*>(void_b));
170 void StoreBuffer::EnsureSpace(intptr_t space_needed)
    [all...]
  /dalvik/vm/compiler/
Frontend.cpp 528 dvmInsertGrowableList(&cUnit->blockList, (intptr_t) bottomBlock);
621 dvmInsertGrowableList(&cUnit->blockList, (intptr_t) bb);
    [all...]
  /external/skia/tests/
ReadPixelsTest.cpp 107 intptr_t pixels = reinterpret_cast<intptr_t>(bmp.getPixels());
129 intptr_t pixels = reinterpret_cast<intptr_t>(bitmap->getPixels());
181 intptr_t pixels = reinterpret_cast<intptr_t>(bitmap.getPixels());
WritePixelsTest.cpp 135 intptr_t pixels = reinterpret_cast<intptr_t>(bmp.getPixels());
233 intptr_t canvasPixels = reinterpret_cast<intptr_t>(devBmp.getPixels());
330 intptr_t pixels = reinterpret_cast<intptr_t>(bitmap->getPixels());
  /external/v8/src/mips/
simulator-mips.cc 352 intptr_t last_pc = -1;
525 reinterpret_cast<intptr_t>(cur), *cur, *cur);
587 reinterpret_cast<intptr_t>(cur), buffer.start());
615 intptr_t stop_pc = sim_->get_pc() -
709 reinterpret_cast<intptr_t>(cur), buffer.start());
778 ASSERT((reinterpret_cast<intptr_t>(one) & CachePage::kPageMask) == 0);
779 ASSERT((reinterpret_cast<intptr_t>(two) & CachePage::kPageMask) == 0);
790 intptr_t start_page = (start & ~CachePage::kPageMask);
791 intptr_t end_page = ((start + size) & ~CachePage::kPageMask);
805 intptr_t start = reinterpret_cast<intptr_t>(start_addr)
    [all...]
  /external/clang/examples/clang-interpreter/
main.cpp 41 void *MainAddr = (void*) (intptr_t) GetExecutablePath;
70 void *MainAddr = (void*) (intptr_t) GetExecutablePath;
  /external/clang/lib/StaticAnalyzer/Checkers/
ChrootChecker.cpp 31 bool isRootChanged(intptr_t k) { return k == ROOT_CHANGED; }
32 //bool isJailEntered(intptr_t k) { return k == JAIL_ENTERED; }
142 if (isRootChanged((intptr_t) *k))
  /external/llvm/include/llvm/ADT/
DenseMapInfo.h 34 intptr_t Val = -1;
39 intptr_t Val = -2;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 63 intptr_t Addend; // Addend encoded in the instruction itself, if any,
83 intptr_t Addend;
  /external/mesa3d/include/c99/
stdint.h 57 // Define _W64 macros to mark types changing their size, like intptr_t.
115 typedef signed __int64 intptr_t; typedef
118 typedef _W64 signed int intptr_t; typedef

Completed in 1088 milliseconds

1 2 3 4 5 67 8 91011>>