Searched refs:RETURN_VALUE (Results 1 – 13 of 13) sorted by relevance
30 public static final int RETURN_VALUE = 123; field40 return TestInterface.RETURN_VALUE; in testDefaultMethod()48 public static final int RETURN_VALUE = 456; field in InvokeMethodDefault002Debuggee.TestClass54 return TestClass.RETURN_VALUE; in testDefaultMethod()
30 public static final int RETURN_VALUE = 123; field40 return TestInterface.RETURN_VALUE; in testDefaultMethod()
164 InvokeMethodDefaultDebuggee.TestInterface.RETURN_VALUE, returnValue.getIntValue()); in testInvokeMethod()
164 InvokeMethodDefault002Debuggee.TestClass.RETURN_VALUE, returnValue.getIntValue()); in testInvokeMethod()
25 public static final int RETURN_VALUE = 567; field30 return InvokeMethodTestInterface.RETURN_VALUE; in testInvokeMethodStatic1()
138 InvokeMethodTestInterface.RETURN_VALUE, returnValue.getIntValue()); in testInvokeMethodStatic()
342 if (codestr[codelen-1] != RETURN_VALUE) in PyCode_Optimize()563 codestr[tgt] == RETURN_VALUE) { in PyCode_Optimize()564 codestr[i] = RETURN_VALUE; in PyCode_Optimize()586 case RETURN_VALUE: in PyCode_Optimize()589 if (codestr[i+4] == RETURN_VALUE && in PyCode_Optimize()
802 case RETURN_VALUE: in opcode_stack_effect()936 if (opcode == RETURN_VALUE) in compiler_addop()1441 ADDOP_IN_SCOPE(c, RETURN_VALUE); in compiler_class()1516 ADDOP_IN_SCOPE(c, RETURN_VALUE); in compiler_lambda()2094 ADDOP(c, RETURN_VALUE); in compiler_visit_stmt()2775 ADDOP(c, RETURN_VALUE); in compiler_comprehension()3923 ADDOP(c, RETURN_VALUE); in assemble()
2084 TARGET_NOARG(RETURN_VALUE) in PyEval_EvalFrameEx()
27 RETURN_VALUE rm_retval
86 #define RETURN_VALUE 83 macro
102 25 RETURN_VALUE
34 9 RETURN_VALUE502 .. opcode:: RETURN_VALUE ()