Home
last modified time | relevance | path

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

/external/v8/src/torque/
Dimplementation-visitor.cc516 std::string temp = GenerateNewTempVariable(result_type); in Visit()
534 std::string temp = GenerateNewTempVariable(TypeOracle::GetConstStringType()); in Visit()
1335 std::string temp = GenerateNewTempVariable(to_copy.type()); in GenerateCopy()
1363 std::string result_var_name = GenerateNewTempVariable(struct_type); in Visit()
1654 result_variable_name = GenerateNewTempVariable(return_type); in GeneratePointerCall()
1727 result_variable_name = GenerateNewTempVariable(result_type); in GenerateCall()
1963 std::string ImplementationVisitor::GenerateNewTempVariable(const Type* type) { in GenerateNewTempVariable() function in v8::internal::torque::ImplementationVisitor
Dimplementation-visitor.h247 std::string GenerateNewTempVariable(const Type* type);