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

  /external/v8/src/
assembler.cc 904 ExternalReference ExternalReference::new_space_start(Isolate* isolate) { function in class:v8::internal::ExternalReference
    [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...]

Completed in 60 milliseconds