Home
last modified time | relevance | path

Searched refs:StoreTransWithProto (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_runtime_stub.h51 static inline JSTaggedValue StoreTransWithProto(JSThread *thread, JSObject *receiver,
H A Dic_runtime_stub-inl.h251 return StoreTransWithProto(thread, JSObject::Cast(receiver.GetTaggedObject()), value, handler); in StoreICWithHandler()
366 JSTaggedValue ICRuntimeStub::StoreTransWithProto(JSThread *thread, JSObject *receiver, JSTaggedValue value, in StoreTransWithProto() function in panda::ecmascript::ICRuntimeStub
369 INTERPRETER_TRACE(thread, StoreTransWithProto); in StoreTransWithProto()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h154 V(StoreTransWithProto) \

Completed in 5 milliseconds