Home
last modified time | relevance | path

Searched refs:old_callee (Results 1 – 1 of 1) sorted by relevance

/external/lldb/source/Interpreter/
DScriptInterpreterPython.cpp2175 void* old_callee = (callee_wrapper_sp ? callee_wrapper_sp->GetObject() : NULL); in GetScriptedSummary() local
2176 void* new_callee = old_callee; in GetScriptedSummary()
2200 if (new_callee && old_callee != new_callee) in GetScriptedSummary()