Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_opcode.h204 [RETURN_VALUE] = RETURN_VALUE,
325 [RETURN_VALUE] = "RETURN_VALUE",
/third_party/node/deps/v8/src/api/
H A Dapi-arguments-inl.h72 #define PREPARE_CALLBACK_INFO(ISOLATE, F, RETURN_VALUE, API_RETURN_TYPE, \
77 return RETURN_VALUE(); \
82 #define PREPARE_CALLBACK_INFO_FAIL_SIDE_EFFECT_CHECK(ISOLATE, F, RETURN_VALUE, \
85 return RETURN_VALUE(); \
/third_party/python/Include/
H A Dopcode.h42 #define RETURN_VALUE 83 macro
/third_party/python/Python/
H A Dcompile.c263 /* b_return is true if a RETURN_VALUE opcode is inserted. */
987 case RETURN_VALUE: in stack_effect()
1216 opcode == RETURN_VALUE || in is_end_of_basic_block()
1266 if (opcode == RETURN_VALUE) { in compiler_addop_line()
2772 ADDOP_IN_SCOPE(c, RETURN_VALUE); in compiler_class()
3046 ADDOP_IN_SCOPE(c, RETURN_VALUE); in compiler_lambda()
3262 ADDOP(c, RETURN_VALUE); in compiler_return()
5506 ADDOP(c, RETURN_VALUE); in compiler_comprehension()
7211 instr->i_opcode == RETURN_VALUE || in stackdepth()
8282 if (last->i_opcode == RETURN_VALUE) { in guarantee_lineno_for_exits()
[all...]
H A Dceval.c2430 TARGET(RETURN_VALUE) {
/third_party/python/Objects/
H A Dframeobject.c404 case RETURN_VALUE: in mark_stacks()
/third_party/toybox/toys/pending/
H A Dawk.c3820 #define RETURN_VALUE -4 in interpx() macro
3869 zvalue_copy(&STACK[parmbase+RETURN_VALUE], STKP); in interpx()
3880 while (stkn(0) > parmbase + RETURN_VALUE) in interpx()

Completed in 30 milliseconds