HomeSort by relevance Sort by last modified time
    Searched full:interpsize (Results 1 - 1 of 1) sorted by null

  /dalvik/vm/mterp/
Mterp.cpp 56 int interpSize = (uintptr_t) dvmAsmInstructionEnd -
58 if (interpSize != 0 && interpSize != kNumPackedOpcodes*width) {
59 ALOGE("ERROR: unexpected asm interp size %d", interpSize);

Completed in 103 milliseconds