| 44 | int key, |
| 45 | const SmallVector<std::pair<PyFrameObject*, FrameInfoPtr>, 100>& frames); |
| 46 | size_t size() { return stack_cache.size(); } |
| 47 | FrameInfoPtr& operator[](int key) { return stack_cache[key]; } |
| 48 | static int get_frame_key(PyFrameObject* frame); |
| 49 | static FrameInfoCache* get_instance(); |
no outgoing calls