Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/D7EAD/mkPIVM
/ emit_handler_table
Method
emit_handler_table
src/vm_codegen_x86.cpp:762–762 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
760
}
761
762
void VMCodeGen::emit_handler_table(X86Emitter&) {}
763
764
void VMCodeGen::emit_all_handlers(X86Emitter& e) {
765
const auto& order = codecs_.by_order();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected