| 287 | } |
| 288 | |
| 289 | void CodeCache::setDwarfTable(FrameDesc* table, int length) { |
| 290 | _dwarf_table = table; |
| 291 | _dwarf_table_length = length; |
| 292 | } |
| 293 | |
| 294 | FrameDesc* CodeCache::findFrameDesc(const void* pc) { |
| 295 | u32 target_loc = (const char*)pc - _text_base; |