Searched refs:StoreICByValue (Results 1 - 12 of 12) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | ic_stub_builder.h | 52 void StoreICByValue(Variable* result, Label* tryFastPath, Label *slowPath, Label *success);
|
H A D | access_object_stub_builder.cpp | 309 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 D | ic_stub_builder.cpp | 247 void ICStubBuilder::StoreICByValue(Variable* result, Label* tryFastPath, Label *slowPath, Label *success) in StoreICByValue() function in panda::ecmascript::kungfu::ICStubBuilder
|
H A D | stub_builder.cpp | 5838 result = CallRuntime(glue, RTSTUB_ID(StoreICByValue), { obj, *keyVar, value, IntToTaggedInt(Int32(0)) }); in FastSetPropertyByName()
|
/arkcompiler/ets_runtime/ecmascript/ic/ |
H A D | ic_runtime_stub.h | 70 static inline JSTaggedValue StoreICByValue(JSThread *thread, ProfileTypeInfo *profileTypeInfo,
|
H A D | ic_runtime_stub-inl.h | 177 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 D | runtime_stub_list.h | 294 V(StoreICByValue) \
|
H A D | runtime_stubs.cpp | 1245 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 D | ic_runtime_stub_test.cpp | 194 ICRuntimeStub::StoreICByValue(thread, *handleProfileTypeInfo, handleTypeArrReceiver.GetTaggedValue(), in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 147 V(StoreICByValue) \
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | interpreter-inl.cpp | 2565 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 D | interpreter_assembly.cpp | 2277 res = ICRuntimeStub::StoreICByValue(thread, 3112 res = ICRuntimeStub::StoreICByValue(thread, 6154 res = ICRuntimeStub::StoreICByValue(thread, 6218 res = ICRuntimeStub::StoreICByValue(thread,
|
Completed in 52 milliseconds