Home
last modified time | relevance | path

Searched refs:SENDABLE_PARENT_ENV_INDEX (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dsendable_env.h25 static constexpr uint32_t SENDABLE_PARENT_ENV_INDEX = 0; member in panda::ecmascript::SendableEnv
42 Set(thread, SENDABLE_PARENT_ENV_INDEX, value); in SetParentEnv()
47 return Get(SENDABLE_PARENT_ENV_INDEX); in GetParentEnv()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit_builder.cpp1108 GateRef index = Int32(SendableEnv::SENDABLE_PARENT_ENV_INDEX); in GetSendableParentEnv()
H A Dslowpath_lowering.cpp2644 GateRef index = builder_.Int32(SendableEnv::SENDABLE_PARENT_ENV_INDEX); in LowerLdSendableVar()
2715 GateRef index = builder_.Int32(SendableEnv::SENDABLE_PARENT_ENV_INDEX); in LowerStSendableVar()

Completed in 24 milliseconds