NAME

src/pmc/packfileopmap.pmc - Packfile Debug Segment PMC

DESCRIPTION

This class implements a PackfileOpMap, which provides a map between op numbers in a bytecode segment and the libraries and offsets within those libraries that the ops come from.

Vtable functions

init
Create empty PackfileOpMap for a given op library.
get_integer_keyed
Return the integer which maps to the given op, if any. If the op is not already in the map, a new map will be created.
get_pmc_keyed_str()
Get Op PMC by name.
void mark()
Marks the object as live.
INTVAL get_integer()
Get the number of filename mappings.
METHOD load_lib
Ensure that an op library is loaded and accessible to this OpMap.
get_pointer
Construct PackFile_ByteCode_OpMapping.