Home
last modified time | relevance | path

Searched refs:PARENT_ENV_INDEX (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dlexical_env.h25 static constexpr uint32_t PARENT_ENV_INDEX = 0; member in panda::ecmascript::LexicalEnv
42 Set(thread, PARENT_ENV_INDEX, value); in SetParentEnv()
47 return Get(PARENT_ENV_INDEX); in GetParentEnv()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dntype_bytecode_lowering.cpp166 auto parentEnv = builder_.LoadFromTaggedArray(currentEnv, LexicalEnv::PARENT_ENV_INDEX); in LowerLdLexVar()
190 auto parentEnv = builder_.LoadFromTaggedArray(currentEnv, LexicalEnv::PARENT_ENV_INDEX); in LowerStLexVar()
H A Dcircuit_builder.cpp1102 GateRef index = Int32(LexicalEnv::PARENT_ENV_INDEX); in GetParentEnv()
H A Dslowpath_lowering.cpp2315 GateRef index = builder_.Int32(LexicalEnv::PARENT_ENV_INDEX); in LowerPopLexicalEnv()
2609 GateRef index = builder_.Int32(LexicalEnv::PARENT_ENV_INDEX); in LowerLdLexVar()
2678 GateRef index = builder_.Int32(LexicalEnv::PARENT_ENV_INDEX); in LowerStLexVar()
H A Dnew_object_stub_builder.cpp60 glue_, result->ReadVariable(), Int32(LexicalEnv::PARENT_ENV_INDEX), parent); in NewLexicalEnv()

Completed in 19 milliseconds