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

/external/v8/src/arm/
H A Dcodegen-arm.cc3962 JumpTarget is_true; local
3964 &is_true,
3985 is_true.Bind();
3990 } else if (has_cc() || is_true.is_linked()) {
3997 is_true.Bind();
4004 ASSERT(!has_valid_frame() && !has_cc() && !is_true.is_linked());
/external/v8/src/x64/
H A Dcodegen-x64.cc3301 JumpTarget is_true; local
3302 ControlDestination dest(&is_true, destination()->false_target(), true);
3307 // there are no dangling jumps to is_true then the left
3310 if (is_true.is_linked()) {
3319 is_true.Bind();
3331 // The left subexpression compiled to control flow (and is_true
3337 // one on all paths. There are possibly also jumps to is_true
3356 is_true.Bind();
/external/v8/src/ia32/
H A Dcodegen-ia32.cc6237 JumpTarget is_true; local
6238 ControlDestination dest(&is_true, destination()->false_target(), true);
6243 // there are no dangling jumps to is_true then the left
6246 if (is_true.is_linked()) {
6255 is_true.Bind();
6267 // The left subexpression compiled to control flow (and is_true
6273 // one on all paths. There are possibly also jumps to is_true
6292 is_true.Bind();

Completed in 115 milliseconds