MCPcopy Index your code
hub / github.com/RustPython/RustPython / lasti

Method lasti

crates/vm/src/frame.rs:837–839  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

835 }
836
837 pub fn lasti(&self) -> u32 {
838 self.lasti.load(Relaxed)
839 }
840
841 pub fn set_lasti(&self, val: u32) {
842 self.lasti.store(val, Relaxed);

Callers 15

dump_frame_from_rawFunction · 0.80
dump_frame_from_refFunction · 0.80
send_noneMethod · 0.80
sendMethod · 0.80
closeMethod · 0.80
suspendedMethod · 0.80
current_locationMethod · 0.80
runMethod · 0.80
yield_from_targetMethod · 0.80
gen_throwMethod · 0.80
execute_instructionMethod · 0.80
execute_instrumentedMethod · 0.80

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected