Searched refs:new_space_start (Results 1 – 9 of 9) sorted by relevance
710 Immediate(ExternalReference::new_space_start(isolate()))); in InNewSpace()713 int32_t new_space_start = reinterpret_cast<int32_t>( in InNewSpace() local714 ExternalReference::new_space_start(isolate()).address()); in InNewSpace()715 lea(scratch, Operand(object, -new_space_start)); in InNewSpace()
135 ExternalReference::new_space_start(isolate).address())); in TEST()170 CHECK_EQ(ExternalReference::new_space_start(isolate).address(), in TEST()
1927 movq(kScratchRegister, ExternalReference::new_space_start(isolate())); in InNewSpace()1932 intptr_t new_space_start = in InNewSpace() local1934 movq(kScratchRegister, -new_space_start, RelocInfo::NONE); in InNewSpace()
592 static ExternalReference new_space_start(Isolate* isolate);
721 ExternalReference ExternalReference::new_space_start(Isolate* isolate) { in new_space_start() function in v8::internal::ExternalReference
382 Add(ExternalReference::new_space_start(isolate).address(), in PopulateTable()
4853 Address new_space_start = in Setup() local4855 if (!new_space_.Setup(new_space_start, 2 * reserved_semispace_size_)) { in Setup()
468 cmp(scratch, Operand(ExternalReference::new_space_start(isolate()))); in InNewSpace()
201 Operand(ExternalReference::new_space_start(isolate()))); in InNewSpace()