/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | ic_stub_builder.h | 47 void LoadICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *success,
|
H A D | access_object_stub_builder.cpp | 39 builder.LoadICByName(&result, &tryFastPath, &tryPreDump, &exit, callback); in LoadObjByName() 55 CallRuntime(glue, RTSTUB_ID(LoadICByName), {profileTypeInfo, receiver, propKey, IntToTaggedInt(slotId)}); in LoadObjByName() 79 builder.LoadICByName(&result, &tryFastPath, &tryPreDump, &exit, callback); in LoadPrivatePropertyByName() 92 result = CallRuntime(glue, RTSTUB_ID(LoadICByName), {profileTypeInfo, receiver, key, IntToTaggedInt(slotId)}); in LoadPrivatePropertyByName() 120 result = CallRuntime(glue, RTSTUB_ID(LoadICByName), in DeprecatedLoadObjByName()
|
H A D | ic_stub_builder.cpp | 151 void ICStubBuilder::LoadICByName( in LoadICByName() function in panda::ecmascript::kungfu::ICStubBuilder
|
H A D | stub_builder.cpp | 5747 result = CallRuntime(glue, RTSTUB_ID(LoadICByName), { Undefined(), obj, key, IntToTaggedInt(Int32(0)) }); in FastGetPropertyByName()
|
/arkcompiler/ets_runtime/ecmascript/ic/ |
H A D | ic_runtime_stub.h | 32 static inline JSTaggedValue LoadICByName(JSThread *thread, ProfileTypeInfo *profileTypeInfo,
|
H A D | ic_runtime_stub-inl.h | 110 ARK_NOINLINE JSTaggedValue ICRuntimeStub::LoadICByName(JSThread *thread, ProfileTypeInfo *profileTypeInfo, in LoadICByName() function in panda::ecmascript::ICRuntimeStub 113 INTERPRETER_TRACE(thread, LoadICByName); in LoadICByName()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 306 V(LoadICByName) \
|
H A D | runtime_stubs.cpp | 1623 DEF_RUNTIME_STUBS(LoadICByName) in DEF_RUNTIME_STUBS() 1625 RUNTIME_STUBS_HEADER(LoadICByName); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/ic/tests/ |
H A D | ic_runtime_stub_test.cpp | 174 ICRuntimeStub::LoadICByName(thread, *handleProfileTypeInfo, handleObj.GetTaggedValue(), in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 139 V(LoadICByName) \
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | interpreter-inl.cpp | 2250 instOfHandler = ICRuntimeStub::LoadICByName(thread, profileTypeArray, target, key, slotId); in RunInternal() 6341 res = ICRuntimeStub::LoadICByName(thread, in RunInternal() 6403 res = ICRuntimeStub::LoadICByName(thread, in RunInternal() 7175 res = ICRuntimeStub::LoadICByName(thread, in RunInternal() 7233 res = ICRuntimeStub::LoadICByName(thread, in RunInternal()
|
H A D | interpreter_assembly.cpp | 5441 res = ICRuntimeStub::LoadICByName(thread, 5508 res = ICRuntimeStub::LoadICByName(thread, 6534 res = ICRuntimeStub::LoadICByName(thread, 6595 res = ICRuntimeStub::LoadICByName(thread,
|