Home
last modified time | relevance | path

Searched defs:stub (Results 1 – 25 of 145) sorted by relevance

123456

/external/mesa3d/src/mapi/mapi/
Dstub.c74 const struct mapi_stub *stub = (const struct mapi_stub *) elem; in stub_compare() local
98 struct mapi_stub *stub; in stub_add_dynamic() local
131 struct mapi_stub *stub = NULL; in stub_find_dynamic() local
157 stub_fix_dynamic(struct mapi_stub *stub, const struct mapi_stub *alias) in stub_fix_dynamic()
177 stub_get_name(const struct mapi_stub *stub) in stub_get_name()
194 stub_get_slot(const struct mapi_stub *stub) in stub_get_slot()
203 stub_get_addr(const struct mapi_stub *stub) in stub_get_addr()
Dmapi_glapi.c129 const struct mapi_stub *stub; in _glapi_add_dispatch() local
155 struct mapi_stub *stub; in _glapi_add_dispatch() local
175 const struct mapi_stub *stub; in _glapi_get_stub() local
199 const struct mapi_stub *stub = _glapi_get_stub(funcName, 0); in _glapi_get_proc_offset() local
211 const struct mapi_stub *stub = _glapi_get_stub(funcName, 1); in _glapi_get_proc_address() local
Dmapi.c45 const struct mapi_stub *stub; in get_stub() local
100 const struct mapi_stub *stub; in mapi_init() local
129 const struct mapi_stub *stub; in mapi_get_proc_address() local
174 const struct mapi_stub *stub = mapi_stub_map[i]; in mapi_table_fill() local
/external/v8/src/
Dcode-factory.cc55 BinaryOpICStub stub(isolate, op, mode); in BinaryOpIC() local
64 ToBooleanStub stub(isolate, mode, types); in ToBoolean() local
71 ToNumberStub stub(isolate); in ToNumber() local
79 StringAddStub stub(isolate, flags, pretenure_flag); in StringAdd() local
87 CallFunctionStub stub(isolate, argc, flags); in CallFunction() local
Dcode-stubs.cc20 CodeStubDescriptor::CodeStubDescriptor(CodeStub* stub) in CodeStubDescriptor()
233 static void InitializeDescriptorDispatchedCall(CodeStub* stub, in InitializeDescriptorDispatchedCall()
249 void CodeStub::GetCodeDispatchCall(CodeStub* stub, void** value_out) { in GetCodeDispatchCall()
270 BinaryOpICStub stub(isolate, in GenerateAheadOfTime() local
290 BinaryOpICStub stub(isolate, state); in GenerateAheadOfTime() local
312 BinaryOpICWithAllocationSiteStub stub(isolate, state); in GenerateAheadOfTime() local
726 CreateAllocationSiteStub stub(isolate); in GenerateAheadOfTime() local
Dcode-stubs-hydrogen.cc37 CodeStubGraphBuilderBase(Isolate* isolate, HydrogenCodeStub* stub) in CodeStubGraphBuilderBase()
60 HydrogenCodeStub* stub() { return info_.code_stub(); } in stub() function in v8::internal::CodeStubGraphBuilderBase
191 CodeStubGraphBuilder(Isolate* isolate, Stub* stub) in CodeStubGraphBuilder()
256 static Handle<Code> DoGenerateCode(Stub* stub) { in DoGenerateCode()
1002 CompareNilICStub* stub = casted_stub(); in BuildCodeInitializedStub() local
1151 StringAddStub* stub = casted_stub(); in BuildCodeInitializedStub() local
1177 ToBooleanStub* stub = casted_stub(); in BuildCodeInitializedStub() local
1213 StoreGlobalStub* stub = casted_stub(); in BuildCodeInitializedStub() local
1604 CodeStubGraphBuilder(Isolate* isolate, KeyedLoadGenericStub* stub) in CodeStubGraphBuilder()
/external/v8/src/ic/
Dic.cc442 void IC::RegisterWeakMapDependency(Handle<Code> stub) { in RegisterWeakMapDependency()
460 void IC::InvalidateMaps(Code* stub) { in InvalidateMaps()
558 CompareICStub stub(target->stub_key(), isolate); in Clear() local
823 MegamorphicLoadStub stub(isolate(), LoadICState(extra_ic_state())); in megamorphic_stub() local
854 LoadFieldStub stub(isolate(), index); in SimpleFieldLoad() local
970 Handle<Code> stub; in CompileHandler() local
1084 LoadConstantStub stub(isolate(), lookup->GetConstantIndex()); in CompileHandler() local
1182 Handle<Code> stub = generic_stub(); in Load() local
1340 CallICStub stub(isolate, CallICState(argc, call_type)); in initialize_stub() local
1502 StoreGlobalStub stub(isolate(), union_type->IsConstant(), in CompileHandler() local
[all …]
Dhandler-compiler.cc184 LoadFieldStub stub(isolate(), field); in CompileLoadField() local
194 LoadConstantStub stub(isolate(), constant_index); in CompileLoadConstant() local
288 LoadFieldStub stub(isolate(), it->GetFieldIndex()); in GenerateLoadPostInterceptor() local
/external/mockito/src/org/mockito/internal/
DMockitoCore.java60 public IOngoingStubbing stub() { in stub() method in MockitoCore
69 public <T> DeprecatedOngoingStubbing<T> stub(T methodCall) { in stub() method in MockitoCore
/external/opencv/cv/src/
Dcvcamshift.cpp66 CvMat stub, *mat = (CvMat*)imgProb; in cvMeanShift() local
180 CvMat cur_win, stub, *mat = (CvMat*)imgProb; in cvCamShift() local
Dcvcorner.cpp427 CvMat stub, *src = (CvMat*)srcarr; in cvCornerMinEigenVal() local
454 CvMat stub, *src = (CvMat*)srcarr; in cvCornerHarris() local
481 CvMat stub, *src = (CvMat*)srcarr; in cvCornerEigenValsAndVecs() local
527 CvMat stub, *src = (CvMat*)srcarr; in cvPreCornerDetect() local
Dcvaccum.cpp395 CvMat stub, *mat = (CvMat*)arr; local
497 CvMat stub, *mat = (CvMat*)arr; in cvSquareAcc() local
705 CvMat stub, *mat = (CvMat*)arrY; in cvRunningAvg() local
/external/nanopb-c/generator/google/protobuf/
Dservice_reflection.py258 def _ServiceStubInit(stub, rpc_channel): argument
269 def _StubMethod(self, stub, method_descriptor, argument
/external/protobuf/python/google/protobuf/
Dservice_reflection.py258 def _ServiceStubInit(stub, rpc_channel): argument
269 def _StubMethod(self, stub, method_descriptor, argument
/external/protobuf/java/src/test/java/com/google/protobuf/
DServiceTest.java119 TestService stub = TestService.newStub(mockChannel); in testStub() local
146 TestService.BlockingInterface stub = in testBlockingStub() local
/external/opencv/cxcore/src/
Dcxdrawing.cpp170 CvMat stub, *mat = (CvMat*)img; in cvInitLineIterator() local
1745 CvMat stub, *mat = (CvMat*)img; in cvLine() local
1781 CvMat stub, *mat = (CvMat*)img; in cvRectangle() local
1825 CvMat stub, *mat = (CvMat*)img; in cvCircle() local
1874 CvMat stub, *mat = (CvMat*)img; in cvEllipse() local
1921 CvMat stub, *mat = (CvMat*)img; in cvFillConvexPoly() local
1959 CvMat stub, *mat = (CvMat*)img; in cvFillPoly() local
2027 CvMat stub, *mat = (CvMat*)img; in cvPolyLine() local
2205 CvMat stub, *mat = (CvMat*)img; in cvPutText() local
2432 CvMat stub, *mat = (CvMat*)img; in cvDrawContours() local
/external/v8/src/x87/
Dcode-stubs-x87.h150 static Mode GetMode(Code* stub) { in GetMode()
169 static void Patch(Code* stub, Mode mode) { in Patch()
/external/v8/src/arm/
Dcode-stubs-arm.h127 static Mode GetMode(Code* stub) { in GetMode()
147 static void Patch(Code* stub, Mode mode) { in Patch()
/external/v8/src/arm64/
Dcode-stubs-arm64.h102 static Mode GetMode(Code* stub) { in GetMode()
131 static void Patch(Code* stub, Mode mode) { in Patch()
/external/v8/src/compiler/
Djs-generic-lowering.cc322 InstanceofStub stub(isolate(), flags); in LowerJSInstanceOf() local
369 CallConstructStub stub(isolate(), NO_CALL_CONSTRUCTOR_FLAGS); in LowerJSCallConstruct() local
385 CallFunctionStub stub(isolate(), p.arity - 2, p.flags); in LowerJSCallFunction() local
/external/opencv/cvaux/src/
Dcvbgfg_codebook.cpp93 CvMat stub, *image = cvGetMat( _image, &stub ); in cvBGCodeBookUpdate() local
235 CvMat stub, *image = cvGetMat( _image, &stub ); in cvBGCodeBookDiff() local
/external/v8/src/mips/
Dcode-stubs-mips.h169 static Mode GetMode(Code* stub) { in GetMode()
189 static void Patch(Code* stub, Mode mode) { in Patch()
/external/v8/src/mips64/
Dcode-stubs-mips64.h171 static Mode GetMode(Code* stub) { in GetMode()
191 static void Patch(Code* stub, Mode mode) { in Patch()
/external/v8/src/ia32/
Dcode-stubs-ia32.h153 static Mode GetMode(Code* stub) { in GetMode()
172 static void Patch(Code* stub, Mode mode) { in Patch()
/external/v8/src/x64/
Dcode-stubs-x64.h145 static Mode GetMode(Code* stub) { in GetMode()
164 static void Patch(Code* stub, Mode mode) { in Patch()

123456