Searched refs:new_space_start (Results 1 – 11 of 11) sorted by relevance
/external/v8/test/cctest/ |
D | test-serialize.cc | 87 encoder.Encode(ExternalReference::new_space_start(isolate).address())); in TEST() 112 CHECK_EQ(ExternalReference::new_space_start(isolate).address(), in TEST()
|
/external/v8/src/ |
D | assembler.h | 865 static ExternalReference new_space_start(Isolate* isolate);
|
D | assembler.cc | 1123 ExternalReference ExternalReference::new_space_start(Isolate* isolate) { in new_space_start() function in v8::internal::ExternalReference
|
D | serialize.cc | 123 Add(ExternalReference::new_space_start(isolate).address(), in PopulateTable()
|
/external/v8/src/x64/ |
D | macro-assembler-x64.cc | 268 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/ |
D | macro-assembler-arm.cc | 452 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/ |
D | macro-assembler-x87.cc | 3301 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/ |
D | macro-assembler-ia32.cc | 3341 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/ |
D | macro-assembler-arm64.cc | 1518 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/ |
D | macro-assembler-mips64.cc | 164 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/ |
D | macro-assembler-mips.cc | 161 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()
|