Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h247 if (handler.IsTransWithProtoHandler()) { in StoreICWithHandler()
363 ASSERT(handler.IsTransWithProtoHandler()); in StoreTransWithProto()
Dic_handler.h416 ASSERT(JSTaggedValue(object).IsTransWithProtoHandler()); in Cast()
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h1121 inline bool JSTaggedValue::IsTransWithProtoHandler() const in IsTransWithProtoHandler() function
1123 return IsHeapObject() && GetTaggedObject()->GetClass()->IsTransWithProtoHandler(); in IsTransWithProtoHandler()
Djs_tagged_value.h615 bool IsTransWithProtoHandler() const;
Djs_hclass.h1225 inline bool IsTransWithProtoHandler() const in IsTransWithProtoHandler() function
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp876 } else if (secondValue.IsTransWithProtoHandler()) { in DumpICByNameWithHandler()
969 } else if (secondValue.IsTransWithProtoHandler()) { in DumpICByValueWithHandler()