Home
last modified time | relevance | path

Searched refs:GetLexEnvElementType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.h674 GateType GetLexEnvElementType(uint32_t methodId, uint32_t level, uint32_t slot) const;
Dbytecode_info_collector.cpp810 GateType LexEnvManager::GetLexEnvElementType(uint32_t methodId, uint32_t level, uint32_t slot) const in GetLexEnvElementType() function in panda::ecmascript::kungfu::LexEnvManager
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp1014 auto type = lexEnvManager_->GetLexEnvElementType(methodId_, level, slot); in InferLdLexVarDyn()
1022 auto type = lexEnvManager_->GetLexEnvElementType(methodId_, level, slot); in InferStLexVarDyn()