Searched refs:ReflectionState (Results 1 – 7 of 7) sorted by relevance
60 ReflectionState::~ReflectionState() { in ~ReflectionState()74 void ReflectionState::closeJava32() { in closeJava32()82 void ReflectionState::openJava64() { in openJava64()90 void ReflectionState::closeJava64() { in closeJava64()135 void ReflectionState::dump() { in dump()497 void ReflectionState::endForEach() { in endForEach()511 void ReflectionState::endForEaches() { in endForEaches()675 void ReflectionState::endRecords() { in endRecords()817 ReflectionState::Record32933 void ReflectionState::endReduces() { in endReduces()[all …]
125 class ReflectionState {132 ReflectionState() : in ReflectionState() function139 ~ReflectionState();141 ReflectionState(const ReflectionState &) = delete;142 void operator=(const ReflectionState &) = delete;215 Tentative(ReflectionState *state) : mState(state) { } in Tentative()216 ~Tentative() { if (mState) mState->mState = ReflectionState::S_Bad; } in ~Tentative()224 ReflectionState *mState;737 friend class ReflectionState; variable
45 ReflectionState *mState;226 …void genConstantArrayTypeExportVariable(const RSExportVar *EV, ReflectionState::Val32 AllocSize32);227 void genRecordTypeExportVariable(const RSExportVar *EV, ReflectionState::Val32 AllocSize32);231 ReflectionState::Val32 AllocSize32 = ReflectionState::NoVal32());283 ReflectionState::Val32 AllocSize32);304 size_t Val, ReflectionState::Val32 Val32);313 ReflectionState *RState);
79 static void genCheck64BitInternal(const RSContext *Context, ReflectionState *State,89 ReflectionState *RState);99 void genAddPadding(int PaddingSize, ReflectionState::Val32 Field32PaddingSize);118 ReflectionState *mState;499 ReflectionState *RState) in RSReflectionJava()863 const ReflectionState::Val32 in genExportVariable()2025 if (genCreateFieldPacker(ET, FieldPackerName, ReflectionState::NoVal32())) in genMatrixTypeExportVariable()2219 const ReflectionState::Record32 Record32 = mState->getRecord32(ERT); in genPackVarOfType()2604 const ReflectionState::Record32 Record32 = mState->getRecord32(ERT); in genTypeClassComponentSetter()2711 RSReflectionJava *Reflection, ReflectionState *RState) in RSReflectionJavaElementBuilder()[all …]
71 class ReflectionState; variable287 ReflectionState *Reflection);
574 ReflectionState *RState) { in compile()644 ReflectionState::Tentative TentativeRState(RState); in compile()
286 slang::ReflectionState Reflection; in main()