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 1145 Type* right_type = computed_type_; local
1263 Type* right_type = computed_type_; local
1379 Type* right_type = computed_type_; local
    [all...]
type-info.cc 198 Type** right_type,
203 *left_type = *right_type = *combined_type = Type::None();
215 *right_type = CompareICState::StateToType(zone(), stub.right());
code-stubs-hydrogen.cc 1522 Type* right_type = state.GetRightType(); local
1601 Type* right_type = state.GetRightType(); local
    [all...]
  /external/v8/src/crankshaft/
typing.cc 634 Type* right_type; local
638 &left_type, &right_type, &type, &fixed_right_arg,
642 NarrowLowerType(expr->right(), right_type);
735 Type* right_type; local
738 &left_type, &right_type, &combined_type);
740 NarrowLowerType(expr->right(), right_type);
hydrogen.cc 11171 Type* right_type = bounds_.get(expr->right()).lower; local
11712 Type* right_type = bounds_.get(expr->right()).lower; local
    [all...]
hydrogen.h     [all...]
  /external/v8/src/arm64/
code-stubs-arm64.cc 169 Register right_type = scratch; local
172 __ JumpIfObjectType(right, right_type, right_type, FIRST_JS_RECEIVER_TYPE,
175 __ Cmp(right_type, SYMBOL_TYPE);
178 __ Cmp(right_type, SIMD128_VALUE_TYPE);
183 __ JumpIfObjectType(right, right_type, right_type, HEAP_NUMBER_TYPE,
186 __ Cmp(right_type, FIRST_JS_RECEIVER_TYPE);
189 __ Cmp(right_type, SYMBOL_TYPE);
192 __ Cmp(right_type, SIMD128_VALUE_TYPE)
    [all...]
  /external/v8/src/compiler/
js-typed-lowering.cc 77 bool right_is_primitive = right_type()->Is(Type::PlainPrimitive());
198 bool RightInputIs(Type* t) { return right_type()->Is(t); }
205 return !left_type()->Maybe(t) || !right_type()->Maybe(t);
209 return !left_type()->Maybe(t) && !right_type()->Maybe(t);
218 Type* right_type() { return NodeProperties::GetType(node_->InputAt(1)); } function in class:v8::internal::compiler::final
744 if (!r.left_type()->Maybe(r.right_type())) {
    [all...]
  /external/v8/test/cctest/compiler/
test-js-typed-lowering.cc 117 Node* ReduceBinop(const Operator* op, Type* left_type, Type* right_type) {
118 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 805 milliseconds