Searched defs:arg_values (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Expression/
H A DClangFunction.cpp295 ValueList &arg_values,
345 size_t num_args = arg_values.GetSize();
357 Value *arg_value = arg_values.GetValueAtIndex(i);
292 WriteFunctionArguments(ExecutionContext &exe_ctx, lldb::addr_t &args_addr_ref, Address function_address, ValueList &arg_values, Stream &errors) argument
/external/skia/src/core/
H A DSkTraceEvent.h122 // The |arg_values|, when used, are always deep copied with the _COPY
126 // const char* arg_values are only referenced by default:
132 // std::string arg_values are always copied:
750 // const uint64_t* arg_values,
1091 // functions are defined here instead of in the macro, because the arg_values
1094 // the arg_values must live throughout these procedures.
1120 uint64_t arg_values[1]; local
1121 SetTraceValue(arg1_val, &arg_types[0], &arg_values[0]);
1124 num_args, &arg1_name, arg_types, arg_values, flags);
1142 uint64_t arg_values[ local
[all...]

Completed in 440 milliseconds