Home | History | Annotate | Download | only in out

Lines Matching refs:Thread

377     extern "C" void dvmMterp_##_target(Thread* self, ## __VA_ARGS__);
381 void dvmMterp_##_target(Thread* self, ## __VA_ARGS__) { \
392 * Redefine what used to be local variable accesses into Thread struct
426 extern "C" void dvmMterp_##_op(Thread* self); \
427 void dvmMterp_##_op(Thread* self) { \
494 * Periodically check for thread suspension.
1294 //Thread* self = (Thread*) rSELF;