HomeSort by relevance Sort by last modified time
    Searched refs:ByteArray (Results 76 - 100 of 124) sorted by null

1 2 34 5

  /external/v8/test/cctest/
test-alloc.cc 44 static const int kNewSpaceFillerSize = ByteArray::SizeFor(0);
69 static const int kOldDataSpaceFillerSize = ByteArray::SizeFor(0);
  /external/webkit/Source/WebCore/platform/graphics/filters/
FEComponentTransfer.cpp 34 #include <wtf/ByteArray.h>
161 ByteArray* pixelArray = createUnmultipliedImageResult();
FETurbulence.cpp 33 #include <wtf/ByteArray.h>
345 ByteArray* pixelArray = createUnmultipliedImageResult();
FELighting.cpp 237 bool FELighting::drawLighting(ByteArray* pixels, int width, int height)
350 ByteArray* srcPixelArray = createUnmultipliedImageResult();
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceMasker.cpp 40 #include <wtf/ByteArray.h>
163 RefPtr<ByteArray> srcPixelArray = maskerData->maskImage->getUnmultipliedImageData(maskImageRect);
  /external/v8/src/
deoptimizer.h 425 Handle<ByteArray> CreateByteArray();
434 TranslationIterator(ByteArray* buffer, int index)
450 ByteArray* buffer_;
string-stream.h 151 void PrintByteArray(ByteArray* ba);
objects-inl.h     [all...]
objects-debug.cc 92 ByteArray::cast(this)->ByteArrayVerify();
190 void ByteArray::ByteArrayVerify() {
438 // Code/ByteArray: Compiled code.
string-stream.cc 395 void StringStream::PrintByteArray(ByteArray* byte_array) {
442 PrintByteArray(ByteArray::cast(printee));
objects-visiting.h 327 return reinterpret_cast<ByteArray*>(object)->ByteArraySize();
regexp-macro-assembler-irregexp.cc 442 Handle<ByteArray> array = FACTORY->NewByteArray(length());
heap.cc     [all...]
deoptimizer.cc 375 ByteArray* translations = input_data->TranslationByteArray();
    [all...]
factory.h 167 Handle<ByteArray> NewByteArray(int length,
objects-printer.cc 89 ByteArray::cast(this)->ByteArrayPrint(out);
175 void ByteArray::ByteArrayPrint(FILE* out) {
  /dalvik/dx/src/com/android/dx/command/annotool/
Main.java 27 import com.android.dx.util.ByteArray;
  /external/javassist/src/main/javassist/bytecode/
MethodInfo.java 491 int mref = ByteArray.readU16bit(code, pos + 1);
495 ByteArray.write16bit(mref2, code, pos + 1);
SignatureAttribute.java 61 return getConstPool().getUtf8Info(ByteArray.readU16bit(get(), 0));
73 ByteArray.write16bit(index, info, 0);
  /external/v8/src/ia32/
deoptimizer-ia32.cc 108 Handle<ByteArray> new_reloc =
149 ByteArray* reloc_info = code->relocation_info();
180 reloc_info->address() + ByteArray::kHeaderSize);
275 ByteArray* translations = data->TranslationByteArray();
302 ByteArray* translations = data->TranslationByteArray();
  /dalvik/dx/src/com/android/dx/cf/code/
BytecodeArray.java 30 import com.android.dx.util.ByteArray;
42 private final ByteArray bytes;
57 public BytecodeArray(ByteArray bytes, ConstantPool pool) {
75 public ByteArray getBytes() {
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/util/
ByteArrayAnnotatedOutput.java 263 public void write(ByteArray bytes) {
  /dalvik/dx/src/com/android/dx/util/
ByteArrayAnnotatedOutput.java 256 public void write(ByteArray bytes) {
  /external/webkit/Source/JavaScriptCore/
Android.mk 171 wtf/ByteArray.cpp \
  /external/v8/src/arm/
deoptimizer-arm.cc 200 ByteArray* translations = data->TranslationByteArray();
224 ByteArray* translations = data->TranslationByteArray();

Completed in 1412 milliseconds

1 2 34 5