Searched refs:result_type_ (Results 1 - 13 of 13) sorted by relevance

/external/v8/src/x64/
H A Dcode-stubs-x64.h166 result_type_(BinaryOpIC::UNINITIALIZED) {
177 result_type_(result_type) { }
190 BinaryOpIC::TypeInfo result_type_; member in class:v8::internal::BinaryOpStub
205 | ResultTypeInfoBits::encode(result_type_);
242 code->set_binary_op_result_type(result_type_);
H A Dcode-stubs-x64.cc1328 if (result_type_ == BinaryOpIC::UNINITIALIZED ||
1329 result_type_ == BinaryOpIC::SMI) {
/external/v8/src/arm/
H A Dcode-stubs-arm.h151 result_type_(BinaryOpIC::UNINITIALIZED) {
164 result_type_(result_type) { }
178 BinaryOpIC::TypeInfo result_type_; member in class:v8::internal::BinaryOpStub
195 | ResultTypeInfoBits::encode(result_type_);
240 code->set_binary_op_result_type(result_type_);
H A Dcode-stubs-arm.cc2662 if (result_type_ == BinaryOpIC::UNINITIALIZED ||
2663 result_type_ == BinaryOpIC::SMI) {
2821 if (result_type_ <= BinaryOpIC::INT32) {
2851 if (result_type_ >= ((op_ == Token::DIV) ? BinaryOpIC::HEAP_NUMBER
2960 __ b(mi, (result_type_ <= BinaryOpIC::INT32)
2964 __ b(mi, (result_type_ <= BinaryOpIC::INT32)
3030 ((op_ == Token::DIV) && (result_type_ <= BinaryOpIC::INT32))) {
/external/v8/src/ia32/
H A Dcode-stubs-ia32.h163 result_type_(BinaryOpIC::UNINITIALIZED) {
176 result_type_(result_type) { }
190 BinaryOpIC::TypeInfo result_type_; member in class:v8::internal::BinaryOpStub
207 | ResultTypeInfoBits::encode(result_type_);
240 code->set_binary_op_result_type(result_type_);
H A Dcode-stubs-ia32.cc1615 if (result_type_ == BinaryOpIC::UNINITIALIZED ||
1616 result_type_ == BinaryOpIC::SMI) {
1708 if (result_type_ <= BinaryOpIC::INT32) {
/external/v8/src/mips/
H A Dcode-stubs-mips.h152 result_type_(BinaryOpIC::UNINITIALIZED) {
165 result_type_(result_type) { }
179 BinaryOpIC::TypeInfo result_type_; member in class:v8::internal::BinaryOpStub
196 | ResultTypeInfoBits::encode(result_type_);
241 code->set_binary_op_result_type(result_type_);
H A Dcode-stubs-mips.cc2778 if (result_type_ == BinaryOpIC::UNINITIALIZED ||
2779 result_type_ == BinaryOpIC::SMI) {
2937 if (result_type_ <= BinaryOpIC::INT32) {
2965 if (result_type_ >= ((op_ == Token::DIV) ? BinaryOpIC::HEAP_NUMBER
3073 __ Branch((result_type_ <= BinaryOpIC::INT32)
3080 __ Branch((result_type_ <= BinaryOpIC::INT32)
3149 ((op_ == Token::DIV) && (result_type_ <= BinaryOpIC::INT32))) {
/external/chromium_org/v8/src/
H A Dcode-stubs.h1000 result_type_(BinaryOpIC::UNINITIALIZED),
1017 result_type_(result_type),
1066 BinaryOpIC::TypeInfo result_type_;
1100 | ResultTypeBits::encode(result_type_)
/external/chromium_org/v8/src/arm/
H A Dcode-stubs-arm.cc1822 if (result_type_ == BinaryOpIC::UNINITIALIZED ||
1823 result_type_ == BinaryOpIC::SMI) {
1950 if (result_type_ <= BinaryOpIC::INT32) {
2069 __ b(mi, (result_type_ <= BinaryOpIC::INT32)
2123 ((op_ == Token::DIV) && (result_type_ <= BinaryOpIC::INT32))) {
/external/chromium_org/v8/src/mips/
H A Dcode-stubs-mips.cc2057 if (result_type_ == BinaryOpIC::UNINITIALIZED ||
2058 result_type_ == BinaryOpIC::SMI) {
2210 if (result_type_ <= BinaryOpIC::INT32) {
2357 __ Branch((result_type_ <= BinaryOpIC::INT32)
2417 ((op_ == Token::DIV) && (result_type_ <= BinaryOpIC::INT32))) {
/external/chromium_org/v8/src/ia32/
H A Dcode-stubs-ia32.cc1250 if (result_type_ == BinaryOpIC::UNINITIALIZED ||
1251 result_type_ == BinaryOpIC::SMI) {
1400 if (result_type_ <= BinaryOpIC::INT32) {
/external/chromium_org/v8/src/x64/
H A Dcode-stubs-x64.cc1024 if (result_type_ == BinaryOpIC::UNINITIALIZED ||
1025 result_type_ == BinaryOpIC::SMI) {

Completed in 461 milliseconds