Home
last modified time | relevance | path

Searched refs:numOfLexVars (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.h69 inline void Inilialize(uint32_t outMethodId, uint32_t numOfLexVars, LexicalEnvStatus status) in Inilialize() argument
72 lexVarTypes_.resize(numOfLexVars, GateType::AnyType()); in Inilialize()
228 inline uint32_t SetNumOfLexVars(uint32_t numOfLexVars) in SetNumOfLexVars() argument
230 return numOfLexVars_ = numOfLexVars; in SetNumOfLexVars()
791 void NewLexEnvWithSize(const MethodLiteral *method, uint64_t numOfLexVars);
Dbytecode_info_collector.cpp276 uint32_t numOfLexVars = 0; in SetMethodPcInfoIndex() local
286 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() argument
371 methodInfo.SetNumOfLexVars(numOfLexVars); in NewLexEnvWithSize()
376 numOfLexVars, LexicalEnvStatus::REALITY_LEXENV); in NewLexEnvWithSize()