HomeSort by relevance Sort by last modified time
    Searched refs:right_type (Results 1 - 13 of 13) 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/asmjs/
asm-typer.cc 1661 AsmType* right_type = nullptr; local
1889 AsmType* right_type; local
1929 AsmType* right_type; local
1985 AsmType* right_type; local
2030 AsmType* right_type; local
2064 AsmType* right_type; local
2113 AsmType* right_type; local
2150 AsmType* right_type; local
2177 AsmType* right_type; local
2217 AsmType* right_type; local
    [all...]
  /external/v8/src/
type-info.cc 236 AstType** left_type, AstType** right_type,
244 *left_type = *right_type = *combined_type = AstType::None();
253 *left_type = *right_type = *combined_type =
284 *right_type = right_type_from_ic;
289 *right_type = AstType::Union(*right_type, right_type_from_ic, zone());
code-stubs-hydrogen.cc 898 AstType* right_type = state.GetRightType(); local
976 AstType* right_type = state.GetRightType(); local
    [all...]
  /external/v8/src/crankshaft/
typing.cc 630 AstType* right_type; local
635 &right_type, &type, &fixed_right_arg, &allocation_site,
640 NarrowLowerType(expr->right(), right_type);
736 AstType* right_type; local
740 &right_type, &combined_type);
742 NarrowLowerType(expr->right(), right_type);
hydrogen.cc 10654 AstType* right_type = bounds_.get(expr->right()).lower; local
11187 AstType* 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 118 bool right_is_primitive = right_type()->Is(Type::PlainPrimitive());
313 bool RightInputIs(Type* t) { return right_type()->Is(t); }
320 return !left_type()->Maybe(t) || !right_type()->Maybe(t);
324 return !left_type()->Maybe(t) && !right_type()->Maybe(t);
333 Type* right_type() { return NodeProperties::GetType(node_->InputAt(1)); } function in class:v8::internal::compiler::final
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 637 unsigned right_type = getTypeOfMaskedICmp(A, D, E, RHSCC); local
638 return left_type & right_type;
    [all...]
  /external/v8/src/compiler/ia32/
instruction-selector-ia32.cc 1257 MachineType right_type = LoadRepresentationOf(right->op()); local
    [all...]
  /external/v8/src/compiler/x87/
instruction-selector-x87.cc 1273 MachineType right_type = LoadRepresentationOf(right->op()); local
    [all...]
  /external/v8/src/compiler/x64/
instruction-selector-x64.cc 1704 MachineType right_type = LoadRepresentationOf(right->op()); local
    [all...]

Completed in 602 milliseconds