Searched defs:getInt8 (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
H A DJSDataViewCustom.cpp84 result = jsNumber(imp->getInt8(byteOffset, ec));
102 JSValue JSDataView::getInt8(ExecState* exec) function in class:WebCore::JSDataView
/external/webkit/Source/WebCore/html/canvas/
H A DDataView.cpp150 int8_t DataView::getInt8(unsigned byteOffset, ExceptionCode& ec) function in class:WebCore::DataView
/external/llvm/include/llvm/
H A DIRBuilder.h196 /// getInt8 - Get a constant 8-bit value.
197 ConstantInt *getInt8(uint8_t C) { function in class:llvm::IRBuilderBase

Completed in 140 milliseconds