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

  /external/v8/test/cctest/
test-serialize.cc 131 ExternalReference::new_space_start(isolate).address()));
165 CHECK_EQ(ExternalReference::new_space_start(isolate).address(),
  /external/v8/src/
assembler.h 618 static ExternalReference new_space_start(Isolate* isolate);
assembler.cc 904 ExternalReference ExternalReference::new_space_start(Isolate* isolate) { function in class:v8::internal::ExternalReference
    [all...]
serialize.cc 360 Add(ExternalReference::new_space_start(isolate).address(),
    [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/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 100 milliseconds