Searched refs:right_instance_type (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dcode-stub-assembler.cc1747 Node* right_instance_type = LoadInstanceType(right); local
1751 Word32And(left_instance_type, right_instance_type);
1753 Word32Xor(left_instance_type, right_instance_type);
3586 Node* right_instance_type,
3591 MaybeDerefIndirectString(var_right, right_instance_type, &var_did_something);
3643 Node* right_instance_type = LoadInstanceType(var_right.value());
3647 Word32Or(left_instance_type, right_instance_type);
3649 Word32Xor(left_instance_type, right_instance_type);
3700 right_instance_type, &non_cons);
H A Dcode-stub-assembler.h750 Variable* var_right, Node* right_instance_type,
/external/v8/src/crankshaft/
H A Dhydrogen.cc2100 HInstruction* right_instance_type = AddLoadStringInstanceType(right); local
2114 Token::BIT_AND, left_instance_type, right_instance_type);
2116 Token::BIT_XOR, left_instance_type, right_instance_type);
2256 HValue* right_instance_type = AddLoadStringInstanceType(right); local
2260 Token::BIT_OR, left_instance_type, right_instance_type);
2262 Token::BIT_XOR, left_instance_type, right_instance_type);

Completed in 259 milliseconds