Searched refs:operands_type_ (Results 1 - 8 of 8) sorted by relevance

/external/v8/src/x64/
H A Dcode-stubs-x64.h165 operands_type_(BinaryOpIC::UNINITIALIZED),
176 operands_type_(operands_type),
189 BinaryOpIC::TypeInfo operands_type_; member in class:v8::internal::BinaryOpStub
204 | OperandTypeInfoBits::encode(operands_type_)
237 return BinaryOpIC::ToState(operands_type_);
241 code->set_binary_op_type(operands_type_);
H A Dcode-stubs-x64.cc928 __ Push(Smi::FromInt(operands_type_));
947 switch (operands_type_) {
992 BinaryOpIC::GetName(operands_type_));
1350 ASSERT(operands_type_ == BinaryOpIC::STRING);
1361 ASSERT(operands_type_ == BinaryOpIC::BOTH_STRING);
/external/v8/src/arm/
H A Dcode-stubs-arm.h150 operands_type_(BinaryOpIC::UNINITIALIZED),
163 operands_type_(operands_type),
177 BinaryOpIC::TypeInfo operands_type_; member in class:v8::internal::BinaryOpStub
194 | OperandTypeInfoBits::encode(operands_type_)
235 return BinaryOpIC::ToState(operands_type_);
239 code->set_binary_op_type(operands_type_);
H A Dcode-stubs-arm.cc2223 __ mov(r0, Operand(Smi::FromInt(operands_type_)));
2245 switch (operands_type_) {
2288 BinaryOpIC::GetName(operands_type_));
2685 ASSERT(operands_type_ == BinaryOpIC::STRING);
2696 ASSERT(operands_type_ == BinaryOpIC::BOTH_STRING);
2725 ASSERT(operands_type_ == BinaryOpIC::INT32);
/external/v8/src/ia32/
H A Dcode-stubs-ia32.h162 operands_type_(BinaryOpIC::UNINITIALIZED),
175 operands_type_(operands_type),
189 BinaryOpIC::TypeInfo operands_type_; member in class:v8::internal::BinaryOpStub
206 | OperandTypeInfoBits::encode(operands_type_)
235 return BinaryOpIC::ToState(operands_type_);
239 code->set_binary_op_type(operands_type_);
H A Dcode-stubs-ia32.cc1129 __ push(Immediate(Smi::FromInt(operands_type_)));
1152 __ push(Immediate(Smi::FromInt(operands_type_)));
1171 switch (operands_type_) {
1214 BinaryOpIC::GetName(operands_type_));
1645 ASSERT(operands_type_ == BinaryOpIC::STRING);
1656 ASSERT(operands_type_ == BinaryOpIC::BOTH_STRING);
1686 ASSERT(operands_type_ == BinaryOpIC::INT32);
/external/v8/src/mips/
H A Dcode-stubs-mips.h151 operands_type_(BinaryOpIC::UNINITIALIZED),
164 operands_type_(operands_type),
178 BinaryOpIC::TypeInfo operands_type_; member in class:v8::internal::BinaryOpStub
195 | OperandTypeInfoBits::encode(operands_type_)
236 return BinaryOpIC::ToState(operands_type_);
240 code->set_binary_op_type(operands_type_);
H A Dcode-stubs-mips.cc2308 __ li(a0, Operand(Smi::FromInt(operands_type_)));
2329 switch (operands_type_) {
2372 BinaryOpIC::GetName(operands_type_));
2801 ASSERT(operands_type_ == BinaryOpIC::STRING);
2811 ASSERT(operands_type_ == BinaryOpIC::BOTH_STRING);
2840 ASSERT(operands_type_ == BinaryOpIC::INT32);

Completed in 99 milliseconds