HomeSort by relevance Sort by last modified time
    Searched refs:kIntSize (Results 1 - 25 of 31) sorted by null

1 2

  /external/v8/src/
safepoint-table.h 113 static const int kEntrySizeOffset = kLengthOffset + kIntSize;
114 static const int kHeaderSize = kEntrySizeOffset + kIntSize;
116 static const int kPcSize = kIntSize;
117 static const int kDeoptimizationIndexSize = kIntSize;
objects.h     [all...]
assembler.cc 407 for (int i = 0; i < kIntSize; i++) {
546 for (int i = 0; i < kIntSize; i++) {
556 for (int i = 0; i < kIntSize; i++) {
565 for (int i = 0; i < kIntSize; i++) {
587 for (int i = 0; i < kIntSize; i++) {
685 Advance(kIntSize);
699 Advance(kIntSize);
707 Advance(kIntSize);
    [all...]
safepoint-table.cc 140 assembler->Align(kIntSize);
globals.h 116 const int kIntSize = sizeof(int); // NOLINT
176 const int kBitsPerInt = kIntSize * kBitsPerByte;
conversions-inl.h 60 Address mantissa_ptr = reinterpret_cast<Address>(&x) + kIntSize;
objects-inl.h     [all...]
  /external/v8/src/snapshot/
snapshot-common.cc 210 DCHECK_LT(kIntSize, data->raw_size);
221 DCHECK_LT(kIntSize, data->raw_size);
223 memcpy(&startup_length, data->data + kStartupLengthOffset, kIntSize);
  /external/v8/src/regexp/x64/
regexp-macro-assembler-x64.cc 838 __ movl(Operand(rbx, i * kIntSize), rax);
857 Immediate(num_saved_registers_ * kIntSize));
    [all...]
  /external/v8/src/full-codegen/
full-codegen.h     [all...]
  /external/v8/src/regexp/mips64/
regexp-macro-assembler-mips64.cc 247 Operand(kIntSize));
805 __ Daddu(a0, a0, kIntSize);
807 __ Daddu(a0, a0, kIntSize);
828 __ Daddu(a2, a2, num_saved_registers_ * kIntSize);
    [all...]
  /external/v8/test/cctest/
test-macro-assembler-x64.cc 57 using i::kIntSize;
    [all...]
  /external/v8/src/regexp/ppc/
regexp-macro-assembler-ppc.cc 809 __ addi(r3, r3, Operand(kIntSize));
811 __ addi(r3, r3, Operand(kIntSize));
832 __ addi(r5, r5, Operand(num_saved_registers_ * kIntSize));
    [all...]
  /external/v8/src/heap/
spaces.h 399 + kIntSize; // int store_buffer_counter_
402 kLiveBytesOffset + kIntSize; // int live_byte_count_
411 + kIntSize // int progress_bar_
423 static const size_t kHeaderSize = kMinHeaderSize + kIntSize;
    [all...]
  /external/v8/src/mips/
codegen-mips.cc 808 __ Addu(scratch1, scratch1, kIntSize);
    [all...]
assembler-mips.cc     [all...]
  /external/v8/src/compiler/mips/
instruction-selector-mips.cc 49 return std::numeric_limits<int16_t>::min() <= (value + kIntSize) &&
50 std::numeric_limits<int16_t>::max() >= (value + kIntSize);
    [all...]
code-generator-mips.cc     [all...]
  /external/v8/src/compiler/mips64/
code-generator-mips64.cc     [all...]
instruction-selector-mips64.cc 55 return is_int16(value + kIntSize);
    [all...]
  /external/v8/src/ppc/
code-stubs-ppc.cc     [all...]
  /external/v8/src/mips64/
code-stubs-mips64.cc     [all...]
  /external/v8/src/x64/
macro-assembler-x64.cc     [all...]
  /external/v8/src/full-codegen/ia32/
full-codegen-ia32.cc     [all...]
  /external/v8/src/full-codegen/x64/
full-codegen-x64.cc     [all...]

Completed in 350 milliseconds

1 2