Home
last modified time | relevance | path

Searched defs: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()
228 inline uint32_t SetNumOfLexVars(uint32_t numOfLexVars) in SetNumOfLexVars()
Dbytecode_info_collector.cpp276 uint32_t numOfLexVars = 0; in SetMethodPcInfoIndex() local
364 void BytecodeInfoCollector::NewLexEnvWithSize(const MethodLiteral *method, uint64_t numOfLexVars) in NewLexEnvWithSize()