Home
last modified time | relevance | path

Searched refs:new_space_start (Results 1 – 11 of 11) sorted by relevance

/external/v8/test/cctest/
Dtest-serialize.cc87 encoder.Encode(ExternalReference::new_space_start(isolate).address())); in TEST()
112 CHECK_EQ(ExternalReference::new_space_start(isolate).address(), in TEST()
/external/v8/src/
Dassembler.h865 static ExternalReference new_space_start(Isolate* isolate);
Dassembler.cc1123 ExternalReference ExternalReference::new_space_start(Isolate* isolate) { in new_space_start() function in v8::internal::ExternalReference
Dserialize.cc123 Add(ExternalReference::new_space_start(isolate).address(), in PopulateTable()
/external/v8/src/x64/
Dmacro-assembler-x64.cc268 Move(kScratchRegister, ExternalReference::new_space_start(isolate())); in InNewSpace()
275 intptr_t new_space_start = in InNewSpace() local
277 Move(kScratchRegister, reinterpret_cast<Address>(-new_space_start), in InNewSpace()
5283 ExternalReference new_space_start = in TestJSArrayForAllocationMemento() local
5284 ExternalReference::new_space_start(isolate()); in TestJSArrayForAllocationMemento()
5290 Move(kScratchRegister, new_space_start); in TestJSArrayForAllocationMemento()
/external/v8/src/arm/
Dmacro-assembler-arm.cc452 cmp(scratch, Operand(ExternalReference::new_space_start(isolate()))); in InNewSpace()
3927 ExternalReference new_space_start = in TestJSArrayForAllocationMemento() local
3928 ExternalReference::new_space_start(isolate()); in TestJSArrayForAllocationMemento()
3933 cmp(scratch_reg, Operand(new_space_start)); in TestJSArrayForAllocationMemento()
/external/v8/src/x87/
Dmacro-assembler-x87.cc3301 ExternalReference new_space_start = in TestJSArrayForAllocationMemento() local
3302 ExternalReference::new_space_start(isolate()); in TestJSArrayForAllocationMemento()
3308 cmp(scratch_reg, Immediate(new_space_start)); in TestJSArrayForAllocationMemento()
/external/v8/src/ia32/
Dmacro-assembler-ia32.cc3341 ExternalReference new_space_start = in TestJSArrayForAllocationMemento() local
3342 ExternalReference::new_space_start(isolate()); in TestJSArrayForAllocationMemento()
3348 cmp(scratch_reg, Immediate(new_space_start)); in TestJSArrayForAllocationMemento()
/external/v8/src/arm64/
Dmacro-assembler-arm64.cc1518 ExternalReference new_space_start = in TestJSArrayForAllocationMemento() local
1519 ExternalReference::new_space_start(isolate()); in TestJSArrayForAllocationMemento()
1525 Cmp(scratch1, new_space_start); in TestJSArrayForAllocationMemento()
1567 Cmp(temp, ExternalReference::new_space_start(isolate())); in InNewSpace()
/external/v8/src/mips64/
Dmacro-assembler-mips64.cc164 Operand(ExternalReference::new_space_start(isolate()))); in InNewSpace()
5914 ExternalReference new_space_start = in TestJSArrayForAllocationMemento() local
5915 ExternalReference::new_space_start(isolate()); in TestJSArrayForAllocationMemento()
5920 Branch(no_memento_found, lt, scratch_reg, Operand(new_space_start)); in TestJSArrayForAllocationMemento()
/external/v8/src/mips/
Dmacro-assembler-mips.cc161 Operand(ExternalReference::new_space_start(isolate()))); in InNewSpace()
5929 ExternalReference new_space_start = in TestJSArrayForAllocationMemento() local
5930 ExternalReference::new_space_start(isolate()); in TestJSArrayForAllocationMemento()
5935 Branch(no_memento_found, lt, scratch_reg, Operand(new_space_start)); in TestJSArrayForAllocationMemento()