Searched refs:stub1 (Results 1 - 14 of 14) sorted by relevance

/external/opencv/cv/src/
H A Dcvaccum.cpp594 CvMat stub1, *mat1 = (CvMat*)arrA; local
605 CV_CALL( mat1 = cvGetMat( mat1, &stub1, &coi1 ));
/external/icu/icu4c/source/test/intltest/
H A Dsrchtest.cpp2467 StubSearchIterator stub1, stub2; local
2470 if (stub1 != stub2){
2479 stub1 = stub2;
2480 if (stub1 != stub2){
/external/v8/src/arm/
H A Dcode-stubs-arm.cc2465 StoreBufferOverflowStub stub1(isolate, kDontSaveFPRegs);
2466 stub1.GetCode();
2841 T stub1(isolate, kind, DISABLE_ALLOCATION_SITES);
2842 stub1.GetCode();
2960 InternalArraySingleArgumentConstructorStub stub1(isolate(), kind);
2961 __ TailCallStub(&stub1);
/external/v8/src/arm64/
H A Dcode-stubs-arm64.cc641 StoreBufferOverflowStub stub1(isolate, kDontSaveFPRegs);
642 stub1.GetCode();
3069 T stub1(isolate, kind, DISABLE_ALLOCATION_SITES);
3070 stub1.GetCode();
3201 InternalArraySingleArgumentConstructorStub stub1(isolate(), kind);
3202 __ TailCallStub(&stub1);
/external/v8/src/mips/
H A Dcode-stubs-mips.cc2662 StoreBufferOverflowStub stub1(isolate, kDontSaveFPRegs);
2663 stub1.GetCode();
3042 T stub1(isolate, kind, DISABLE_ALLOCATION_SITES);
3043 stub1.GetCode();
3161 InternalArraySingleArgumentConstructorStub stub1(isolate(), kind);
3162 __ TailCallStub(&stub1);
/external/v8/src/mips64/
H A Dcode-stubs-mips64.cc2670 StoreBufferOverflowStub stub1(isolate, kDontSaveFPRegs);
2671 stub1.GetCode();
3050 T stub1(isolate, kind, DISABLE_ALLOCATION_SITES);
3051 stub1.GetCode();
3169 InternalArraySingleArgumentConstructorStub stub1(isolate(), kind);
3170 __ TailCallStub(&stub1);
/external/v8/src/ppc/
H A Dcode-stubs-ppc.cc2621 StoreBufferOverflowStub stub1(isolate, kDontSaveFPRegs);
2622 stub1.GetCode();
3003 T stub1(isolate, kind, DISABLE_ALLOCATION_SITES);
3004 stub1.GetCode();
3121 InternalArraySingleArgumentConstructorStub stub1(isolate(), kind);
3122 __ TailCallStub(&stub1);
/external/v8/src/s390/
H A Dcode-stubs-s390.cc2579 StoreBufferOverflowStub stub1(isolate, kDontSaveFPRegs);
2580 stub1.GetCode();
2965 T stub1(isolate, kind, DISABLE_ALLOCATION_SITES);
2966 stub1.GetCode();
3079 InternalArraySingleArgumentConstructorStub stub1(isolate(), kind);
3080 __ TailCallStub(&stub1);
/external/v8/src/x64/
H A Dcode-stubs-x64.cc2396 StoreBufferOverflowStub stub1(isolate, kDontSaveFPRegs);
2397 stub1.GetCode();
2752 T stub1(isolate, kind, DISABLE_ALLOCATION_SITES);
2753 stub1.GetCode();
2883 InternalArraySingleArgumentConstructorStub stub1(isolate(), kind);
2884 __ TailCallStub(&stub1);
/external/opencv/cxcore/src/
H A Dcxnorm.cpp979 CvMat stub1, *mat1 = (CvMat*)imgB; local
1116 CV_CALL( mat1 = cvGetMat( mat1, &stub1, &coi ));
H A Dcxmatmul.cpp630 CvMat stub, stub1, stub2, stub3; local
637 CV_CALL( A = cvGetMat( A, &stub1, &coi ));
2224 CvMat stub1, *src1 = (CvMat*)srcarr1;
2233 CV_CALL( src1 = cvGetMat( src1, &stub1, &coi1 ));
/external/v8/src/ia32/
H A Dcode-stubs-ia32.cc2780 T stub1(isolate, kind, DISABLE_ALLOCATION_SITES);
2781 stub1.GetCode();
2909 InternalArraySingleArgumentConstructorStub stub1(isolate(), kind);
2910 __ TailCallStub(&stub1);
/external/v8/src/
H A Dcode-stubs.cc2126 StubFailureTrampolineStub stub1(isolate, NOT_JS_FUNCTION_STUB_MODE);
2128 stub1.GetCode();
/external/v8/src/x87/
H A Dcode-stubs-x87.cc2788 T stub1(isolate, kind, DISABLE_ALLOCATION_SITES);
2789 stub1.GetCode();
2916 InternalArraySingleArgumentConstructorStub stub1(isolate(), kind);
2917 __ TailCallStub(&stub1);

Completed in 325 milliseconds