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

/external/v8/src/x64/
H A Dcode-stubs-x64.h96 operand_type_(operand_type) {
104 UnaryOpIC::TypeInfo operand_type_; member in class:v8::internal::UnaryOpStub
116 | OperandTypeInfoBits::encode(operand_type_);
151 return UnaryOpIC::ToState(operand_type_);
155 code->set_unary_op_type(operand_type_);
H A Dcode-stubs-x64.cc667 switch (operand_type_) {
690 __ Push(Smi::FromInt(operand_type_));
915 UnaryOpIC::GetName(operand_type_));
/external/v8/src/arm/
H A Dcode-stubs-arm.h87 operand_type_(operand_type) {
95 UnaryOpIC::TypeInfo operand_type_; member in class:v8::internal::UnaryOpStub
107 | OperandTypeInfoBits::encode(operand_type_);
136 return UnaryOpIC::ToState(operand_type_);
140 code->set_unary_op_type(operand_type_);
H A Dcode-stubs-arm.cc1934 UnaryOpIC::GetName(operand_type_));
1940 switch (operand_type_) {
1961 __ mov(r0, Operand(Smi::FromInt(operand_type_)));
/external/v8/src/ia32/
H A Dcode-stubs-ia32.h90 operand_type_(operand_type) {
98 UnaryOpIC::TypeInfo operand_type_; member in class:v8::internal::UnaryOpStub
110 | OperandTypeInfoBits::encode(operand_type_);
148 return UnaryOpIC::ToState(operand_type_);
152 code->set_unary_op_type(operand_type_);
H A Dcode-stubs-ia32.cc811 UnaryOpIC::GetName(operand_type_));
817 switch (operand_type_) {
840 __ push(Immediate(Smi::FromInt(operand_type_)));
/external/v8/src/mips/
H A Dcode-stubs-mips.h88 operand_type_(operand_type) {
96 UnaryOpIC::TypeInfo operand_type_; member in class:v8::internal::UnaryOpStub
108 | OperandTypeInfoBits::encode(operand_type_);
137 return UnaryOpIC::ToState(operand_type_);
141 code->set_unary_op_type(operand_type_);
H A Dcode-stubs-mips.cc2016 UnaryOpIC::GetName(operand_type_));
2022 switch (operand_type_) {
2043 __ li(a0, Operand(Smi::FromInt(operand_type_)));

Completed in 204 milliseconds