Searched refs:right_type (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/v8/src/
H A Dtype-info.cc178 Type** right_type,
183 *left_type = *right_type = *combined_type = Type::None(zone());
200 *right_type = CompareICState::StateToType(zone(), stub.right());
205 *left_type = *right_type = stub.GetInputType(zone(), map);
176 CompareType(TypeFeedbackId id, Type** left_type, Type** right_type, Type** combined_type) argument
H A Dtyping.cc610 Type* right_type; local
614 &left_type, &right_type, &type, &fixed_right_arg,
618 NarrowLowerType(expr->right(), right_type);
710 Type* right_type; local
713 &left_type, &right_type, &combined_type);
715 NarrowLowerType(expr->right(), right_type);
H A Dcode-stubs-hydrogen.cc1033 Type* right_type = state.GetRightType(zone()); local
1036 DCHECK(!left_type->Is(Type::None()) && !right_type->Is(Type::None()) &&
1042 (left_type->Maybe(Type::String()) || right_type->Maybe(Type::String())) &&
1043 !left_type->Is(Type::String()) && !right_type->Is(Type::String())) {
1053 Type::String(zone()), right_type,
1061 left_type, right_type, result_type,
1081 left_type, right_type, result_type,
1090 left_type, right_type, result_type,
1134 Type* right_type = state.GetRightType(zone()); local
1139 left_type, right_type, result_typ
[all...]
H A Dhydrogen.cc10233 Type* right_type = expr->right()->bounds().lower; local
10244 expr->op(), left, right, left_type, right_type, result_type,
10267 Type* right_type,
10273 Representation right_rep = Representation::FromType(right_type);
10278 right_type->Maybe(Type::String()) ||
10279 right_type->Maybe(Type::Receiver()));
10292 if (!right_type->IsInhabited()) {
10295 right_type = Type::Any(zone());
10297 if (!maybe_string_add) right = TruncateToNumber(right, &right_type);
10298 right_rep = Representation::FromType(right_type);
10262 BuildBinaryOperation( Token::Value op, HValue* left, HValue* right, Type* left_type, Type* right_type, Type* result_type, Maybe<int> fixed_right_arg, HAllocationMode allocation_mode) argument
10700 Type* right_type = expr->right()->bounds().lower; local
10776 BuildCompareInstruction( Token::Value op, HValue* left, HValue* right, Type* left_type, Type* right_type, Type* combined_type, HSourcePosition left_position, HSourcePosition right_position, PushBeforeSimulateBehavior push_sim_result, BailoutId bailout_id) argument
[all...]
H A Dhydrogen.h1456 Type* right_type,
2581 Type* right_type,
/external/chromium_org/v8/src/arm64/
H A Dcode-stubs-arm64.cc229 Register right_type = scratch; local
230 __ JumpIfObjectType(right, right_type, right_type, HEAP_NUMBER_TYPE,
233 __ Cmp(right_type, FIRST_SPEC_OBJECT_TYPE);
239 __ Cmp(right_type, ODDBALL_TYPE);
298 Register right_type,
300 DCHECK(!AreAliased(left, right, left_type, right_type, scratch));
314 __ Cmp(right_type, FIRST_SPEC_OBJECT_TYPE);
326 __ Cmp(right_type, ODDBALL_TYPE);
341 __ Orr(scratch, left_type, right_type);
294 EmitStrictTwoHeapObjectCompare(MacroAssembler* masm, Register left, Register right, Register left_type, Register right_type, Register scratch) argument
418 EmitCheckForInternalizedStringsOrObjects(MacroAssembler* masm, Register left, Register right, Register left_map, Register right_map, Register left_type, Register right_type, Label* possible_strings, Label* not_both_strings) argument
[all...]
/external/chromium_org/v8/src/compiler/
H A Djs-typed-lowering.cc132 Type* right_type() { return right_type_; } function in class:v8::internal::compiler::JSBinopReduction
386 if (!r.left_type()->Maybe(r.right_type())) {
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-js-typed-lowering.cc107 Node* ReduceBinop(const Operator* op, Type* left_type, Type* right_type) { argument
108 return reduce(Binop(op, Parameter(left_type, 0), Parameter(right_type, 1)));
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_unittest.cc535 std::vector<DialogNotification> right_type; local
540 right_type.push_back(notifications[i]);
542 return right_type;
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp662 unsigned right_type = getTypeOfMaskedICmp(A, D, E, RHSCC); local
663 return left_type & right_type;

Completed in 301 milliseconds