Home
last modified time | relevance | path

Searched refs:IsPrototypeHandler (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h215 if (handler.IsPrototypeHandler()) { in StoreICWithHandler()
231 ASSERT(handler.IsPrototypeHandler()); in StorePrototype()
384 ASSERT(handler.IsPrototypeHandler()); in LoadPrototype()
414 if (handler.IsPrototypeHandler()) { in LoadICWithHandler()
477 ASSERT(handler.IsPrototypeHandler()); in StoreElement()
Dic_handler.h236 ASSERT(JSTaggedValue(object).IsPrototypeHandler()); in Cast()
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_runtime_test.cpp132 EXPECT_TRUE(handleProfileTypeInfo->Get(slotId + 1).IsPrototypeHandler()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h1076 inline bool JSTaggedValue::IsPrototypeHandler() const in IsPrototypeHandler() function
1078 return IsHeapObject() && GetTaggedObject()->GetClass()->IsPrototypeHandler(); in IsPrototypeHandler()
Djs_tagged_value.h663 bool IsPrototypeHandler() const;
Djs_hclass.h1098 inline bool IsPrototypeHandler() const in IsPrototypeHandler() function