HomeSort by relevance Sort by last modified time
    Searched refs:CompareIC (Results 1 - 21 of 21) sorted by null

  /external/v8/src/
type-info.cc 309 CompareIC::State state = static_cast<CompareIC::State>(code->compare_state());
311 case CompareIC::UNINITIALIZED:
314 case CompareIC::SMIS:
316 case CompareIC::HEAP_NUMBERS:
318 case CompareIC::SYMBOLS:
319 case CompareIC::STRINGS:
321 case CompareIC::OBJECTS:
322 case CompareIC::KNOWN_OBJECTS:
325 case CompareIC::GENERIC
    [all...]
code-stubs.cc 204 case CompareIC::UNINITIALIZED:
207 case CompareIC::SMIS:
210 case CompareIC::HEAP_NUMBERS:
213 case CompareIC::STRINGS:
216 case CompareIC::SYMBOLS:
219 case CompareIC::OBJECTS:
222 case CompareIC::KNOWN_OBJECTS:
code-stubs.h 48 V(CompareIC) \
486 ICCompareStub(Token::Value op, CompareIC::State state)
503 virtual CodeStub::Major MajorKey() { return CompareIC; }
517 Condition GetCondition() const { return CompareIC::ComputeCondition(op_); }
521 virtual bool UseSpecialCache() { return state_ == CompareIC::KNOWN_OBJECTS; }
524 CompareIC::State state_;
611 code->set_compare_state(CompareIC::GENERIC);
    [all...]
ic.cc     [all...]
ic.h 769 class CompareIC: public IC {
782 CompareIC(Isolate* isolate, Token::Value op)
819 // Helper for BinaryOpIC and CompareIC.
  /external/v8/src/arm/
ic-arm.cc     [all...]
code-stubs-arm.cc     [all...]
full-codegen-arm.cc 948 Handle<Code> ic = CompareIC::GetUninitialized(Token::EQ_STRICT);
    [all...]
lithium-codegen-arm.cc     [all...]
  /external/v8/src/ia32/
ic-ia32.cc     [all...]
code-stubs-ia32.cc     [all...]
full-codegen-ia32.cc 917 Handle<Code> ic = CompareIC::GetUninitialized(Token::EQ_STRICT);
    [all...]
lithium-codegen-ia32.cc     [all...]
  /external/v8/src/mips/
ic-mips.cc     [all...]
code-stubs-mips.cc     [all...]
full-codegen-mips.cc     [all...]
lithium-codegen-mips.cc     [all...]
  /external/v8/src/x64/
ic-x64.cc     [all...]
code-stubs-x64.cc     [all...]
full-codegen-x64.cc 858 Handle<Code> ic = CompareIC::GetUninitialized(Token::EQ_STRICT);
    [all...]
lithium-codegen-x64.cc     [all...]

Completed in 1435 milliseconds