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

/dalvik/vm/compiler/codegen/x86/
H A DLowerJump.cpp81 int updateJumpInst(char* jumpInst, OpndSize immSize, int relativeNCG) { argument
85 if(immSize == OpndSize_8) { //-128 to 127
91 if(immSize == OpndSize_16) { //-2^16 to 2^16-1
197 int insertLabelWorklist(const char* label, OpndSize immSize) { argument
205 item->size = immSize;
214 int insertShortWorklist(const char* label, OpndSize immSize) { argument
222 item->size = immSize;
453 If the branch target is not handled, call insertShortWorklist or insertLabelWorklist depending on isShortTerm, unknown is set to true, immSize is set to 32 if isShortTerm is false, set to 32 if isShortTerm is true and target is check_cast_null, set to 8 otherwise.
455 If the branch target is handled, call estOpndSizeFromImm to set immSize for jump instruction, returns the value of the immediate
457 int getRelativeOffset(const char* target, bool isShortTerm, JmpCall_type type, bool* unknown, OpndSize* immSize) { argument
652 insertNCGWorklist(s4 relativePC, OpndSize immSize) argument
[all...]
H A DCodegenInterface.cpp267 OpndSize immSize = estOpndSizeFromImm(relOffset); local
268 relOffset -= getJmpCallInstSize(immSize, JmpCall_uncond);
269 dump_imm(Mnemonic_JMP, immSize, relOffset);
469 OpndSize immSize = estOpndSizeFromImm(relOffset); local
470 int jumpSize = getJmpCallInstSize(immSize, JmpCall_uncond);
476 dump_imm_with_codeaddr(Mnemonic_JMP, immSize, relOffset, (char*) (&newCell)); //update newCell.branch
1472 //OpndSize immSize = estOpndSizeFromImm(relOffset);
1473 //relOffset -= getJmpCallInstSize(immSize, JmpCall_uncond);
1477 OpndSize immSize = OpndSize_32; local
1481 dump_imm_with_codeaddr(Mnemonic_JMP, immSize, relOffse
[all...]
H A DLower.h1232 OpndSize* immSize);

Completed in 514 milliseconds