Searched refs:op_vals (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/crankshaft/ |
D | hydrogen.cc | 7971 HValue* op_vals[] = {context, fun, new_target, arity, expected_param_count}; in NewArgumentAdaptorCall() local 7977 Vector<HValue*>(op_vals, arraysize(op_vals))); in NewArgumentAdaptorCall() 9257 HValue* op_vals[] = {context(), Add<HConstant>(function), call_data, holder, in TryInlineApiCall() local 9268 Vector<HValue*>(op_vals, arraysize(op_vals) - 1)); in TryInlineApiCall() 9276 Vector<HValue*>(op_vals, arraysize(op_vals) - 1)); in TryInlineApiCall() 9279 op_vals[arraysize(op_vals) - 1] = Add<HConstant>(argc); in TryInlineApiCall() 9286 Vector<HValue*>(op_vals, arraysize(op_vals))); in TryInlineApiCall() 10005 HValue* op_vals[] = {context(), function, function, arity}; in VisitCallNew() local 10011 Vector<HValue*>(op_vals, arraysize(op_vals))); in VisitCallNew()
|
/external/valgrind/perf/ |
D | tinycc.c | 17672 int op_vals[500]; in tcc_assemble_internal() 17681 if (pa->op_type[i] == op_vals[j]) in tcc_assemble_internal() 17684 op_vals[nb_op_vals++] = pa->op_type[i]; in tcc_assemble_internal() 17689 int v = op_vals[i]; in tcc_assemble_internal()
|