Searched refs:EmitGoto (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/torque/ |
H A D | cc-generator.cc | 287 EmitGoto(instruction.if_true, stack, " "); in EmitInstruction() 289 EmitGoto(instruction.if_false, stack, " "); in EmitInstruction() 296 EmitGoto(instruction.if_true, stack, " "); in EmitInstruction() 298 EmitGoto(instruction.if_false, stack, " "); in EmitInstruction() 302 void CCGenerator::EmitGoto(const Block* destination, Stack<std::string>* stack, in EmitGoto() function in v8::internal::torque::CCGenerator 318 EmitGoto(instruction.destination, stack, " "); in EmitInstruction()
|
H A D | cc-generator.h | 30 void EmitGoto(const Block* destination, Stack<std::string>* stack,
|
Completed in 2 milliseconds