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

/dalvik/vm/compiler/codegen/x86/
H A DLowerJump.cpp652 int insertNCGWorklist(s4 relativePC, OpndSize immSize) { function
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.
894 insertNCGWorklist(tmp, *size);

Completed in 1296 milliseconds