Home
last modified time | relevance | path

Searched refs:StoreICByValue (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dic_stub_builder.h52 void StoreICByValue(Variable* result, Label* tryFastPath, Label *slowPath, Label *success);
H A Daccess_object_stub_builder.cpp309 builder.StoreICByValue(&result, &tryFastPath, &tryPreDump, &exit); in StoreObjByValue()
323 glue, RTSTUB_ID(StoreICByValue), {profileTypeInfo, receiver, key, value, IntToTaggedInt(slotId)}); in StoreObjByValue()
346 builder.StoreICByValue(&result, &tryFastPath, &tryPreDump, &exit); in StoreOwnByIndex()
H A Dic_stub_builder.cpp247 void ICStubBuilder::StoreICByValue(Variable* result, Label* tryFastPath, Label *slowPath, Label *success) in StoreICByValue() function in panda::ecmascript::kungfu::ICStubBuilder
H A Dstub_builder.cpp5838 result = CallRuntime(glue, RTSTUB_ID(StoreICByValue), { obj, *keyVar, value, IntToTaggedInt(Int32(0)) }); in FastSetPropertyByName()
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_runtime_stub.h70 static inline JSTaggedValue StoreICByValue(JSThread *thread, ProfileTypeInfo *profileTypeInfo,
H A Dic_runtime_stub-inl.h177 ARK_NOINLINE JSTaggedValue ICRuntimeStub::StoreICByValue(JSThread *thread, ProfileTypeInfo *profileTypeInfo, in StoreICByValue() function in panda::ecmascript::ICRuntimeStub
181 INTERPRETER_TRACE(thread, StoreICByValue); in StoreICByValue()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h294 V(StoreICByValue) \
H A Druntime_stubs.cpp1245 DEF_RUNTIME_STUBS(StoreICByValue) in DEF_RUNTIME_STUBS()
1247 RUNTIME_STUBS_HEADER(StoreICByValue); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/ic/tests/
H A Dic_runtime_stub_test.cpp194 ICRuntimeStub::StoreICByValue(thread, *handleProfileTypeInfo, handleTypeArrReceiver.GetTaggedValue(), in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h147 V(StoreICByValue) \
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.cpp2565 res = ICRuntimeStub::StoreICByValue(thread, in RunInternal()
2628 res = ICRuntimeStub::StoreICByValue(thread, in RunInternal()
7050 res = ICRuntimeStub::StoreICByValue(thread, in RunInternal()
7112 res = ICRuntimeStub::StoreICByValue(thread, in RunInternal()
H A Dinterpreter_assembly.cpp2277 res = ICRuntimeStub::StoreICByValue(thread,
3112 res = ICRuntimeStub::StoreICByValue(thread,
6154 res = ICRuntimeStub::StoreICByValue(thread,
6218 res = ICRuntimeStub::StoreICByValue(thread,

Completed in 52 milliseconds