/external/v8/src/mips/ |
constants-mips.h | 374 // Any value < 0 is considered no_condition. 424 // no_condition value (-2). As long as tests for no_condition check
|
/external/v8/src/ia32/ |
assembler-ia32.h | 188 // any value < 0 is considered no_condition 189 no_condition = -1, enumerator in enum:v8::internal::Condition 219 // Negation of the default no_condition (-1) results in a non-default 220 // no_condition value (-2). As long as tests for no_condition check [all...] |
regexp-macro-assembler-ia32.cc | 292 BranchOrBacktrack(no_condition, on_equal); 358 BranchOrBacktrack(no_condition, on_no_match); 469 BranchOrBacktrack(no_condition, on_no_match); 887 BranchOrBacktrack(no_condition, to); [all...] |
lithium-codegen-ia32.cc | 562 if (cc == no_condition) { 791 DeoptimizeIf(no_condition, instr->environment()); 828 DeoptimizeIf(no_condition, instr->environment()); 952 DeoptimizeIf(no_condition, instr->environment()); [all...] |
ic-ia32.cc | [all...] |
full-codegen-ia32.cc | [all...] |
/external/v8/src/x64/ |
assembler-x64.h | 261 // any value < 0 is considered no_condition 262 no_condition = -1, enumerator in enum:v8::internal::Condition 297 // Negation of the default no_condition (-1) results in a non-default 298 // no_condition value (-2). As long as tests for no_condition check [all...] |
lithium-codegen-x64.cc | 560 if (cc == no_condition) { 791 DeoptimizeIf(no_condition, instr->environment()); 829 DeoptimizeIf(no_condition, instr->environment()); 954 DeoptimizeIf(no_condition, instr->environment()); [all...] |
regexp-macro-assembler-x64.cc | 323 BranchOrBacktrack(no_condition, on_equal); [all...] |
ic-x64.cc | [all...] |
full-codegen-x64.cc | [all...] |