GET_CFP            30 vm_exec.h          rb_vmdebug_debug_print_pre(th, GET_CFP(),GET_PC());
GET_CFP            39 vm_exec.h        rb_vmdebug_debug_print_post(th, GET_CFP() SC_REGS());
GET_CFP          2563 vm_insnhelper.c 	klass = vm_get_cvar_base(cref, GET_CFP());
GET_CFP          2615 vm_insnhelper.c 	    const rb_callable_method_entry_t *me = rb_vm_frame_method_entry(GET_CFP());
GET_CFP           101 vm_insnhelper.h #define GET_ISEQ() (GET_CFP()->iseq)
GET_CFP           118 vm_insnhelper.h #define GET_SELF() (COLLECT_USAGE_REGISTER_HELPER(SELF, GET, GET_CFP()->self))
GET_CFP           125 vm_insnhelper.h     VALUE v = (*(cc)->call)(th, GET_CFP(), (calling), (ci), (cc)); \