Searched refs:VariableInfo (Results 1 – 2 of 2) sorted by relevance
50 template <Closure::VariableInfo::Flags flags>51 inline Closure::VariableInfo Closure::ParseTypeDescriptor(const char* type_descriptor, in ParseTypeDescriptor()55 VariableInfo result; in ParseTypeDescriptor()58 size_t offset = (flags & VariableInfo::kOffset) ? GetStartingOffset() : 0; in ParseTypeDescriptor()66 if (flags & VariableInfo::kOffset) { in ParseTypeDescriptor()77 if (flags & VariableInfo::kVariableType) { in ParseTypeDescriptor()81 if (flags & VariableInfo::kIndex) { in ParseTypeDescriptor()85 if (flags & VariableInfo::kCount) { in ParseTypeDescriptor()89 if (flags & VariableInfo::kOffset) { in ParseTypeDescriptor()178 VariableInfo variable_info = in GetNumberOfCapturedVariables()[all …]
103 struct VariableInfo { in PACKED() struct122 template <VariableInfo::Flags flags> in PACKED()123 inline VariableInfo ALWAYS_INLINE ParseTypeDescriptor(const char* type_descriptor, in PACKED()