Searched refs:flabel_distance (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 410 Label::Distance flabel_distance = fallthru ? Label::kNear : Label::kFar; in AssembleArchBranch() local 413 __ j(parity_even, flabel, flabel_distance); in AssembleArchBranch() 437 __ j(parity_even, flabel, flabel_distance); in AssembleArchBranch() 449 __ j(parity_even, flabel, flabel_distance); in AssembleArchBranch() 467 if (!fallthru) __ jmp(flabel, flabel_distance); // no fallthru to flabel. in AssembleArchBranch()
|
/external/chromium_org/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 632 Label::Distance flabel_distance = fallthru ? Label::kNear : Label::kFar; in AssembleArchBranch() local 635 __ j(parity_even, flabel, flabel_distance); in AssembleArchBranch() 659 __ j(parity_even, flabel, flabel_distance); in AssembleArchBranch() 671 __ j(parity_even, flabel, flabel_distance); in AssembleArchBranch() 689 if (!fallthru) __ jmp(flabel, flabel_distance); // no fallthru to flabel. in AssembleArchBranch()
|