Home
last modified time | relevance | path

Searched refs:TYPE_LAST (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dpgo_bc_info.cpp43 ASSERT(Type::TYPE_FIRST <= type && type <= Type::TYPE_LAST); in GetInfo()
58 ASSERT(Type::TYPE_FIRST <= type && type <= Type::TYPE_LAST); in Record()
H A Dpgo_bc_info.h36 TYPE_LAST = FUNCTION, enumerator
/arkcompiler/ets_runtime/ecmascript/serializer/
H A Dvalue_serializer.h57 return type >= JSType::HCLASS && type <= JSType::TYPE_LAST && type != JSType::SYMBOL; in IsInternalJSType()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_thread.cpp403 static const int JS_TYPE_LAST = static_cast<int>(JSType::TYPE_LAST); in IterateHandleWithCheck()
H A Djs_hclass.h305 TYPE_LAST = AOT_LITERAL_INFO, /* //////////////////////////////////////////////////////////////////-PADDING */ \
/arkcompiler/ets_runtime/ecmascript/tests/
H A Ddump_test.cpp498 for (JSType type = JSType::JS_OBJECT; type <= JSType::TYPE_LAST; type = JSType(static_cast<int>(type) + 1)) { in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dheap.cpp2540 static const int JS_TYPE_LAST = static_cast<int>(JSType::TYPE_LAST); in StatisticHeapDetail()

Completed in 14 milliseconds