Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Dglobal_env_constants-inl.h27 return &constants_[static_cast<int>(ConstantIndex::CONSTANT_BEGIN)]; in BeginSlot()
37 DASSERT_PRINT(index >= ConstantIndex::CONSTANT_BEGIN && index < ConstantIndex::CONSTANT_END, in SetConstant()
45 DASSERT_PRINT(index >= ConstantIndex::CONSTANT_BEGIN && index < ConstantIndex::CONSTANT_END, in SetConstant()
H A Dglobal_env_constants.h716 CONSTANT_BEGIN = 0, member in panda::ecmascript::ConstantIndex
726 READ_ONLY_CONSTANT_BEGIN = CONSTANT_BEGIN,
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dglue_regs_test.cpp39 size_t curIndex = static_cast<size_t>(ConstantIndex::CONSTANT_BEGIN); in HWTEST_F_L0()

Completed in 3 milliseconds