Home
last modified time | relevance | path

Searched defs:numBytes (Results 1 – 5 of 5) sorted by relevance

/dalvik/vm/compiler/codegen/x86/libenc/
Denc_wrapper.cpp154 unsigned numBytes = DecoderBase::decode(stream_start, &decInst); in decodeThenPrint() local
173 unsigned numBytes = DecoderBase::decode(stream, &decInst); in encoder_get_inst_size() local
184 unsigned numBytes = DecoderBase::decode(stream, &decInst); in encoder_update_imm() local
364 unsigned numBytes = DecoderBase::decode(stream, &decInst); in encoder_update_imm_rm() local
555 unsigned numBytes = DecoderBase::decode(stream, &decInst); in decoder_disassemble_instr() local
/dalvik/hit/src/com/android/hit/
DClassInstance.java33 public final void loadFieldData(DataInputStream in, int numBytes) in loadFieldData()
DHprofParser.java604 private void skipFully(long numBytes) throws IOException { in skipFully()
/dalvik/vm/alloc/
DMarkSweep.cpp858 size_t numBytes; member
914 size_t *numObjects, size_t *numBytes) in dvmHeapSweepUnmarkedObjects()
DHeapSource.cpp281 static void countFree(Heap *heap, const void *ptr, size_t *numBytes) in countFree()
991 size_t numBytes = 0; in dvmHeapSourceFreeList() local