Searched refs:m_constructor (Results 1 – 4 of 4) sorted by relevance
126 , m_constructor(constructor) in NativeExecutable()137 , m_constructor(constructor)145 NativeFunction m_constructor; variable
389 jmethodID m_constructor; member526 m_textFieldInitDataGlue->m_constructor = GetJMethod(env, tfidClazz, "<init>", "()V"); in WebViewCore()3439 jobject initData = env->NewObject(clazz.get(), classDef->m_constructor); in createTextFieldInitData()
197 …int executableOffsetToFunction = isConstruct ? OBJECT_OFFSETOF(NativeExecutable, m_constructor) : … in privateCompileCTINativeCall()
191 …int executableOffsetToFunction = isConstruct ? OBJECT_OFFSETOF(NativeExecutable, m_constructor) : … in privateCompileCTINativeCall()