HomeSort by relevance Sort by last modified time
    Searched defs:actual_size (Results 26 - 32 of 32) sorted by null

12

  /external/v8/src/ia32/
codegen-ia32.cc 38 size_t actual_size; local
41 static_cast<byte*>(base::OS::Allocate(1 * KB, &actual_size, true));
43 MacroAssembler masm(isolate, buffer, static_cast<int>(actual_size),
61 Assembler::FlushICache(isolate, buffer, actual_size);
62 base::OS::ProtectCode(buffer, actual_size);
154 size_t actual_size; local
157 static_cast<byte*>(base::OS::Allocate(1 * KB, &actual_size, true));
159 MacroAssembler masm(isolate, buffer, static_cast<int>(actual_size),
473 Assembler::FlushICache(isolate, buffer, actual_size);
474 base::OS::ProtectCode(buffer, actual_size);
    [all...]
  /external/e2fsprogs/lib/ext2fs/
undo_io.c 166 static int actual_size; variable
397 actual_size = 0;
413 data_size = actual_size;
488 actual_size = actual;
  /external/protobuf/python/google/protobuf/pyext/
message.cc 2096 Py_ssize_t actual_size = 0; local
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h 2163 const size_t actual_size = lhs_stl_container.size(); local
2165 *listener << "which contains " << actual_size << " values"; local
    [all...]
  /external/googletest/googlemock/include/gmock/
gmock-matchers.h 2752 const size_t actual_size = lhs_stl_container.size(); local
2754 *listener << "which contains " << actual_size << " values"; local
    [all...]
  /external/v8/testing/gmock/include/gmock/
gmock-matchers.h 2752 const size_t actual_size = lhs_stl_container.size(); local
2754 *listener << "which contains " << actual_size << " values"; local
    [all...]
  /external/fmtlib/test/gmock/
gmock.h 7167 const size_t actual_size = lhs_stl_container.size(); local
7169 *listener << "which contains " << actual_size << " values"; local
    [all...]

Completed in 656 milliseconds

12