Searched refs:insertMapWorklist (Results 1 – 5 of 5) sorted by relevance
/dalvik/vm/compiler/codegen/x86/ |
D | LowerInvoke.cpp | 341 insertMapWorklist(offsetPC+3, stream - streamMethodStart, 1); //check when helper switch is on in op_invoke_virtual() 362 insertMapWorklist(offsetPC+3, stream - streamMethodStart, 1); //check when helper switch is on in op_invoke_super() 384 insertMapWorklist(offsetPC+3, stream - streamMethodStart, 1); //check when helper switch is on in op_invoke_direct() 405 insertMapWorklist(offsetPC+3, stream - streamMethodStart, 1); //check when helper switch is on in op_invoke_static() 427 insertMapWorklist(offsetPC+3, stream - streamMethodStart, 1); //check when helper switch is on in op_invoke_interface() 448 insertMapWorklist(offsetPC+3, stream - streamMethodStart, 1); //check when helper switch is on in op_invoke_virtual_range() 465 insertMapWorklist(offsetPC+3, stream - streamMethodStart, 1); //check when helper switch is on in op_invoke_super_range() 483 insertMapWorklist(offsetPC+3, stream - streamMethodStart, 1); //check when helper switch is on in op_invoke_direct_range() 500 insertMapWorklist(offsetPC+3, stream - streamMethodStart, 1); //check when helper switch is on in op_invoke_static_range() 518 insertMapWorklist(offsetPC+3, stream - streamMethodStart, 1); //check when helper switch is on in op_invoke_interface_range() [all …]
|
D | LowerReturn.cpp | 43 insertMapWorklist(offsetPC, mapFromBCtoNCG[offsetPC], 1); //check when helper switch is on in common_returnFromMethod()
|
D | Lower.cpp | 490 insertMapWorklist(offsetPC, mapFromBCtoNCG[offsetPC], 1); in lowerByteCode()
|
D | Lower.h | 876 int insertMapWorklist(s4 BCOffset, s4 NCGOffset, int isStartOfPC);
|
D | LowerJump.cpp | 672 int insertMapWorklist(s4 BCOffset, s4 NCGOffset, int isStartOfPC) { in insertMapWorklist() function
|