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

  /external/chromium_org/v8/test/cctest/
test-serialize.cc 130 ExternalReference::new_space_start(isolate).address()));
164 CHECK_EQ(ExternalReference::new_space_start(isolate).address(),
  /external/v8/test/cctest/
test-serialize.cc 131 ExternalReference::new_space_start(isolate).address()));
165 CHECK_EQ(ExternalReference::new_space_start(isolate).address(),
  /external/chromium_org/v8/src/x64/
macro-assembler-x64.cc 284 Move(kScratchRegister, ExternalReference::new_space_start(isolate()));
289 intptr_t new_space_start = local
291 movq(kScratchRegister, reinterpret_cast<Address>(-new_space_start),
5011 ExternalReference new_space_start = local
    [all...]
  /external/chromium_org/v8/src/arm/
macro-assembler-arm.cc 447 cmp(scratch, Operand(ExternalReference::new_space_start(isolate())));
    [all...]
  /external/chromium_org/v8/src/
assembler.h 765 static ExternalReference new_space_start(Isolate* isolate);
    [all...]
assembler.cc 1169 ExternalReference ExternalReference::new_space_start(Isolate* isolate) { function in class:v8::internal::ExternalReference
    [all...]
serialize.cc 351 Add(ExternalReference::new_space_start(isolate).address(),
    [all...]
  /external/v8/src/
assembler.cc 904 ExternalReference ExternalReference::new_space_start(Isolate* isolate) { function in class:v8::internal::ExternalReference
    [all...]
assembler.h 618 static ExternalReference new_space_start(Isolate* isolate);
serialize.cc 360 Add(ExternalReference::new_space_start(isolate).address(),
    [all...]
  /external/chromium_org/v8/src/ia32/
macro-assembler-ia32.cc 3659 ExternalReference new_space_start = local
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.cc 261 movq(kScratchRegister, ExternalReference::new_space_start(isolate()));
266 intptr_t new_space_start = local
268 movq(kScratchRegister, -new_space_start, RelocInfo::NONE);
    [all...]
  /external/chromium_org/v8/src/mips/
macro-assembler-mips.cc 203 Operand(ExternalReference::new_space_start(isolate())));
5641 ExternalReference new_space_start = local
    [all...]
  /external/v8/src/arm/
macro-assembler-arm.cc 429 cmp(scratch, Operand(ExternalReference::new_space_start(isolate())));
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.cc 183 Operand(ExternalReference::new_space_start(isolate())));
    [all...]

Completed in 463 milliseconds