Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dglobal_env_constants-inl.h25 inline const JSTaggedValue *GlobalEnvConstants::BeginSlot() const in BeginSlot() function
Dglobal_env_constants.h502 const JSTaggedValue *BeginSlot() const;
544 …visitor(ecmascript::Root::ROOT_VM, ObjectSlot(ToUintPtr(BeginSlot())), ObjectSlot(ToUintPtr(EndSlo… in GLOBAL_ENV_CONSTANT_SPECIAL()
/arkcompiler/ets_runtime/ecmascript/tests/
Dglue_regs_test.cpp62 const JSTaggedValue *address = globalConst->BeginSlot(); in HWTEST_F_L0()