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

  /external/v8/test/cctest/
test-type-info.cc 43 TypeInfo::Integer32().ThreeBitRepresentation()).IsInteger32());
  /external/v8/src/arm/
lithium-arm.cc 805 if (instr->representation().IsInteger32()) {
806 ASSERT(instr->left()->representation().IsInteger32());
807 ASSERT(instr->right()->representation().IsInteger32());
837 ASSERT(instr->representation().IsInteger32());
838 ASSERT(instr->OperandAt(0)->representation().IsInteger32());
839 ASSERT(instr->OperandAt(1)->representation().IsInteger32());
1053 if (r.IsInteger32()) {
1054 ASSERT(left->representation().IsInteger32());
1055 ASSERT(right->representation().IsInteger32());
    [all...]
lithium-codegen-arm.cc 317 if (r.IsInteger32()) {
342 ASSERT(chunk_->LookupLiteralRepresentation(op).IsInteger32());
354 if (r.IsInteger32()) {
    [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 799 if (instr->representation().IsInteger32()) {
800 ASSERT(instr->left()->representation().IsInteger32());
801 ASSERT(instr->right()->representation().IsInteger32());
831 ASSERT(instr->representation().IsInteger32());
832 ASSERT(instr->OperandAt(0)->representation().IsInteger32());
833 ASSERT(instr->OperandAt(1)->representation().IsInteger32());
1048 if (r.IsInteger32()) {
1049 ASSERT(left->representation().IsInteger32());
1050 ASSERT(right->representation().IsInteger32());
    [all...]
lithium-codegen-ia32.cc 286 ASSERT(chunk_->LookupLiteralRepresentation(op).IsInteger32());
297 if (r.IsInteger32()) {
    [all...]
code-stubs-ia32.cc     [all...]
macro-assembler-ia32.cc     [all...]
  /external/v8/src/x64/
lithium-x64.cc 800 if (instr->representation().IsInteger32()) {
801 ASSERT(instr->left()->representation().IsInteger32());
802 ASSERT(instr->right()->representation().IsInteger32());
832 ASSERT(instr->representation().IsInteger32());
833 ASSERT(instr->OperandAt(0)->representation().IsInteger32());
834 ASSERT(instr->OperandAt(1)->representation().IsInteger32());
1049 if (r.IsInteger32()) {
1050 ASSERT(left->representation().IsInteger32());
1051 ASSERT(right->representation().IsInteger32());
    [all...]
lithium-codegen-x64.cc 322 chunk_->LookupLiteralRepresentation(op).IsInteger32();
334 ASSERT(chunk_->LookupLiteralRepresentation(op).IsInteger32());
    [all...]
  /external/v8/src/
hydrogen-instructions.cc 799 if (representation().IsInteger32()) {
817 if (representation().IsInteger32()) {
834 if (representation().IsInteger32()) {
850 if (representation().IsInteger32()) {
868 if (representation().IsInteger32()) {
893 if (representation().IsInteger32()) {
1039 if (r.IsInteger32() && !has_int32_value_) return NULL;
    [all...]
type-info.h 164 inline bool IsInteger32() {
hydrogen-instructions.h 280 bool IsInteger32() const { return kind_ == kInteger32; }
952 if (from.IsInteger32() && to.IsTagged() && value->range() != NULL &&
    [all...]
ic.cc     [all...]
hydrogen.cc 922 if (compare->GetInputRepresentation().IsInteger32()) {
    [all...]

Completed in 573 milliseconds