Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/perf_insights/perf_insights/
Dfunction_handle.py41 class FunctionHandle(object): class
106 return FunctionHandle(modules_to_load=new_modules_to_load,
117 return FunctionHandle(modules_to_load=modules_to_load,
137 return FunctionHandle(modules_to_load=modules_to_load,
Dfunction_handle_unittest.py60 handle = function_handle.FunctionHandle([module], 'Bar')
69 handle = function_handle.FunctionHandle([module], 'Bar')
83 handle = function_handle.FunctionHandle.FromDict(handle_dict)
Dmap_traces.py66 map_handle = function_handle.FunctionHandle.FromUserFriendlyString(
69 reduce_handle = function_handle.FunctionHandle.FromUserFriendlyString(
Dgce_instance_map_job.py86 map_function_handle = function_handle.FunctionHandle(
Dmap_single_trace_unittest.py15 map_handle = function_handle.FunctionHandle(
/external/chromium-trace/catapult/perf_insights/perf_insights/mre/
Djob.py42 handle = function_handle.FunctionHandle(
58 reduce_function_handle = function_handle.FunctionHandle.FromDict(
62 function_handle.FunctionHandle.FromDict(
Dmre_result_unittest.py30 map_handle = function_handle.FunctionHandle(
Dfailure_unittest.py13 return function_handle.FunctionHandle(
/external/llvm/include/llvm/Analysis/
DCFLAliasAnalysis.h81 struct FunctionHandle final : public CallbackVH {
82 FunctionHandle(Function *Fn, CFLAAResult *Result) in FunctionHandle() function
108 std::forward_list<FunctionHandle> Handles;
/external/chromium-trace/catapult/tracing/tracing/metrics/
Dmetric_runner.py24 map_function_handle = function_handle.FunctionHandle(
/external/chromium-trace/catapult/telemetry/telemetry/value/
Dtranslate_common_values_unittest.py18 return function_handle.FunctionHandle(
/external/v8/src/
Dtypes.h342 typedef typename Config::template Handle<FunctionType>::type FunctionHandle; typedef
390 static FunctionHandle Function( in Function()
399 FunctionHandle function = Function(result, Any(region), 1, region); in Function()
405 FunctionHandle function = Function(result, Any(region), 2, region); in Function()
413 FunctionHandle function = Function(result, Any(region), 3, region); in Function()
421 FunctionHandle function = Function(result, Any(region), arity, region); in Function()
953 static FunctionHandle New( in New()
955 FunctionHandle type = Config::template cast<FunctionType>( in New()
Dtypes.cc1235 FunctionHandle function = FunctionType::New( in Convert()
/external/chromium-trace/catapult/perf_insights/perf_insights_build/
Dpi_report_to_html.py84 map_function_handle = function_handle.FunctionHandle([module],
/external/llvm/lib/Analysis/
DCFLAliasAnalysis.cpp1000 Handles.push_front(FunctionHandle(Fn, this)); in scan()