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

  /external/v8/src/arm/
code-stubs-arm.h 79 operands_type_(TRBinaryOpIC::UNINITIALIZED),
93 operands_type_(operands_type),
108 TRBinaryOpIC::TypeInfo operands_type_; member in class:v8::internal::TypeRecordingBinaryOpStub
122 TRBinaryOpIC::GetName(operands_type_));
138 | OperandTypeInfoBits::encode(operands_type_)
178 return TRBinaryOpIC::ToState(operands_type_);
182 code->set_type_recording_binary_op_type(operands_type_);
code-stubs-arm.cc     [all...]
  /external/v8/src/ia32/
code-stubs-ia32.h 80 operands_type_(TRBinaryOpIC::UNINITIALIZED),
94 operands_type_(operands_type),
109 TRBinaryOpIC::TypeInfo operands_type_; member in class:v8::internal::TypeRecordingBinaryOpStub
123 TRBinaryOpIC::GetName(operands_type_));
139 | OperandTypeInfoBits::encode(operands_type_)
167 return TRBinaryOpIC::ToState(operands_type_);
171 code->set_type_recording_binary_op_type(operands_type_);
code-stubs-ia32.cc 394 __ push(Immediate(Smi::FromInt(operands_type_)));
418 __ push(Immediate(Smi::FromInt(operands_type_)));
433 switch (operands_type_) {
480 TRBinaryOpIC::GetName(operands_type_));
903 ASSERT(operands_type_ == TRBinaryOpIC::STRING);
914 ASSERT(operands_type_ == TRBinaryOpIC::INT32);
    [all...]
  /external/v8/src/x64/
code-stubs-x64.h 79 operands_type_(TRBinaryOpIC::UNINITIALIZED),
91 operands_type_(operands_type),
105 TRBinaryOpIC::TypeInfo operands_type_; member in class:v8::internal::TypeRecordingBinaryOpStub
119 TRBinaryOpIC::GetName(operands_type_));
133 | OperandTypeInfoBits::encode(operands_type_)
165 return TRBinaryOpIC::ToState(operands_type_);
169 code->set_type_recording_binary_op_type(operands_type_);
code-stubs-x64.cc 342 __ Push(Smi::FromInt(operands_type_));
357 switch (operands_type_) {
406 TRBinaryOpIC::GetName(operands_type_));
765 ASSERT(operands_type_ == TRBinaryOpIC::STRING);
    [all...]
  /external/v8/src/mips/
code-stubs-mips.h 226 operands_type_(TRBinaryOpIC::UNINITIALIZED),
239 operands_type_(operands_type),
254 TRBinaryOpIC::TypeInfo operands_type_; member in class:v8::internal::TypeRecordingBinaryOpStub
268 TRBinaryOpIC::GetName(operands_type_));
284 | OperandTypeInfoBits::encode(operands_type_)
322 return TRBinaryOpIC::ToState(operands_type_);
326 code->set_type_recording_binary_op_type(operands_type_);

Completed in 465 milliseconds