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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_simcontext.cpp1406 sc_method_handle active_method_h; // active method or null. local
1413 active_method_h = DCAST<sc_method_handle>(sc_get_current_process_b());
1422 if ( method_h == active_method_h )
1435 else if ( active_method_h != NULL )
1442 sc_get_curr_simcontext()->set_curr_proc((sc_process_b*)active_method_h);
1443 active_method_h->check_for_throws();

Completed in 10 milliseconds