Searched refs:GetCondition (Results 1 - 10 of 10) sorted by relevance
/external/v8/src/arm/ |
H A D | ic-arm.cc | 1700 CompareStub stub(GetCondition(), strict(), NO_COMPARE_FLAGS, r1, r0); 1762 if (Assembler::GetCondition(branch_instr) == eq) { 1775 ASSERT(Assembler::GetCondition(branch_instr) == ne);
|
H A D | assembler-arm.h | 1199 static Condition GetCondition(Instr instr);
|
H A D | code-stubs-arm.cc | 5748 if (GetCondition() == eq) { 5804 CompareStub stub(GetCondition(), strict(), NO_COMPARE_FLAGS, r1, r0); 5825 ASSERT(GetCondition() == eq);
|
H A D | assembler-arm.cc | 361 Condition Assembler::GetCondition(Instr instr) { function in class:v8::internal::Assembler
|
/external/v8/src/ |
H A D | code-stubs.h | 478 Condition GetCondition() const { return CompareIC::ComputeCondition(op_); } function in class:v8::internal::ICCompareStub
|
H A D | ic.h | 639 Condition GetCondition() const { return ComputeCondition(op_); } function in class:v8::internal::CompareIC
|
/external/v8/src/x64/ |
H A D | code-stubs-x64.cc | 4400 if (GetCondition() == equal) { 4453 CompareStub stub(GetCondition(), strict(), NO_COMPARE_FLAGS); 4473 ASSERT(GetCondition() == equal);
|
H A D | ic-x64.cc | 1694 CompareStub stub(GetCondition(), strict(), NO_COMPARE_FLAGS);
|
/external/v8/src/ia32/ |
H A D | ic-ia32.cc | 1720 CompareStub stub(GetCondition(), strict(), NO_COMPARE_FLAGS);
|
H A D | code-stubs-ia32.cc | 5506 if (GetCondition() == equal) { 5569 CompareStub stub(GetCondition(), strict(), NO_COMPARE_FLAGS); 5591 ASSERT(GetCondition() == equal);
|
Completed in 151 milliseconds