Home
last modified time | relevance | path

Searched refs:insertMapWorklist (Results 1 – 5 of 5) sorted by relevance

/dalvik/vm/compiler/codegen/x86/
DLowerInvoke.cpp341 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 …]
DLowerReturn.cpp43 insertMapWorklist(offsetPC, mapFromBCtoNCG[offsetPC], 1); //check when helper switch is on in common_returnFromMethod()
DLower.cpp490 insertMapWorklist(offsetPC, mapFromBCtoNCG[offsetPC], 1); in lowerByteCode()
DLower.h876 int insertMapWorklist(s4 BCOffset, s4 NCGOffset, int isStartOfPC);
DLowerJump.cpp672 int insertMapWorklist(s4 BCOffset, s4 NCGOffset, int isStartOfPC) { in insertMapWorklist() function