Searched refs:safepoint (Results 1 - 12 of 12) sorted by relevance

/external/v8/src/compiler/
H A Dcode-generator.cc270 Safepoint safepoint = local
284 safepoint.DefinePointerSlot(index, zone());
287 safepoint.DefinePointerRegister(reg, zone());
/external/v8/
H A DAndroid.v8.mk410 src/safepoint-table.cc \
/external/v8/src/
H A Ddeoptimizer.cc257 SafepointEntry safepoint = code->GetSafepointEntry(it.frame()->pc()); local
258 int deopt_index = safepoint.deoptimization_index();
2290 // isn't used before the next safepoint, the GC will try to scan it as a
/external/v8/src/crankshaft/arm/
H A Dlithium-codegen-arm.cc882 Safepoint safepoint = safepoints_.DefineSafepoint(masm(), local
887 safepoint.DefinePointerSlot(pointer->index(), zone());
889 safepoint.DefinePointerRegister(ToRegister(pointer), zone());
3218 // Registers were saved at the safepoint, so we can use
5249 // Don't record a deoptimization index for the safepoint here.
5250 // This will be done explicitly when emitting call and the safepoint in
/external/v8/src/crankshaft/arm64/
H A Dlithium-codegen-arm64.cc491 Safepoint safepoint = safepoints_.DefineSafepoint( local
497 safepoint.DefinePointerSlot(pointer->index(), zone());
499 safepoint.DefinePointerRegister(ToRegister(pointer), zone());
839 // We do not know how much data will be emitted for the safepoint table, so
4672 // Don't record a deoptimization index for the safepoint here.
4673 // This will be done explicitly when emitting call and the safepoint in
/external/v8/src/crankshaft/ia32/
H A Dlithium-codegen-ia32.cc23 // When invoking builtins, we need to record the safepoint in the middle of
784 Safepoint safepoint = local
789 safepoint.DefinePointerSlot(pointer->index(), zone());
791 safepoint.DefinePointerRegister(ToRegister(pointer), zone());
2995 // unchanged by popping safepoint registers.
5018 // Don't record a deoptimization index for the safepoint here.
5019 // This will be done explicitly when emitting call and the safepoint in
/external/v8/src/crankshaft/mips/
H A Dlithium-codegen-mips.cc867 Safepoint safepoint = safepoints_.DefineSafepoint(masm(), local
872 safepoint.DefinePointerSlot(pointer->index(), zone());
874 safepoint.DefinePointerRegister(ToRegister(pointer), zone());
3146 // Registers were saved at the safepoint, so we can use
5278 // Don't record a deoptimization index for the safepoint here.
5279 // This will be done explicitly when emitting call and the safepoint in
/external/v8/src/crankshaft/mips64/
H A Dlithium-codegen-mips64.cc856 Safepoint safepoint = safepoints_.DefineSafepoint(masm(), local
861 safepoint.DefinePointerSlot(pointer->index(), zone());
863 safepoint.DefinePointerRegister(ToRegister(pointer), zone());
3332 // Registers were saved at the safepoint, so we can use
5471 // Don't record a deoptimization index for the safepoint here.
5472 // This will be done explicitly when emitting call and the safepoint in
/external/v8/src/crankshaft/ppc/
H A Dlithium-codegen-ppc.cc825 Safepoint safepoint = local
830 safepoint.DefinePointerSlot(pointer->index(), zone());
832 safepoint.DefinePointerRegister(ToRegister(pointer), zone());
3418 // Registers were saved at the safepoint, so we can use
5550 // Don't record a deoptimization index for the safepoint here.
5551 // This will be done explicitly when emitting call and the safepoint in
/external/v8/src/crankshaft/s390/
H A Dlithium-codegen-s390.cc816 Safepoint safepoint = local
821 safepoint.DefinePointerSlot(pointer->index(), zone());
823 safepoint.DefinePointerRegister(ToRegister(pointer), zone());
3366 // Registers were saved at the safepoint, so we can use
5483 // Don't record a deoptimization index for the safepoint here.
5484 // This will be done explicitly when emitting call and the safepoint in
/external/v8/src/crankshaft/x64/
H A Dlithium-codegen-x64.cc22 // When invoking builtins, we need to record the safepoint in the middle of
813 Safepoint safepoint = safepoints_.DefineSafepoint(masm(), local
818 safepoint.DefinePointerSlot(pointer->index(), zone());
820 safepoint.DefinePointerRegister(ToRegister(pointer), zone());
3189 // unchanged by popping safepoint registers.
5298 // Don't record a deoptimization index for the safepoint here.
5299 // This will be done explicitly when emitting call and the safepoint in
/external/v8/src/crankshaft/x87/
H A Dlithium-codegen-x87.cc23 // When invoking builtins, we need to record the safepoint in the middle of
1075 Safepoint safepoint = local
1080 safepoint.DefinePointerSlot(pointer->index(), zone());
1082 safepoint.DefinePointerRegister(ToRegister(pointer), zone());
3279 // unchanged by popping safepoint registers.
5513 // Don't record a deoptimization index for the safepoint here.
5514 // This will be done explicitly when emitting call and the safepoint in

Completed in 701 milliseconds