HomeSort by relevance Sort by last modified time
    Searched defs:operands_type_ (Results 1 - 4 of 4) 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_);
  /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_);
  /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_);
  /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 630 milliseconds