Searched refs:updateImmRMInst (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/compiler/codegen/x86/
H A DLowerJump.cpp341 int updateImmRMInst(char* moveInst, const char* label, int relativeNCG); //forward declaration
348 updateImmRMInst(ptr->codePtr, "", (int)NCGaddr);
395 int updateImmRMInst(char* moveInst, const char* label, int relativeNCG) { function
805 updateImmRMInst(ptr->codePtr, "", stream - ptr->codePtr);
812 updateImmRMInst(ptr->codePtr, "", stream-ptr->codePtr);
835 updateImmRMInst(ptr->codePtr, "", stream-ptr->codePtr);

Completed in 49 milliseconds