Lines Matching refs:MetaMethod

117         MetaMethod* metaMethod = metaInterface_->methods_[index];  in EmitInterfaceMethods()
122 void TsCodeEmitter::EmitInterfaceMethod(MetaMethod* metaMethod, StringBuilder& stringBuilder, const… in EmitInterfaceMethod()
160 void TsCodeEmitter::EmitInterfaceMethodLastPara(MetaMethod* metaMethod, const String& prefix, Metho… in EmitInterfaceMethodLastPara()
277 MetaMethod* metaMethod = metaInterface_->methods_[index]; in EmitInterfaceProxyMethodImpls()
285 void TsCodeEmitter::EmitInterfaceProxyMethodImpl(MetaMethod* metaMethod, int methodIndex, StringBui… in EmitInterfaceProxyMethodImpl()
312 void TsCodeEmitter::EmitInterfaceProxyMethodBody(MetaMethod* metaMethod, int methodIndex, StringBui… in EmitInterfaceProxyMethodBody()
349 void TsCodeEmitter::EmitInterfaceMethodCallback(MetaMethod* metaMethod, int methodIndex, StringBuil… in EmitInterfaceMethodCallback()
404 void TsCodeEmitter::EmitInterfaceMethodCallbackInner(MetaType* returnType, MetaMethod* metaMethod, in EmitInterfaceMethodCallbackInner()
519 MetaMethod* metaMethod = metaInterface_->methods_[index]; in EmitInterfaceStubMethodImpls()
532 MetaMethod* metaMethod = metaInterface_->methods_[index]; in EmitInterfaceStubMethodImpls()
555 void TsCodeEmitter::EmitInterfaceStubMethodImpl(MetaMethod* metaMethod, int methodIndex, StringBuil… in EmitInterfaceStubMethodImpl()
599MetaMethod* metaMethod, int methodIndex, StringBuilder& stringBuilder, const String& prefix, bool … in EmitInterfaceStubMethodPromiseImpl()
650 MetaMethod* metaMethod = metaInterface_->methods_[index]; in EmitInterfaceMethodCommands()
1157 MetaMethod* metaMethod = metaInterface_->methods_[index]; in CheckInterfaceType()