Searched defs:instSize (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/compiler/codegen/x86/
H A DLowerInvoke.cpp69 unsigned instSize = encoder_get_inst_size(streamMisPred); local
70 relativeNCG -= instSize; //size of the instruction
H A DLowerJump.cpp144 unsigned instSize = encoder_get_inst_size(ptr->codePtr); local
145 relativeNCG -= instSize; //size of the instruction
373 unsigned instSize = encoder_get_inst_size(ptr->codePtr); local
374 relativeNCG -= instSize; //size of the instruction
724 unsigned instSize = encoder_get_inst_size(ptr->codePtr); local
725 relativeNCG -= instSize;

Completed in 187 milliseconds