HomeSort by relevance Sort by last modified time
    Searched refs:ByteArray (Results 26 - 50 of 59) sorted by null

12 3

  /dalvik/dx/src/com/android/dx/cf/cst/
ConstantPoolParser.java 35 import com.android.dx.util.ByteArray;
45 private final ByteArray bytes;
68 public ConstantPoolParser(ByteArray bytes) {
326 ByteArray ubytes = bytes.slice(at, at + length);
  /dalvik/dx/src/com/android/dx/command/annotool/
AnnotationLister.java 27 import com.android.dx.util.ByteArray;
71 ByteArray ba = new ByteArray(bytes);
Main.java 27 import com.android.dx.util.ByteArray;
  /dalvik/dx/src/com/android/dx/cf/direct/
AnnotationParser.java 45 import com.android.dx.util.ByteArray;
61 private final ByteArray bytes;
67 private final ByteArray.MyDataInputStream input;
112 // ByteArray.MyDataInputStream should never throw.
136 // ByteArray.MyDataInputStream should never throw.
161 // ByteArray.MyDataInputStream should never throw.
CodeObserver.java 31 import com.android.dx.util.ByteArray;
43 private final ByteArray bytes;
54 public CodeObserver(ByteArray bytes, ParseObserver observer) {
  /external/webkit/JavaScriptCore/runtime/
JSByteArray.cpp 36 const ClassInfo JSByteArray::s_defaultInfo = { "ByteArray", 0, 0, 0 };
38 JSByteArray::JSByteArray(ExecState* exec, NonNullPassRefPtr<Structure> structure, ByteArray* storage, const JSC::ClassInfo* classInfo)
  /dalvik/dx/src/com/android/dx/command/dump/
SsaDumper.java 38 import com.android.dx.util.ByteArray;
83 public void endParsingMember(ByteArray bytes, int offset, String name,
  /external/v8/test/cctest/
test-alloc.cc 44 static const int kNewSpaceFillerSize = ByteArray::SizeFor(0);
68 static const int kOldDataSpaceFillerSize = ByteArray::SizeFor(0);
test-regexp.cc     [all...]
  /external/v8/src/
string-stream.h 149 void PrintByteArray(ByteArray* ba);
objects-debug.cc 115 ByteArray::cast(this)->ByteArrayPrint();
215 ByteArray::cast(this)->ByteArrayVerify();
310 void ByteArray::ByteArrayPrint() {
355 void ByteArray::ByteArrayVerify() {
905 // Code/ByteArray: Compiled code.
    [all...]
objects-inl.h     [all...]
string-stream.cc 392 void StringStream::PrintByteArray(ByteArray* byte_array) {
437 PrintByteArray(ByteArray::cast(printee));
regexp-macro-assembler-irregexp.cc 435 Handle<ByteArray> array = Factory::NewByteArray(length());
factory.h 154 static Handle<ByteArray> NewByteArray(int length,
factory.cc 209 Handle<ByteArray> Factory::NewByteArray(int length, PretenureFlag pretenure) {
211 CALL_HEAP_FUNCTION(Heap::AllocateByteArray(length, pretenure), ByteArray);
    [all...]
heap.cc     [all...]
mark-compact.cc 481 if (next_object->IsMap()) { // Could also be ByteArray on free list.
    [all...]
interpreter-irregexp.cc 618 bool IrregexpInterpreter::Match(Handle<ByteArray> code_array,
spaces.cc     [all...]
  /external/webkit/WebCore/bindings/js/
SerializedScriptValue.cpp 42 #include <wtf/ByteArray.h>
180 WTF::ByteArray* data() const { return m_storage.get(); }
186 WTF::ByteArray* array = imageData->data()->data();
187 m_storage = WTF::ByteArray::create(array->length());
192 RefPtr<WTF::ByteArray> m_storage;
  /dalvik/dx/src/com/android/dx/cf/code/
BytecodeArray.java 30 import com.android.dx.util.ByteArray;
42 private final ByteArray bytes;
54 public BytecodeArray(ByteArray bytes, ConstantPool pool) {
72 public ByteArray getBytes() {
    [all...]
  /dalvik/dx/src/com/android/dx/util/
ByteArrayAnnotatedOutput.java 263 public void write(ByteArray bytes) {
  /external/webkit/JavaScriptCore/
Android.mk 164 wtf/ByteArray.cpp \
  /external/webkit/WebCore/bridge/qt/
qt_runtime.cpp 441 WTF::ByteArray* arr = asByteArray(value)->storage();
844 WTF::RefPtr<WTF::ByteArray> wtfByteArray = WTF::ByteArray::create(qtByteArray.length());
    [all...]

Completed in 143 milliseconds

12 3