Lines Matching defs:call

402 //! maximum instruction size for jump,jcc,call: 6 for jcc rel32
404 //! minimum instruction size for jump,jcc,call: 2
425 \brief return size of a jump or call instruction
451 \brief check whether a branch target is already handled, if yes, return the size of the immediate; otherwise, call insertShortWorklist or insertLabelWorklist.
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
501 if(type == JmpCall_call) { //call sz16 does not work in gdb
571 call("ncgGetEIP"); //must be immediately before JMP
608 \brief generate a single native instruction to call a function
612 void call(const char* target) {
627 \brief generate a single native instruction to call a function
640 \brief generate a single native instruction to call a function
747 call ncgGetEIP
877 \brief check whether a branch target (specified by relative offset in bytecode) is already handled, if yes, return the size of the immediate; otherwise, call insertNCGWorklist.
879 If the branch target is not handled, call insertNCGWorklist, unknown is set to true, immSize is set to 32.
881 If the branch target is handled, call estOpndSizeFromImm to set immSize for jump instruction, returns the value of the immediate
913 call("common_periodicChecks_entry");
1159 //TODO: eax should be absolute address, call globalVREndOfBB, constVREndOfBB
1216 //TODO: eax should be absolute address, call globalVREndOfBB constVREndOfBB