Home
last modified time | relevance | path

Searched refs:return_label_ (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/
Dfull-codegen.h828 Label return_label_; variable
/external/v8/src/arm64/
Dfull-codegen-arm64.cc401 if (return_label_.is_bound()) { in EmitReturnSequence()
402 __ B(&return_label_); in EmitReturnSequence()
405 __ Bind(&return_label_); in EmitReturnSequence()
/external/v8/src/ia32/
Dfull-codegen-ia32.cc376 if (return_label_.is_bound()) { in EmitReturnSequence()
377 __ jmp(&return_label_); in EmitReturnSequence()
380 __ bind(&return_label_); in EmitReturnSequence()
/external/v8/src/x87/
Dfull-codegen-x87.cc373 if (return_label_.is_bound()) { in EmitReturnSequence()
374 __ jmp(&return_label_); in EmitReturnSequence()
377 __ bind(&return_label_); in EmitReturnSequence()
/external/v8/src/x64/
Dfull-codegen-x64.cc380 if (return_label_.is_bound()) { in EmitReturnSequence()
381 __ jmp(&return_label_); in EmitReturnSequence()
383 __ bind(&return_label_); in EmitReturnSequence()
/external/v8/src/mips64/
Dfull-codegen-mips64.cc399 if (return_label_.is_bound()) { in EmitReturnSequence()
400 __ Branch(&return_label_); in EmitReturnSequence()
402 __ bind(&return_label_); in EmitReturnSequence()
/external/v8/src/arm/
Dfull-codegen-arm.cc416 if (return_label_.is_bound()) { in EmitReturnSequence()
417 __ b(&return_label_); in EmitReturnSequence()
419 __ bind(&return_label_); in EmitReturnSequence()
/external/v8/src/mips/
Dfull-codegen-mips.cc403 if (return_label_.is_bound()) { in EmitReturnSequence()
404 __ Branch(&return_label_); in EmitReturnSequence()
406 __ bind(&return_label_); in EmitReturnSequence()