HomeSort by relevance Sort by last modified time
    Searched defs:Generate (Results 1 - 25 of 36) sorted by null

1 2

  /external/v8/src/mips/
fast-codegen-mips.cc 38 void FastCodeGenerator::Generate(CompilationInfo* info) {
ic-mips.cc 93 Generate(masm, ExternalReference(IC_Utility(kLoadIC_Miss)));
97 void LoadIC::Generate(MacroAssembler* masm, const ExternalReference& f) {
123 Generate(masm, ExternalReference(IC_Utility(kKeyedLoadIC_Miss)));
127 void KeyedLoadIC::Generate(MacroAssembler* masm, const ExternalReference& f) {
148 void KeyedStoreIC::Generate(MacroAssembler* masm,
full-codegen-mips.cc 41 void FullCodeGenerator::Generate(CompilationInfo* info, Mode mode) {
codegen-mips.cc 84 void CodeGenerator::Generate(CompilationInfo* info, Mode mode) {
295 // This should generate code that performs a charCodeAt() call or returns
419 void CompareStub::Generate(MacroAssembler* masm) {
425 void StackCheckStub::Generate(MacroAssembler* masm) {
453 void CEntryStub::Generate(MacroAssembler* masm) {
471 void InstanceofStub::Generate(MacroAssembler* masm) {
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_generator.cc 54 bool CppGenerator::Generate(const FileDescriptor* file,
100 // Generate header.
108 // Generate cc file.
cpp_plugin_unittest.cc 57 virtual bool Generate(const FileDescriptor* file,
  /external/protobuf/src/google/protobuf/compiler/java/
java_enum.cc 69 void EnumGenerator::Generate(io::Printer* printer) {
java_extension.cc 89 void ExtensionGenerator::Generate(io::Printer* printer) {
java_generator.cc 52 bool JavaGenerator::Generate(const FileDescriptor* file,
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
java_plugin_unittest.cc 57 virtual bool Generate(const FileDescriptor* file,
java_file.cc 121 ": Cannot generate Java output because the file's outer class name, \"");
133 void FileGenerator::Generate(io::Printer* printer) {
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);
249 // byte array causes the Java compiler to generate *instructions* to
394 GeneratorClass(descriptor).Generate(&printer);
java_service.cc 51 void ServiceGenerator::Generate(io::Printer* printer) {
71 // Generate getDescriptor() and getDescriptorForType().
82 // Generate more stuff.
java_message.cc 193 // Generate static members for all nested types.
242 // Generate static member initializers for all nested types.
256 void MessageGenerator::Generate(io::Printer* printer) {
331 EnumGenerator(descriptor_->enum_type(i)).Generate(printer);
335 MessageGenerator(descriptor_->nested_type(i)).Generate(printer);
339 ExtensionGenerator(descriptor_->extension(i)).Generate(printer);
873 // To make packed = true wire compatible, we generate parsing code from a
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_enum.cc 70 void EnumGenerator::Generate(io::Printer* printer) {
javamicro_generator.cc 71 bool JavaMicroGenerator::Generate(const FileDescriptor* file,
77 // GOOGLE_LOG(INFO) << "wink: JavaMicroGenerator::Generate INFO";
78 // GOOGLE_LOG(WARNING) << "wink: JavaMicroGenerator::Generate WARNING";
79 // GOOGLE_LOG(ERROR) << "wink: JavaMicroGenerator::Generate ERROR";
80 // GOOGLE_LOG(FATAL) << "wink: JavaMicroGenerator::Generate";
182 // Generate main java file.
186 file_generator.Generate(&printer);
188 // Generate sibling files.
191 // Generate output list if requested.
193 // Generate output list. This is just a simple text file placed in
    [all...]
javamicro_file.cc 147 ": Cannot generate Java output because there is more than one class name, \"");
159 void FileGenerator::Generate(io::Printer* printer) {
184 EnumGenerator(file_->enum_type(i), params_).Generate(printer);
187 MessageGenerator(file_->message_type(i), params_).Generate(printer);
228 GeneratorClass(descriptor, params).Generate(&printer);
javamicro_message.cc 150 // Generate static members for all nested types.
160 // Generate static member initializers for all nested types.
172 void MessageGenerator::Generate(io::Printer* printer) {
202 EnumGenerator(descriptor_->enum_type(i), params_).Generate(printer);
206 MessageGenerator(descriptor_->nested_type(i), params_).Generate(printer);
  /external/protobuf/src/google/protobuf/compiler/
mock_code_generator.cc 105 bool MockCodeGenerator::Generate(
command_line_interface_unittest.cc 128 // Checks that MockCodeGenerator::Generate() was called in the given
134 // generate given these inputs. message_name is the name of the first
191 bool Generate(const FileDescriptor* file,
    [all...]
  /external/protobuf/src/google/protobuf/compiler/python/
python_plugin_unittest.cc 57 virtual bool Generate(const FileDescriptor* file,
python_generator.cc 109 // Should we generate generic services for this file?
231 bool Generator::Generate(const FileDescriptor* file,
236 // Completely serialize all Generate() calls on this instance. The
    [all...]
  /external/v8/src/arm/
fast-codegen-arm.cc 179 void FastCodeGenerator::Generate(CompilationInfo* compilation_info) {
regexp-macro-assembler-arm.cc     [all...]
  /external/v8/src/x64/
fast-codegen-x64.cc 188 void FastCodeGenerator::Generate(CompilationInfo* compilation_info) {
  /external/v8/src/
codegen.cc 109 // Generate the code.
113 code->Generate();
168 PrintF("*** Generate code for %s function: ", ftype);
234 // Generate the code. Takes a function literal, generates code for it, assemble
245 // Generate code.
251 cgen.Generate(info);
289 // information, and the IC clearing code can't generate a stub
355 // frame and are only used 1 or two places, so we generate them
499 void ArgumentsAccessStub::Generate(MacroAssembler* masm) {

Completed in 309 milliseconds

1 2