Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dic_stub_builder.h47 void LoadICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *success,
H A Daccess_object_stub_builder.cpp39 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 Dic_stub_builder.cpp151 void ICStubBuilder::LoadICByName( in LoadICByName() function in panda::ecmascript::kungfu::ICStubBuilder
H A Dstub_builder.cpp5747 result = CallRuntime(glue, RTSTUB_ID(LoadICByName), { Undefined(), obj, key, IntToTaggedInt(Int32(0)) }); in FastGetPropertyByName()
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_runtime_stub.h32 static inline JSTaggedValue LoadICByName(JSThread *thread, ProfileTypeInfo *profileTypeInfo,
H A Dic_runtime_stub-inl.h110 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 Druntime_stub_list.h306 V(LoadICByName) \
H A Druntime_stubs.cpp1623 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 Dic_runtime_stub_test.cpp174 ICRuntimeStub::LoadICByName(thread, *handleProfileTypeInfo, handleObj.GetTaggedValue(), in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h139 V(LoadICByName) \
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.cpp2250 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 Dinterpreter_assembly.cpp5441 res = ICRuntimeStub::LoadICByName(thread,
5508 res = ICRuntimeStub::LoadICByName(thread,
6534 res = ICRuntimeStub::LoadICByName(thread,
6595 res = ICRuntimeStub::LoadICByName(thread,

Completed in 71 milliseconds