Home
last modified time | relevance | path

Searched refs:method_ofs (Results 1 – 5 of 5) sorted by relevance

/dports/games/tads/tads-3.0.8/tads3/
H A Dvmbift3.cpp212 ulong method_ofs; in get_stack_trace() local
247 method_ofs = G_interpreter->get_method_ofs(); in get_stack_trace()
295 if (method_ofs == 0) in get_stack_trace()
324 if (method_ofs != 0) in get_stack_trace()
342 get_source_info(vmg_ entry_addr, method_ofs, &info_srcloc); in get_stack_trace()
375 if (method_ofs != 0) in get_stack_trace()
384 method_ofs = G_interpreter->get_return_ofs_from_frame(vmg_ fp); in get_stack_trace()
402 void CVmBifT3::get_source_info(VMG_ ulong entry_addr, ulong method_ofs, in get_source_info() argument
429 if (!CVmRun::get_stm_bounds(vmg_ &func_ptr, method_ofs, in get_source_info()
H A Dvmbift3.h69 static void get_source_info(VMG_ ulong entry_addr, ulong method_ofs,
H A Dvmdbg.cpp647 ulong method_ofs; in build_stack_listing() local
657 method_ofs = pc_ - entry_ofs_; in build_stack_listing()
682 if (method_ofs == 0) in build_stack_listing()
843 sprintf(p, "+ %lx", method_ofs); in build_stack_listing()
855 if (method_ofs != 0 && source_info) in build_stack_listing()
947 method_ofs = G_interpreter->get_return_ofs_from_frame(vmg_ fp); in build_stack_listing()
H A Dtct3img.cpp1404 uint method_ofs; in build_source_line_maps() local
1412 method_ofs = G_cs->readu2_at(ofs); in build_source_line_maps()
1417 line_addr = start_addr + method_ofs; in build_source_line_maps()
H A Dvmrun.cpp4510 ulong method_ofs,
4578 if (method_ofs >= end_ofs)
4583 else if (method_ofs < start_ofs)