Searched refs:Generate (Results 1 - 25 of 81) sorted by relevance

1234

/external/v8/src/mips/
H A Dfast-codegen-mips.cc38 void FastCodeGenerator::Generate(CompilationInfo* info) { function in class:v8::internal::FastCodeGenerator
H A Dic-mips.cc93 Generate(masm, ExternalReference(IC_Utility(kLoadIC_Miss)));
97 void LoadIC::Generate(MacroAssembler* masm, const ExternalReference& f) { function in class:v8::internal::LoadIC
123 Generate(masm, ExternalReference(IC_Utility(kKeyedLoadIC_Miss)));
127 void KeyedLoadIC::Generate(MacroAssembler* masm, const ExternalReference& f) { function in class:v8::internal::KeyedLoadIC
148 void KeyedStoreIC::Generate(MacroAssembler* masm, function in class:v8::internal::KeyedStoreIC
H A Dcodegen-mips.cc84 void CodeGenerator::Generate(CompilationInfo* info, Mode mode) { function in class:v8::internal::CodeGenerator
419 void CompareStub::Generate(MacroAssembler* masm) { function in class:v8::internal::CompareStub
425 void StackCheckStub::Generate(MacroAssembler* masm) { function in class:v8::internal::StackCheckStub
453 void CEntryStub::Generate(MacroAssembler* masm) { function in class:v8::internal::CEntryStub
471 void InstanceofStub::Generate(MacroAssembler* masm) { function in class:v8::internal::InstanceofStub
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_generator.h58 bool Generate(const FileDescriptor* file,
H A Dcpp_bootstrap_unittest.cc137 ASSERT_TRUE(generator.Generate(proto_file, parameter,
140 ASSERT_TRUE(generator.Generate(plugin_proto_file, parameter,
H A Dcpp_generator.cc54 bool CppGenerator::Generate(const FileDescriptor* file, function in class:google::protobuf::compiler::cpp::CppGenerator
100 // Generate header.
108 // Generate cc file.
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_generator.h58 bool Generate(const FileDescriptor* file,
H A Djava_enum.h58 void Generate(io::Printer* printer);
H A Djava_extension.h62 void Generate(io::Printer* printer);
H A Djava_file.h67 void Generate(io::Printer* printer);
H A Djava_generator.cc52 bool JavaGenerator::Generate(const FileDescriptor* file, function in class:google::protobuf::compiler::java::JavaGenerator
95 // Generate main java file.
99 file_generator.Generate(&printer);
101 // Generate sibling files.
104 // Generate output list if requested.
106 // Generate output list. This is just a simple text file placed in a
H A Djava_file.cc133 void FileGenerator::Generate(io::Printer* printer) { function in class:google::protobuf::compiler::java::FileGenerator
179 EnumGenerator(file_->enum_type(i)).Generate(printer);
182 MessageGenerator(file_->message_type(i)).Generate(printer);
186 ServiceGenerator(file_->service(i)).Generate(printer);
194 ExtensionGenerator(file_->extension(i)).Generate(printer);
394 GeneratorClass(descriptor).Generate(&printer);
H A Djava_message.h67 // Generate the class itself.
68 void Generate(io::Printer* printer);
70 // Generate code to register all contained extensions with an
H A Djava_service.h57 void Generate(io::Printer* printer);
61 // Generate the getDescriptorForType() method.
64 // Generate a Java interface for the service.
67 // Generate newReflectiveService() method.
70 // Generate newReflectiveBlockingService() method.
73 // Generate abstract method declarations for all methods.
76 // Generate the implementation of Service.callMethod().
79 // Generate the implementation of BlockingService.callBlockingMethod().
82 // Generate the implementations of Service.get{Request,Response}Prototype().
86 // Generate
[all...]
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_generator.h58 bool Generate(const FileDescriptor* file,
H A Djavamicro_enum.h60 void Generate(io::Printer* printer);
H A Djavamicro_file.h68 void Generate(io::Printer* printer);
H A Djavamicro_file.cc159 void FileGenerator::Generate(io::Printer* printer) { function in class:google::protobuf::compiler::javamicro::FileGenerator
184 EnumGenerator(file_->enum_type(i), params_).Generate(printer);
187 MessageGenerator(file_->message_type(i), params_).Generate(printer);
228 GeneratorClass(descriptor, params).Generate(&printer);
/external/v8/src/
H A Dcodegen.h59 // Generate
157 virtual void Generate() = 0;
214 void Generate(MacroAssembler* masm);
227 void Generate(MacroAssembler* masm);
244 void Generate(MacroAssembler* masm);
263 void Generate(MacroAssembler* masm);
278 void Generate(MacroAssembler* masm);
303 void Generate(MacroAssembler* masm);
322 void Generate(MacroAssembler* masm);
363 void Generate(MacroAssemble
423 void Generate(MacroAssembler* masm) { GenerateBody(masm, false); } function in class:v8::internal::JSEntryStub
440 void Generate(MacroAssembler* masm) { GenerateBody(masm, true); } function in class:v8::internal::JSConstructEntryStub
[all...]
/external/chromium/third_party/icu/source/tools/gensprep/
H A DfilterRFC3454.pl643 --A1 Generate data for table A.1
644 --B1 Generate data for table B.1
645 --B2 Generate data for table B.2
646 --B3 Generate data for table B.3
647 --C11 Generate data for table C.1.1
648 --C12 Generate data for table C.1.2
649 --C21 Generate data for table C.2.1
650 --C22 Generate data for table C.2.2
651 --C3 Generate data for table C.3
652 --C4 Generate dat
[all...]
/external/icu4c/tools/gensprep/
H A DfilterRFC3454.pl643 --A1 Generate data for table A.1
644 --B1 Generate data for table B.1
645 --B2 Generate data for table B.2
646 --B3 Generate data for table B.3
647 --C11 Generate data for table C.1.1
648 --C12 Generate data for table C.1.2
649 --C21 Generate data for table C.2.1
650 --C22 Generate data for table C.2.2
651 --C3 Generate data for table C.3
652 --C4 Generate dat
[all...]
/external/protobuf/src/google/protobuf/compiler/
H A Dcode_generator.h77 virtual bool Generate(const FileDescriptor* file,
H A Dmock_code_generator.h46 // Generate() produces some output which can be checked by ExpectCalled(). The
56 // MockCodeGenerator_Error: Causes Generate() to return false and set the
58 // MockCodeGenerator_Exit: Generate() prints "Saw message type
60 // MockCodeGenerator_Abort: Generate() prints "Saw message type
87 virtual bool Generate(const FileDescriptor* file,
/external/grub/util/
H A Dgrub-terminfo2 # Generate a terminfo command from a terminfo name.
25 Generate a terminfo command from a terminfo name.
H A Dgrub-terminfo.in2 # Generate a terminfo command from a terminfo name.
25 Generate a terminfo command from a terminfo name.

Completed in 99 milliseconds

1234