Home
last modified time | relevance | path

Searched defs:transWithProtoHandler (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h336 …TransWithProtoHandler *transWithProtoHandler = TransWithProtoHandler::Cast(handler.GetTaggedObject… in StoreWithTransition() local
392 …TransWithProtoHandler *transWithProtoHandler = TransWithProtoHandler::Cast(handler.GetTaggedObject… in StoreTransWithProto() local
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_profiler.cpp626 auto transWithProtoHandler = TransWithProtoHandler::Cast(secondValue.GetTaggedObject()); in HandleTransWithProtoHandler() local
814 auto transWithProtoHandler = TransWithProtoHandler::Cast(secondValue.GetTaggedObject()); in HandleTransWithProto() local
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp1086 … JSHandle<TransWithProtoHandler> transWithProtoHandler = factory->NewTransWithProtoHandler(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp1038 auto transWithProtoHandler = TransWithProtoHandler::Cast(secondValue.GetTaggedObject()); in DumpICByNameWithHandler() local
1174 auto transWithProtoHandler = TransWithProtoHandler::Cast(secondValue.GetTaggedObject()); in DumpICByValueWithHandler() local