Searched refs:stub1 (Results 1 - 12 of 12) 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/v8/src/
H A Dcode-stubs.cc918 StubFailureTrampolineStub stub1(isolate, NOT_JS_FUNCTION_STUB_MODE);
920 stub1.GetCode();
/external/icu/icu4c/source/test/intltest/
H A Dsrchtest.cpp2464 StubSearchIterator stub1, stub2; local
2467 if (stub1 != stub2){
2476 stub1 = stub2;
2477 if (stub1 != stub2){
/external/v8/src/arm/
H A Dcode-stubs-arm.cc239 WriteInt32ToHeapNumberStub stub1(isolate, r1, r0, r2);
241 stub1.GetCode();
3896 StoreBufferOverflowStub stub1(isolate, kDontSaveFPRegs);
3897 stub1.GetCode();
4361 T stub1(isolate, kind, DISABLE_ALLOCATION_SITES);
4362 stub1.GetCode();
4483 InternalArraySingleArgumentConstructorStub stub1(isolate(), kind);
4484 __ TailCallStub(&stub1);
/external/v8/src/arm64/
H A Dcode-stubs-arm64.cc683 StoreBufferOverflowStub stub1(isolate, kDontSaveFPRegs);
684 stub1.GetCode();
4718 T stub1(isolate, kind, DISABLE_ALLOCATION_SITES);
4719 stub1.GetCode();
4853 InternalArraySingleArgumentConstructorStub stub1(isolate(), kind);
4854 __ TailCallStub(&stub1);
/external/v8/src/x64/
H A Dcode-stubs-x64.cc3839 StoreBufferOverflowStub stub1(isolate, kDontSaveFPRegs);
3840 stub1.GetCode();
4303 T stub1(isolate, kind, DISABLE_ALLOCATION_SITES);
4304 stub1.GetCode();
4434 InternalArraySingleArgumentConstructorStub stub1(isolate(), kind);
4435 __ 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/mips/
H A Dcode-stubs-mips.cc277 WriteInt32ToHeapNumberStub stub1(isolate, a1, v0, a2, a3);
279 stub1.GetCode();
4104 StoreBufferOverflowStub stub1(isolate, kDontSaveFPRegs);
4105 stub1.GetCode();
4579 T stub1(isolate, kind, DISABLE_ALLOCATION_SITES);
4580 stub1.GetCode();
4700 InternalArraySingleArgumentConstructorStub stub1(isolate(), kind);
4701 __ TailCallStub(&stub1);
/external/v8/src/mips64/
H A Dcode-stubs-mips64.cc273 WriteInt32ToHeapNumberStub stub1(isolate, a1, v0, a2, a3);
275 stub1.GetCode();
4142 StoreBufferOverflowStub stub1(isolate, kDontSaveFPRegs);
4143 stub1.GetCode();
4617 T stub1(isolate, kind, DISABLE_ALLOCATION_SITES);
4618 stub1.GetCode();
4738 InternalArraySingleArgumentConstructorStub stub1(isolate(), kind);
4739 __ TailCallStub(&stub1);
/external/v8/src/ia32/
H A Dcode-stubs-ia32.cc4359 T stub1(isolate, kind, DISABLE_ALLOCATION_SITES);
4360 stub1.GetCode();
4488 InternalArraySingleArgumentConstructorStub stub1(isolate(), kind);
4489 __ TailCallStub(&stub1);
/external/v8/src/x87/
H A Dcode-stubs-x87.cc4020 T stub1(isolate, kind, DISABLE_ALLOCATION_SITES);
4021 stub1.GetCode();
4149 InternalArraySingleArgumentConstructorStub stub1(isolate(), kind);
4150 __ TailCallStub(&stub1);

Completed in 513 milliseconds