Home
last modified time | relevance | path

Searched refs:var_temp (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-string-gen.cc1311 VARIABLE(var_temp, MachineRepresentation::kTagged, string); in TF_BUILTIN()
1317 Label loop(this, {&var_count, &var_result, &var_temp}), return_result(this); in TF_BUILTIN()
1325 var_temp.value())); in TF_BUILTIN()
1332 var_temp.Bind(CallStub(stringadd_callable, context, var_temp.value(), in TF_BUILTIN()
1333 var_temp.value())); in TF_BUILTIN()
/external/tensorflow/tensorflow/contrib/verbs/
Drdma.cc71 char const* var_temp = getenv(var_name); in get_env_var() local
73 return (var_temp == NULL) ? string() : string(var_temp); in get_env_var()