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

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

Completed in 645 milliseconds