Home
last modified time | relevance | path

Searched defs:prototypeHandler (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Djit_compilation_env.cpp219 auto prototypeHandler = PrototypeHandler::Cast(slotValue.GetTaggedObject()); in GetJsFunctionByMethodOffset() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h283 PrototypeHandler *prototypeHandler = PrototypeHandler::Cast(handler.GetTaggedObject()); in StorePrototype() local
458 PrototypeHandler *prototypeHandler = PrototypeHandler::Cast(handler.GetTaggedObject()); in LoadPrototype() local
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_profiler.cpp542 auto prototypeHandler = PrototypeHandler::Cast(secondValue.GetTaggedObject()); in HandleLoadTypePrototypeHandler() local
643 auto prototypeHandler = PrototypeHandler::Cast(secondValue.GetTaggedObject()); in HandleOtherTypesPrototypeHandler() local
835 PrototypeHandler *prototypeHandler = PrototypeHandler::Cast(secondValue.GetTaggedObject()); in HandlePrototypeHandler() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp1049 auto prototypeHandler = PrototypeHandler::Cast(secondValue.GetTaggedObject()); in DumpICByNameWithHandler() local
1089 auto prototypeHandler = PrototypeHandler::Cast(secondValue.GetTaggedObject()); in DumpICLoadByNameWithHandler() local
1191 PrototypeHandler *prototypeHandler = PrototypeHandler::Cast(secondValue.GetTaggedObject()); in DumpICByValueWithHandler() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp4276 auto prototypeHandler = PrototypeHandler::Cast(second.GetTaggedObject()); in DEF_RUNTIME_STUBS() local