Searched defs:_substitute_method_call (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DOptimize.py2549 return self._substitute_method_call(
2569 return self._substitute_method_call(
2603 return self._substitute_method_call(
2635 func_call = self._substitute_method_call(
2669 func_call = self._substitute_method_call(
2696 return self._substitute_method_call(
2721 return self._substitute_method_call(
2761 method_call = self._substitute_method_call(
2802 method_call = self._substitute_method_call(
2828 method_call = self._substitute_method_call(
3162 def _substitute_method_call(self, node, function, name, func_type, member in class:OptimizeBuiltinCalls
[all...]

Completed in 153 milliseconds