Searched refs:moveInst (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
395 int updateImmRMInst(char* moveInst, const char* label, int relativeNCG) { argument
397 ALOGI("perform work ImmRM inst @ %p for label %s with %d", moveInst, label, relativeNCG);
399 encoder_update_imm_rm(relativeNCG, moveInst);

Completed in 91 milliseconds