Searched defs:input_type (Results 1 - 10 of 10) sorted by relevance

/external/v8/src/compiler/
H A Dcommon-operator-reducer.cc368 Type* const input_type = NodeProperties::GetTypeOrAny(input); local
370 if (input_type->Is(guard_type)) return Replace(input);
H A Dchange-lowering.cc427 Type* field_type, Type* input_type) {
429 input_type->Is(Type::TaggedSigned())) {
433 if (input_type->Is(Type::BooleanOrNullOrUndefined())) {
440 if (input_type->IsConstant() &&
441 input_type->AsConstant()->Value()->IsHeapObject()) {
443 Handle<HeapObject>::cast(input_type->AsConstant()->Value());
458 input_type->Is(Type::TaggedPointer())) {
472 Type* input_type) {
478 input_type);
425 ComputeWriteBarrierKind(BaseTaggedness base_is_tagged, MachineRepresentation representation, Type* field_type, Type* input_type) argument
469 ComputeWriteBarrierKind(BaseTaggedness base_is_tagged, MachineRepresentation representation, int field_offset, Type* field_type, Type* input_type) argument
H A Djs-typed-lowering.cc731 Type* const input_type = NodeProperties::GetType(input); local
733 if (input_type->Is(Type::Boolean())) {
737 } else if (input_type->Is(Type::OrderedNumber())) {
745 } else if (input_type->Is(Type::String())) {
784 Type* input_type = NodeProperties::GetType(input); local
785 if (input_type->Is(Type::Number())) {
789 if (input_type->Is(Type::Undefined())) {
793 if (input_type->Is(Type::Null())) {
797 if (input_type->Is(Type::Boolean())) {
814 Type* const input_type local
843 Type* input_type = NodeProperties::GetType(input); local
[all...]
H A Dtyper.cc613 Type* input_type = Operand(node, 0); local
615 return Type::Intersect(input_type, guard_type, zone());
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_shader.c327 LLVMTypeRef input_type = LLVMFloatTypeInContext(gallivm->context); local
333 input_type, args, 3, LLVMReadOnlyAttribute);
/external/v8/test/cctest/compiler/
H A Dtest-js-typed-lowering.cc125 Node* ReduceUnop(const Operator* op, Type* input_type) { argument
126 return reduce(Unop(op, Parameter(input_type)));
/external/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc152 const string& input_type,
156 result->set_input_type(input_type);
1230 EXPECT_EQ(foo_request_, foo_->input_type());
1231 EXPECT_EQ(bar_request_, bar_->input_type());
3965 " method { name: \"A\" input_type: \"Bar\" output_type: \"Foo\" }"
3979 " method { name: \"A\" input_type: \"Bar\" output_type: \"Foo\" }"
3992 " method { name: \"A\" input_type: \"Foo\" output_type: \"Bar\" }"
4006 " method { name: \"A\" input_type: \"Foo\" output_type: \"Bar\" }"
4613 " input_type: \"NoSuchType\"" // error
4638 " input_type
150 AddMethod(ServiceDescriptorProto* service, const string& name, const string& input_type, const string& output_type) argument
[all...]
H A Ddescriptor.cc1720 if (!input_type()->is_unqualified_placeholder_) {
1723 proto->mutable_input_type()->append(input_type()->full_name());
2108 input_type()->full_name(),
4409 Symbol input_type = LookupSymbol(proto.input_type(), method->full_name()); local
4410 if (input_type.IsNull()) {
4413 proto.input_type());
4414 } else if (input_type.type != Symbol::MESSAGE) {
4417 "\"" + proto.input_type() + "\" is not a message type.");
4419 method->input_type_ = input_type
[all...]
H A Ddescriptor.pb.h1441 // optional string input_type = 2;
1445 inline const ::std::string& input_type() const;
1451 inline void set_allocated_input_type(::std::string* input_type);
4805 // optional string input_type = 2;
4821 inline const ::std::string& MethodDescriptorProto::input_type() const { function in class:google::protobuf::MethodDescriptorProto
4822 // @@protoc_insertion_point(field_get:google.protobuf.MethodDescriptorProto.input_type)
4831 // @@protoc_insertion_point(field_set:google.protobuf.MethodDescriptorProto.input_type)
4839 // @@protoc_insertion_point(field_set_char:google.protobuf.MethodDescriptorProto.input_type)
4847 // @@protoc_insertion_point(field_set_pointer:google.protobuf.MethodDescriptorProto.input_type)
4854 // @@protoc_insertion_point(field_mutable:google.protobuf.MethodDescriptorProto.input_type)
4867 set_allocated_input_type(::std::string* input_type) argument
[all...]
/external/v8/src/arm64/
H A Dcode-stubs-arm64.cc3546 Register input_type = x12; local
3569 __ IsObjectJSStringType(input_string, input_type, &runtime);
3595 // x12 input_type instance type of input string
3608 __ Tst(input_type, kIsIndirectStringMask);
3610 __ Tst(input_type, kSlicedNotConsMask);
3632 __ Ldrb(input_type, FieldMemOperand(temp, Map::kInstanceTypeOffset));
3645 // x12 input_type instance type of input string
3662 __ Tbz(input_type, MaskToBit(kStringEncodingMask), &two_byte_slice);
3685 // x12 input_type instance type of input string
3697 __ Tst(input_type, kExternalStringTa
[all...]

Completed in 1798 milliseconds