Lines Matching refs:VMContRef

55     pub struct VMContRef {  struct
95 impl VMContRef { impl
96 pub fn new(address: ir::Value) -> VMContRef { in new() argument
97 VMContRef { address } in new()
860 let co = helpers::VMContRef::new(contref); in vmcontref_store_payloads()
1093 let contref = helpers::VMContRef::new(contref); in search_handler()
1193 let mut vmcontref = helpers::VMContRef::new(contref); in translate_cont_bind()
1231 let tag = helpers::VMContRef::new(contref).get_revision(env, builder); in translate_cont_new()
1312 let mut vmcontref = helpers::VMContRef::new(resume_contref); in translate_resume()
1328 let mut last_ancestor = helpers::VMContRef::new(vmcontref.get_last_ancestor(env, builder)); in translate_resume()
1355 let resume_contref = helpers::VMContRef::new(resume_contref); in translate_resume()
1463 let mut suspended_continuation = helpers::VMContRef::new(suspended_continuation); in translate_resume()
1581 let returned_contref = helpers::VMContRef::new(returned_contref); in translate_resume()
1624 let active_contref = helpers::VMContRef::new(active_contref); in translate_suspend()
1625 let mut end_of_chain_contref = helpers::VMContRef::new(end_of_chain_contref); in translate_suspend()
1703 let mut target_contref = helpers::VMContRef::new(target_contref); in translate_switch()
1731 let mut last_ancestor = helpers::VMContRef::new(last_ancestor); in translate_switch()
1737 let mut switcher_contref = helpers::VMContRef::new(switcher_contref); in translate_switch()
1800 helpers::VMContRef::new(switchee_contref_last_ancestor); in translate_switch()