Searched refs:BinaryOpStub (Results 1 - 17 of 17) sorted by relevance

/external/v8/src/x64/
H A Dcode-stubs-x64.h160 class BinaryOpStub: public CodeStub { class in namespace:v8::internal
162 BinaryOpStub(Token::Value op, OverwriteMode mode) function in class:v8::internal::BinaryOpStub
170 BinaryOpStub( function in class:v8::internal::BinaryOpStub
H A Dcode-stubs-x64.cc919 void BinaryOpStub::GenerateTypeTransition(MacroAssembler* masm) {
942 void BinaryOpStub::Generate(MacroAssembler* masm) {
980 void BinaryOpStub::PrintName(StringStream* stream) {
996 void BinaryOpStub::GenerateSmiCode(
1001 // Arguments to BinaryOpStub are in rdx and rax.
1147 void BinaryOpStub::GenerateFloatingPointCode(MacroAssembler* masm,
1253 void BinaryOpStub::GenerateStringAddCode(MacroAssembler* masm) {
1284 void BinaryOpStub::GenerateCallRuntimeCode(MacroAssembler* masm) {
1326 void BinaryOpStub::GenerateSmiStub(MacroAssembler* masm) {
1349 void BinaryOpStub
[all...]
H A Dfull-codegen-x64.cc1747 BinaryOpStub stub(op, mode);
1795 BinaryOpStub stub(op, mode);
3916 BinaryOpStub stub(expr->binary_op(), NO_OVERWRITE);
H A Dlithium-codegen-x64.cc1347 BinaryOpStub stub(instr->op(), NO_OVERWRITE);
/external/v8/src/arm/
H A Dcode-stubs-arm.h145 class BinaryOpStub: public CodeStub { class in namespace:v8::internal
147 BinaryOpStub(Token::Value op, OverwriteMode mode) function in class:v8::internal::BinaryOpStub
156 BinaryOpStub( function in class:v8::internal::BinaryOpStub
H A Dcode-stubs-arm.cc2216 void BinaryOpStub::GenerateTypeTransition(MacroAssembler* masm) {
2234 void BinaryOpStub::GenerateTypeTransitionWithSavedArgs(
2240 void BinaryOpStub::Generate(MacroAssembler* masm) {
2276 void BinaryOpStub::PrintName(StringStream* stream) {
2292 void BinaryOpStub::GenerateSmiSmiOperation(MacroAssembler* masm) {
2417 void BinaryOpStub::GenerateFPOperation(MacroAssembler* masm,
2631 void BinaryOpStub::GenerateSmiCode(
2659 void BinaryOpStub::GenerateSmiStub(MacroAssembler* masm) {
2684 void BinaryOpStub::GenerateStringStub(MacroAssembler* masm) {
2694 void BinaryOpStub
[all...]
H A Dfull-codegen-arm.cc1844 BinaryOpStub stub(op, mode);
1852 // BinaryOpStub::GenerateSmiSmiOperation for comments.
1926 BinaryOpStub stub(op, mode);
4019 BinaryOpStub stub(Token::ADD, NO_OVERWRITE);
H A Dlithium-codegen-arm.cc1139 BinaryOpStub stub(op, OVERWRITE_LEFT);
1564 BinaryOpStub stub(instr->op(), NO_OVERWRITE);
/external/v8/src/ia32/
H A Dcode-stubs-ia32.h157 class BinaryOpStub: public CodeStub { class in namespace:v8::internal
159 BinaryOpStub(Token::Value op, OverwriteMode mode) function in class:v8::internal::BinaryOpStub
168 BinaryOpStub( function in class:v8::internal::BinaryOpStub
H A Dcode-stubs-ia32.cc1120 void BinaryOpStub::GenerateTypeTransition(MacroAssembler* masm) {
1145 void BinaryOpStub::GenerateTypeTransitionWithSavedArgs(MacroAssembler* masm) {
1166 void BinaryOpStub::Generate(MacroAssembler* masm) {
1202 void BinaryOpStub::PrintName(StringStream* stream) {
1218 void BinaryOpStub::GenerateSmiCode(
1593 void BinaryOpStub::GenerateSmiStub(MacroAssembler* masm) {
1644 void BinaryOpStub::GenerateStringStub(MacroAssembler* masm) {
1654 void BinaryOpStub::GenerateBothStringStub(MacroAssembler* masm) {
1684 void BinaryOpStub::GenerateInt32Stub(MacroAssembler* masm) {
1885 void BinaryOpStub
[all...]
H A Dfull-codegen-ia32.cc1795 BinaryOpStub stub(op, mode);
1879 BinaryOpStub stub(op, mode);
4007 BinaryOpStub stub(expr->binary_op(), NO_OVERWRITE);
H A Dlithium-codegen-ia32.cc1385 BinaryOpStub stub(instr->op(), NO_OVERWRITE);
/external/v8/src/mips/
H A Dcode-stubs-mips.h146 class BinaryOpStub: public CodeStub { class in namespace:v8::internal
148 BinaryOpStub(Token::Value op, OverwriteMode mode) function in class:v8::internal::BinaryOpStub
157 BinaryOpStub( function in class:v8::internal::BinaryOpStub
H A Dcode-stubs-mips.cc2301 void BinaryOpStub::GenerateTypeTransition(MacroAssembler* masm) {
2319 void BinaryOpStub::GenerateTypeTransitionWithSavedArgs(
2325 void BinaryOpStub::Generate(MacroAssembler* masm) {
2360 void BinaryOpStub::PrintName(StringStream* stream) {
2377 void BinaryOpStub::GenerateSmiSmiOperation(MacroAssembler* masm) {
2531 void BinaryOpStub::GenerateFPOperation(MacroAssembler* masm,
2747 void BinaryOpStub::GenerateSmiCode(
2775 void BinaryOpStub::GenerateSmiStub(MacroAssembler* masm) {
2800 void BinaryOpStub::GenerateStringStub(MacroAssembler* masm) {
2809 void BinaryOpStub
[all...]
H A Dfull-codegen-mips.cc1860 BinaryOpStub stub(op, mode);
1868 // BinaryOpStub::GenerateSmiSmiOperation for comments.
1942 BinaryOpStub stub(op, mode);
4061 BinaryOpStub stub(Token::ADD, NO_OVERWRITE);
H A Dlithium-codegen-mips.cc1402 BinaryOpStub stub(instr->op(), NO_OVERWRITE);
/external/v8/src/
H A Dic.cc2365 BinaryOpStub stub(key, type, result_type);

Completed in 809 milliseconds