Home | History | Annotate | Download | only in src

Lines Matching refs:description

1642   const char* description = "Unknown code from the snapshot";
1652 description =
1654 if (description == NULL)
1655 description = "A stub from the snapshot";
1659 description = "Regular expression code";
1663 description = "A builtin from the snapshot";
1667 description = "A keyed load IC from the snapshot";
1671 description = "A load IC from the snapshot";
1675 description = "A store IC from the snapshot";
1679 description = "A keyed store IC from the snapshot";
1683 description = "A call IC from the snapshot";
1687 description = "A keyed call IC from the snapshot";
1693 PROFILE(isolate_, CodeCreateEvent(tag, code_object, description));