HomeSort by relevance Sort by last modified time
    Searched refs:right_type (Results 1 - 11 of 11) sorted by null

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
types.py 55 for left_type, right_type in matched_types:
62 (SymbolWrapper(a) for a in right_type.attributes()))
65 right_type.aliases())
68 right_permissive = right_type.ispermissive
  /external/v8/src/
typing-asm.cc 1056 Type* right_type = computed_type_; local
1144 Type* right_type = computed_type_; local
1224 Type* right_type = computed_type_; local
    [all...]
type-info.cc 198 Type** right_type,
203 *left_type = *right_type = *combined_type = Type::None(zone());
215 *right_type = CompareICState::StateToType(zone(), stub.right());
220 *left_type = *right_type = stub.GetInputType(zone(), map);
code-stubs-hydrogen.cc 1449 Type* right_type = state.GetRightType(); local
1530 Type* right_type = state.GetRightType(); local
    [all...]
  /external/v8/src/crankshaft/
typing.cc 640 Type* right_type; local
644 &left_type, &right_type, &type, &fixed_right_arg,
648 NarrowLowerType(expr->right(), right_type);
740 Type* right_type; local
743 &left_type, &right_type, &combined_type);
745 NarrowLowerType(expr->right(), right_type);
hydrogen.cc 10899 Type* right_type = expr->right()->bounds().lower; local
11453 Type* right_type = expr->right()->bounds().lower; local
    [all...]
hydrogen.h     [all...]
  /external/v8/src/arm64/
code-stubs-arm64.cc 223 Register right_type = scratch; local
226 __ JumpIfObjectType(right, right_type, right_type, FIRST_JS_RECEIVER_TYPE,
229 __ Cmp(right_type, SYMBOL_TYPE);
232 __ Cmp(right_type, SIMD128_VALUE_TYPE);
237 __ Cmp(right_type, Operand(HEAP_NUMBER_TYPE));
239 __ Tst(right_type, Operand(kIsNotStringMask));
245 __ JumpIfObjectType(right, right_type, right_type, HEAP_NUMBER_TYPE,
248 __ Cmp(right_type, FIRST_JS_RECEIVER_TYPE)
    [all...]
  /external/v8/src/compiler/
js-typed-lowering.cc 123 bool right_is_primitive = right_type()->Is(Type::PlainPrimitive());
234 bool RightInputIs(Type* t) { return right_type()->Is(t); }
241 return !left_type()->Maybe(t) || !right_type()->Maybe(t);
245 return !left_type()->Maybe(t) && !right_type()->Maybe(t);
254 Type* right_type() { return NodeProperties::GetType(node_->InputAt(1)); } function in class:v8::internal::compiler::final
683 if (!r.left_type()->Maybe(r.right_type())) {
    [all...]
  /external/v8/test/cctest/compiler/
test-js-typed-lowering.cc 129 Node* ReduceBinop(const Operator* op, Type* left_type, Type* right_type) {
130 return reduce(Binop(op, Parameter(left_type, 0), Parameter(right_type, 1)));
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 697 unsigned right_type = getTypeOfMaskedICmp(A, D, E, RHSCC); local
698 return left_type & right_type;
    [all...]

Completed in 114 milliseconds