Searched refs:numOfLexVars (Results 1 – 2 of 2) sorted by relevance
69 inline void Inilialize(uint32_t outMethodId, uint32_t numOfLexVars, LexicalEnvStatus status) in Inilialize() argument72 lexVarTypes_.resize(numOfLexVars, GateType::AnyType()); in Inilialize()228 inline uint32_t SetNumOfLexVars(uint32_t numOfLexVars) in SetNumOfLexVars() argument230 return numOfLexVars_ = numOfLexVars; in SetNumOfLexVars()791 void NewLexEnvWithSize(const MethodLiteral *method, uint64_t numOfLexVars);
276 uint32_t numOfLexVars = 0; in SetMethodPcInfoIndex() local286 numOfLexVars = processedMethod.GetNumOfLexVars(); in SetMethodPcInfoIndex()295 methodInfo.SetNumOfLexVars(numOfLexVars); in SetMethodPcInfoIndex()302 MethodInfo::DEFAULT_OUTMETHOD_OFFSET, numOfLexVars, status); in SetMethodPcInfoIndex()364 void BytecodeInfoCollector::NewLexEnvWithSize(const MethodLiteral *method, uint64_t numOfLexVars) in NewLexEnvWithSize() argument371 methodInfo.SetNumOfLexVars(numOfLexVars); in NewLexEnvWithSize()376 numOfLexVars, LexicalEnvStatus::REALITY_LEXENV); in NewLexEnvWithSize()