HomeSort by relevance Sort by last modified time
    Searched full:code_size (Results 1 - 20 of 20) sorted by null

  /external/protobuf/src/google/protobuf/
unittest_optimize_for.proto 35 // A proto file which uses optimize_for = CODE_SIZE.
41 option optimize_for = CODE_SIZE;
unittest_embed_optimize_for.proto 35 // A proto file which imports a proto file that uses optimize_for = CODE_SIZE.
46 // Test that embedding a message which has optimize_for = CODE_SIZE into
message_lite.h 65 // total code footprint is to use optimize_for = CODE_SIZE. This
descriptor.proto 252 CODE_SIZE = 2; // Use ReflectionOps to implement these methods.
unittest.proto 46 // of equivalent ones optimized for CODE_SIZE, so we should optimize all our
unittest_enormous_descriptor.proto 43 option optimize_for = CODE_SIZE;
    [all...]
descriptor.pb.h     [all...]
descriptor.pb.cc     [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.h 123 return file->options().optimize_for() != FileOptions::CODE_SIZE;
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.h 132 FileOptions::CODE_SIZE;
  /external/qemu/hw/
armv7m.c 190 code_size = ram_size - sram_size;
  /external/v8/test/cctest/
test-serialize.cc 412 int new_size, pointer_size, data_size, code_size, map_size, cell_size; local
422 CHECK_EQ(1, fscanf(fp, "code %d\n", &code_size));
433 code_size,
  /external/protobuf/java/src/main/java/com/google/protobuf/
MessageLite.java 59 * is to use {@code optimize_for = CODE_SIZE}. This will make the generated
  /external/protobuf/src/google/protobuf/compiler/
parser_unittest.cc 685 "option optimize_for = CODE_SIZE;",
693 " identifier_value: \"CODE_SIZE\" } "
    [all...]
  /external/protobuf/
CHANGES.txt 114 optimize_for = CODE_SIZE if code size is more important in your app.
  /external/v8/src/ia32/
assembler-ia32.cc 179 int code_size = kCallCodeSize + guard_bytes; local
182 CodePatcher patcher(pc_, code_size);
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 148 int code_size = kCallCodeSize + guard_bytes; local
151 CodePatcher patcher(pc_, code_size);
    [all...]
  /external/qemu/
exec.c 632 printf("qemu: flush code_size=%ld nb_tbs=%d avg_tb_size=%ld\n",
    [all...]
  /cts/tools/dx-tests/lib/
jasmin.jar 
  /dalvik/dx/etc/
jasmin.jar 

Completed in 1178 milliseconds