Home
last modified time | relevance | path

Searched refs:IsTransitionHandler (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/tests/
H A Dic_runtime_test.cpp142 EXPECT_TRUE(handleProfileTypeInfo->Get(slotId + 1).IsTransitionHandler()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_tagged_value-inl.h971 inline bool JSTaggedValue::IsTransitionHandler() const in IsTransitionHandler() function in panda::ecmascript::JSTaggedValue
973 return IsHeapObject() && GetTaggedObject()->GetClass()->IsTransitionHandler(); in IsTransitionHandler()
H A Djs_tagged_value.h663 bool IsTransitionHandler() const;
H A Djs_hclass.h1412 inline bool IsTransitionHandler() const in IsTransitionHandler() function in panda::ecmascript::JSHClass
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_profiler.cpp539 } else if (secondValue.IsTransitionHandler()) { in HandleOtherTypes()
717 } else if (secondValue.IsTransitionHandler()) { in HandleStoreType()
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_handler.h362 ASSERT(JSTaggedValue(object).IsTransitionHandler()); in Cast()
H A Dic_runtime_stub-inl.h246 if (handler.IsTransitionHandler()) { in StoreICWithHandler()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp1079 } else if (secondValue.IsTransitionHandler()) { in DumpICByNameWithHandler()
1205 } else if (secondValue.IsTransitionHandler()) { in DumpICByValueWithHandler()

Completed in 21 milliseconds