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

/dalvik/vm/compiler/codegen/x86/
H A DLowerJump.cpp402 //! 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(cons function
[all...]

Completed in 22 milliseconds