Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.h673 … void SetLexEnvElementType(uint32_t methodId, uint32_t level, uint32_t slot, const GateType &type);
Dbytecode_info_collector.cpp804 void LexEnvManager::SetLexEnvElementType(uint32_t methodId, uint32_t level, uint32_t slot, const Ga… in SetLexEnvElementType() function in panda::ecmascript::kungfu::LexEnvManager
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp1026 lexEnvManager_->SetLexEnvElementType(methodId_, level, slot, valueType); in InferStLexVarDyn()