Home
last modified time | relevance | path

Searched refs:GetPropertiesFromLexicalEnv (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit_builder.cpp1091 result = GetPropertiesFromLexicalEnv(*currentEnv, slotIndex); in GetKeyFromLexivalEnv()
1112 GateRef CircuitBuilder::GetPropertiesFromLexicalEnv(GateRef object, GateRef index) in GetPropertiesFromLexicalEnv() function in panda::ecmascript::kungfu::CircuitBuilder
H A Dstub_builder-inl.h3007 inline GateRef StubBuilder::GetPropertiesFromLexicalEnv(GateRef object, GateRef index) in GetPropertiesFromLexicalEnv() function in panda::ecmascript::kungfu::StubBuilder
3009 return env_->GetBuilder()->GetPropertiesFromLexicalEnv(object, index); in GetPropertiesFromLexicalEnv()
H A Dcircuit_builder.h414 GateRef GetPropertiesFromLexicalEnv(GateRef object, GateRef index);
H A Dstub_builder.h771 GateRef GetPropertiesFromLexicalEnv(GateRef object, GateRef index);
H A Dinterpreter_stub.cpp1024 GateRef variable = GetPropertiesFromLexicalEnv(*currentEnv, slot); in DECLARE_ASM_HANDLER()
1053 GateRef variable = GetPropertiesFromLexicalEnv(*currentEnv, slot); in DECLARE_ASM_HANDLER()
1081 GateRef variable = GetPropertiesFromLexicalEnv(*currentEnv, slot); in DECLARE_ASM_HANDLER()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp2694 GateRef variable = GetPropertiesFromLexicalEnv(*currentEnv, slot); in GenerateCircuit()
3452 GateRef variable = GetPropertiesFromLexicalEnv(*currentEnv, slot); in GenerateCircuit()
4497 GateRef variable = GetPropertiesFromLexicalEnv(*currentEnv, slot); in GenerateCircuit()

Completed in 50 milliseconds