Home
last modified time | relevance | path

Searched refs:label_names (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/torque/
H A Dcsa-generator.cc385 std::vector<std::string> label_names; in EmitInstruction() local
391 label_names.push_back(FreshLabelName()); in EmitInstruction()
401 out() << " compiler::CodeAssemblerLabel " << label_names[i] in EmitInstruction()
423 for (size_t i = 0; i < label_names.size(); ++i) { in EmitInstruction()
425 out() << "&" << label_names[i]; in EmitInstruction()
457 for (size_t l = 0; l < label_names.size(); ++l) { in EmitInstruction()
458 out() << " if (" << label_names[l] << ".is_used()) {\n"; in EmitInstruction()
459 out() << " ca_.Bind(&" << label_names[l] << ");\n"; in EmitInstruction()

Completed in 2 milliseconds