Home
last modified time | relevance | path

Searched refs:prototypeHandler (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h267 PrototypeHandler *prototypeHandler = PrototypeHandler::Cast(handler.GetTaggedObject()); in StorePrototype() local
268 auto cellValue = prototypeHandler->GetProtoCell(); in StorePrototype()
277 auto holder = prototypeHandler->GetHolder(); in StorePrototype()
278 JSTaggedValue handlerInfo = prototypeHandler->GetHandlerInfo(); in StorePrototype()
427 PrototypeHandler *prototypeHandler = PrototypeHandler::Cast(handler.GetTaggedObject()); in LoadPrototype() local
428 auto cellValue = prototypeHandler->GetProtoCell(); in LoadPrototype()
434 auto holder = prototypeHandler->GetHolder(); in LoadPrototype()
435 JSTaggedValue handlerInfo = prototypeHandler->GetHandlerInfo(); in LoadPrototype()
592 PrototypeHandler *prototypeHandler = PrototypeHandler::Cast(handler.GetTaggedObject()); in StoreElement() local
593 auto cellValue = prototypeHandler->GetProtoCell(); in StoreElement()
[all …]
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp845 auto prototypeHandler = PrototypeHandler::Cast(secondValue.GetTaggedObject()); in DumpICByNameWithHandler() local
846 auto cellValue = prototypeHandler->GetProtoCell(); in DumpICByNameWithHandler()
852 auto holder = prototypeHandler->GetHolder(); in DumpICByNameWithHandler()
854 JSTaggedValue handlerInfoVal = prototypeHandler->GetHandlerInfo(); in DumpICByNameWithHandler()
890 auto prototypeHandler = PrototypeHandler::Cast(secondValue.GetTaggedObject()); in DumpICByNameWithHandler() local
891 auto cellValue = prototypeHandler->GetProtoCell(); in DumpICByNameWithHandler()
897 auto holder = prototypeHandler->GetHolder(); in DumpICByNameWithHandler()
986 PrototypeHandler *prototypeHandler = PrototypeHandler::Cast(secondValue.GetTaggedObject()); in DumpICByValueWithHandler() local
987 auto cellValue = prototypeHandler->GetProtoCell(); in DumpICByValueWithHandler()
993 JSTaggedValue handlerInfoValue = prototypeHandler->GetHandlerInfo(); in DumpICByValueWithHandler()
[all …]