Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h244 if (handler.IsPrototypeHandler()) { in StoreICWithHandler()
260 ASSERT(handler.IsPrototypeHandler()); in StorePrototype()
425 ASSERT(handler.IsPrototypeHandler()); in LoadPrototype()
463 if (handler.IsPrototypeHandler()) { in LoadICWithHandler()
580 ASSERT(handler.IsPrototypeHandler()); in StoreElement()
Dic_handler.h391 ASSERT(JSTaggedValue(object).IsPrototypeHandler()); in Cast()
/arkcompiler/ets_runtime/ecmascript/compiler/
Djit_compilation_env.cpp213 } else if (slotValue.IsPrototypeHandler()) { in GetJsFunctionByMethodOffset()
/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/jit/
Djit_profiler.cpp476 } else if (secondValue.IsPrototypeHandler()) { in HandleLoadType()
543 } else if (secondValue.IsPrototypeHandler()) { in HandleOtherTypes()
768 ASSERT(secondValue.IsPrototypeHandler()); in HandlePrototypeHandler()
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h966 inline bool JSTaggedValue::IsPrototypeHandler() const in IsPrototypeHandler() function
968 return IsHeapObject() && GetTaggedObject()->GetClass()->IsPrototypeHandler(); in IsPrototypeHandler()
Djs_tagged_value.h662 bool IsPrototypeHandler() const;
Djs_hclass.h1407 inline bool IsPrototypeHandler() const in IsPrototypeHandler() function
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp1088 } else if (secondValue.IsPrototypeHandler()) { in DumpICByNameWithHandler()
1128 } else if (secondValue.IsPrototypeHandler()) { in DumpICLoadByNameWithHandler()
1228 } else if (secondValue.IsPrototypeHandler()) { in DumpICByValueWithHandler()