Home
last modified time | relevance | path

Searched refs:AddParam (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/compiler/
Dlinkage-impl.h47 locations.AddParam(stackloc(spill_slot_index)); in GetJSCallDescriptor()
48 types.AddParam(kMachAnyTagged); in GetJSCallDescriptor()
51 locations.AddParam(regloc(LinkageTraits::ContextReg())); in GetJSCallDescriptor()
52 types.AddParam(kMachAnyTagged); in GetJSCallDescriptor()
95 locations.AddParam(stackloc(i - js_parameter_count)); in GetRuntimeCallDescriptor()
96 types.AddParam(kMachAnyTagged); in GetRuntimeCallDescriptor()
99 locations.AddParam(regloc(LinkageTraits::RuntimeCallFunctionReg())); in GetRuntimeCallDescriptor()
100 types.AddParam(kMachAnyTagged); in GetRuntimeCallDescriptor()
103 locations.AddParam(regloc(LinkageTraits::RuntimeCallArgCountReg())); in GetRuntimeCallDescriptor()
104 types.AddParam(kMachPtr); in GetRuntimeCallDescriptor()
[all …]
Dinstruction-selector-unittest.h87 builder.AddParam(parameter0_type); in MakeMachineSignature()
96 builder.AddParam(parameter0_type); in MakeMachineSignature()
97 builder.AddParam(parameter1_type); in MakeMachineSignature()
107 builder.AddParam(parameter0_type); in MakeMachineSignature()
108 builder.AddParam(parameter1_type); in MakeMachineSignature()
109 builder.AddParam(parameter2_type); in MakeMachineSignature()
Dmachine-type.h145 void AddParam(T val) { in AddParam() function
/external/opencv/cvaux/include/
Dcvvidsurv.hpp94 AddParam("DebugWnd",&m_Wnd); in CvVSModule()
156 void AddParam(const char* name, double* pAddr) in AddParam() function in CvVSModule
160 void AddParam(const char* name, float* pAddr) in AddParam() function in CvVSModule
164 void AddParam(const char* name, int* pAddr) in AddParam() function in CvVSModule
168 void AddParam(const char* name, char** pAddr) in AddParam() function in CvVSModule
179 void AddParam(const char* name) in AddParam() function in CvVSModule
292 AddParam(FN,(char**)NULL); in TransferParamsFromChild()
296 AddParam(FN); in TransferParamsFromChild()
/external/mesa3d/src/gallium/drivers/radeon/
DR600KernelParameters.cpp69 void AddParam(Argument *Arg);
183 void R600KernelParameters::AddParam(Argument *Arg) { in AddParam() function in __anon453c3fd20111::R600KernelParameters
217 AddParam(I); in RunAna()
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
Dstatetracker.py252 def AddParam(self, name, param_type): member in DocComment
880 self._doc_comment.AddParam(flag.name, flag.type)
/external/v8/test/cctest/compiler/
Dcall-tester.h154 builder.AddParam(types[i]);