Searched refs:PyModuleCall (Results 1 – 1 of 1) sorted by relevance
37 enum CallType { PyCall = 0, PyModuleCall, PyCCall, PyOptimizerCall }; enumerator68 PyCodeObject* getCode<CallType::PyModuleCall>() { in getCode()225 struct Config<CallType::PyModuleCall> : ExtendedPyCallConfig<272 using PyModuleCallKey = Config<CallType::PyModuleCall>::key_t;380 void ValueCache::store<CallType::PyModuleCall>( in store()382 Config<CallType::PyModuleCall>::ephemeral_t frame) { in store()383 auto& cache = std::get<CallType::PyModuleCall>(state_); in store()387 auto cls = set_class<CallType::PyModuleCall>(this, cache, key, frame); in store()405 ExtraFields<EventType::PyCall>::args_t ValueCache::load<CallType::PyModuleCall>( in load()407 auto& cache = std::get<CallType::PyModuleCall>(state_); in load()[all …]