CACAO
Functions
stackmap.cpp File Reference

Go to the source code of this file.

Functions

static bool stackmap_get_verification_type_info (ClassBuffer &cb, verification_type_info_t *verification_type_info)
 
static bool stackmap_get_same_locals_1_stack_item_frame (ClassBuffer &cb, stack_map_frame_t *stack_map_frame)
 
static bool stackmap_get_same_locals_1_stack_item_frame_extended (ClassBuffer &cb, stack_map_frame_t *stack_map_frame)
 
static bool stackmap_get_chop_frame (ClassBuffer &cb, stack_map_frame_t *stack_map_frame)
 
static bool stackmap_get_same_frame_extended (ClassBuffer &cb, stack_map_frame_t *stack_map_frame)
 
static bool stackmap_get_append_frame (ClassBuffer &cb, stack_map_frame_t *stack_map_frame)
 
static bool stackmap_get_full_frame (ClassBuffer &cb, stack_map_frame_t *stack_map_frame)
 
bool stackmap_load_attribute_stackmaptable (ClassBuffer &cb, methodinfo *m)
 

Function Documentation

static bool stackmap_get_append_frame ( ClassBuffer cb,
stack_map_frame_t stack_map_frame 
)
static

Definition at line 275 of file stackmap.cpp.

static bool stackmap_get_chop_frame ( ClassBuffer cb,
stack_map_frame_t stack_map_frame 
)
static

Definition at line 213 of file stackmap.cpp.

static bool stackmap_get_full_frame ( ClassBuffer cb,
stack_map_frame_t stack_map_frame 
)
static

Definition at line 324 of file stackmap.cpp.

static bool stackmap_get_same_frame_extended ( ClassBuffer cb,
stack_map_frame_t stack_map_frame 
)
static

Definition at line 243 of file stackmap.cpp.

static bool stackmap_get_same_locals_1_stack_item_frame ( ClassBuffer cb,
stack_map_frame_t stack_map_frame 
)
static

Definition at line 151 of file stackmap.cpp.

static bool stackmap_get_same_locals_1_stack_item_frame_extended ( ClassBuffer cb,
stack_map_frame_t stack_map_frame 
)
static

Definition at line 177 of file stackmap.cpp.

static bool stackmap_get_verification_type_info ( ClassBuffer cb,
verification_type_info_t verification_type_info 
)
static

Definition at line 98 of file stackmap.cpp.

bool stackmap_load_attribute_stackmaptable ( ClassBuffer cb,
methodinfo m 
)

Definition at line 405 of file stackmap.cpp.