Lines Matching refs:method
37 def get_legacy_color(method): argument
38 r = 175 + int(50 * hash_to_float(reversed(method)))
39 g = 60 + int(180 * hash_to_float(method))
40 b = 60 + int(55 * hash_to_float(reversed(method)))
44 def get_dso_color(method): argument
45 r = 170 + int(80 * hash_to_float(reversed(method)))
46 g = 180 + int(70 * hash_to_float((method)))
47 b = 170 + int(80 * hash_to_float(reversed(method)))
71 method = callsite.method.replace(">", ">").replace("<", "<")
78 r, g, b = get_legacy_color(method)
98 method,