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

/external/v8/
H A DAndroid.v8common.mk77 src/safepoint-table.cc \
/external/v8/src/arm/
H A Dlithium-codegen-arm.cc759 Safepoint safepoint = safepoints_.DefineSafepoint(masm(), local
764 safepoint.DefinePointerSlot(pointer->index());
766 safepoint.DefinePointerRegister(ToRegister(pointer));
771 safepoint.DefinePointerRegister(cp);
2254 // its slot of the pushing of safepoint registers is used to communicate the
3034 // Registers were saved at the safepoint, so we can use
5028 // Don't record a deoptimization index for the safepoint here.
5029 // This will be done explicitly when emitting call and the safepoint in
/external/v8/src/mips/
H A Dlithium-codegen-mips.cc722 Safepoint safepoint = safepoints_.DefineSafepoint(masm(), local
727 safepoint.DefinePointerSlot(pointer->index());
729 safepoint.DefinePointerRegister(ToRegister(pointer));
734 safepoint.DefinePointerRegister(cp);
2124 // its slot of the pushing of safepoint registers is used to communicate the
2915 // Registers were saved at the safepoint, so we can use
4962 // Don't record a deoptimization index for the safepoint here.
4963 // This will be done explicitly when emitting call and the safepoint in
/external/v8/src/x64/
H A Dlithium-codegen-x64.cc40 // When invoking builtins, we need to record the safepoint in the middle of
642 Safepoint safepoint = safepoints_.DefineSafepoint(masm(), local
647 safepoint.DefinePointerSlot(pointer->index());
649 safepoint.DefinePointerRegister(ToRegister(pointer));
654 safepoint.DefinePointerRegister(rsi);
2010 // safepoint with two arguments because stub is going to
2762 // unchanged by popping safepoint registers.
4580 // Create safepoint generator that will also ensure enough space in the
4654 // Don't record a deoptimization index for the safepoint here.
4655 // This will be done explicitly when emitting call and the safepoint i
[all...]
/external/v8/src/ia32/
H A Dlithium-codegen-ia32.cc42 // When invoking builtins, we need to record the safepoint in the middle of
681 Safepoint safepoint = local
686 safepoint.DefinePointerSlot(pointer->index());
688 safepoint.DefinePointerRegister(ToRegister(pointer));
2805 // unchanged by popping safepoint registers.
4800 // Create safepoint generator that will also ensure enough space in the
4866 // Don't record a deoptimization index for the safepoint here.
4867 // This will be done explicitly when emitting call and the safepoint in

Completed in 102 milliseconds