Searched refs:LoadICByValue (Results 1 - 11 of 11) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | ic_stub_builder.h | 50 void LoadICByValue(Variable* result, Label* tryFastPath, Label *slowPath, Label *success,
|
H A D | access_object_stub_builder.cpp | 244 builder.LoadICByValue(&result, &tryFastPath, &tryPreDump, &exit, callback); in LoadObjByValue() 257 result = CallRuntime(glue, RTSTUB_ID(LoadICByValue), {profileTypeInfo, receiver, key, IntToTaggedInt(slotId)}); in LoadObjByValue() 285 result = CallRuntime(glue, RTSTUB_ID(LoadICByValue), in DeprecatedLoadObjByValue()
|
H A D | ic_stub_builder.cpp | 186 void ICStubBuilder::LoadICByValue( in LoadICByValue() function in panda::ecmascript::kungfu::ICStubBuilder
|
/arkcompiler/ets_runtime/ecmascript/ic/ |
H A D | ic_runtime_stub.h | 65 static inline JSTaggedValue LoadICByValue(JSThread *thread, ProfileTypeInfo *profileTypeInfo,
|
H A D | ic_runtime_stub-inl.h | 148 ARK_NOINLINE JSTaggedValue ICRuntimeStub::LoadICByValue(JSThread *thread, ProfileTypeInfo *profileTypeInfo, in LoadICByValue() function in panda::ecmascript::ICRuntimeStub 151 INTERPRETER_TRACE(thread, LoadICByValue); in LoadICByValue()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 293 V(LoadICByValue) \
|
H A D | runtime_stubs.cpp | 1225 DEF_RUNTIME_STUBS(LoadICByValue) in DEF_RUNTIME_STUBS() 1227 RUNTIME_STUBS_HEADER(LoadICByValue); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/ic/tests/ |
H A D | ic_runtime_stub_test.cpp | 197 ICRuntimeStub::LoadICByValue(thread, *handleProfileTypeInfo, handleTypeArrReceiver.GetTaggedValue(), in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 142 V(LoadICByValue) \
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | interpreter-inl.cpp | 5430 res = ICRuntimeStub::LoadICByValue(thread, in RunInternal() 5485 res = ICRuntimeStub::LoadICByValue(thread, in RunInternal() 6940 res = ICRuntimeStub::LoadICByValue(thread, in RunInternal() 6993 res = ICRuntimeStub::LoadICByValue(thread, in RunInternal()
|
H A D | interpreter_assembly.cpp | 5824 res = ICRuntimeStub::LoadICByValue(thread, 5880 res = ICRuntimeStub::LoadICByValue(thread, 6280 res = ICRuntimeStub::LoadICByValue(thread, 6334 res = ICRuntimeStub::LoadICByValue(thread,
|
Completed in 53 milliseconds