Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h250 if (handler.IsPrototypeHandler()) { in StoreICWithHandler()
266 ASSERT(handler.IsPrototypeHandler()); in StorePrototype()
426 ASSERT(handler.IsPrototypeHandler()); in LoadPrototype()
474 if (handler.IsPrototypeHandler()) { in LoadICWithHandler()
591 ASSERT(handler.IsPrototypeHandler()); in StoreElement()
Dic_handler.h369 ASSERT(JSTaggedValue(object).IsPrototypeHandler()); in Cast()
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_runtime_test.cpp131 EXPECT_TRUE(handleProfileTypeInfo->Get(slotId + 1).IsPrototypeHandler()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h1111 inline bool JSTaggedValue::IsPrototypeHandler() const in IsPrototypeHandler() function
1113 return IsHeapObject() && GetTaggedObject()->GetClass()->IsPrototypeHandler(); in IsPrototypeHandler()
Djs_tagged_value.h613 bool IsPrototypeHandler() const;
Djs_hclass.h1215 inline bool IsPrototypeHandler() const in IsPrototypeHandler() function
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp844 } else if (secondValue.IsPrototypeHandler()) { in DumpICByNameWithHandler()
889 } else if (secondValue.IsPrototypeHandler()) { in DumpICByNameWithHandler()
985 ASSERT(secondValue.IsPrototypeHandler()); in DumpICByValueWithHandler()