/arkcompiler/ets_runtime/ecmascript/ic/tests/ |
H A D | ic_runtime_test.cpp | 183 SlowRuntimeStub::StGlobalRecord(thread, handleKeyWithString.GetTaggedValue(), in HWTEST_F_L0()
|
H A D | ic_runtime_stub_test.cpp | 87 SlowRuntimeStub::StGlobalRecord(thread, propKey.GetTaggedValue(), handleValue.GetTaggedValue(), false); in HWTEST_F_L0() 119 SlowRuntimeStub::StGlobalRecord(thread, propKey.GetTaggedValue(), handleBoxValue.GetTaggedValue(), false); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 244 V(StGlobalRecord) \
|
H A D | runtime_stubs.cpp | 1400 DEF_RUNTIME_STUBS(StGlobalRecord) in DEF_RUNTIME_STUBS() 1402 RUNTIME_STUBS_HEADER(StGlobalRecord); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.h | 144 static JSTaggedValue StGlobalRecord(JSThread *thread, JSTaggedValue prop, JSTaggedValue value, bool isConst);
|
H A D | slow_runtime_stub.cpp | 905 JSTaggedValue SlowRuntimeStub::StGlobalRecord(JSThread *thread, JSTaggedValue prop, JSTaggedValue value, bool isConst) in StGlobalRecord() function in panda::ecmascript::SlowRuntimeStub 907 INTERPRETER_TRACE(thread, StGlobalRecord); in StGlobalRecord()
|
H A D | interpreter-inl.cpp | 6230 JSTaggedValue res = SlowRuntimeStub::StGlobalRecord(thread, propKey, value, true); in RunInternal() 6246 JSTaggedValue res = SlowRuntimeStub::StGlobalRecord(thread, propKey, value, true); in RunInternal() 6262 JSTaggedValue res = SlowRuntimeStub::StGlobalRecord(thread, propKey, value, false); in RunInternal() 6278 JSTaggedValue res = SlowRuntimeStub::StGlobalRecord(thread, propKey, value, false); in RunInternal() 6294 JSTaggedValue res = SlowRuntimeStub::StGlobalRecord(thread, propKey, value, false); in RunInternal()
|
H A D | interpreter_assembly.cpp | 4060 JSTaggedValue res = SlowRuntimeStub::StGlobalRecord(thread, propKey, value, false); 4080 JSTaggedValue res = SlowRuntimeStub::StGlobalRecord(thread, propKey, value, false); 4100 JSTaggedValue res = SlowRuntimeStub::StGlobalRecord(thread, propKey, value, true); 5180 JSTaggedValue res = SlowRuntimeStub::StGlobalRecord(thread, propKey, value, true); 5201 JSTaggedValue res = SlowRuntimeStub::StGlobalRecord(thread, propKey, value, true);
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 202 V(StGlobalRecord) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stubs.cpp | 351 GateRef result = CallRuntime(glue, RTSTUB_ID(StGlobalRecord), in GenerateCircuit() 3092 GateRef result = CallRuntime(glue, RTSTUB_ID(StGlobalRecord), in GenerateCircuit() 5306 GateRef result = CallRuntime(glue, RTSTUB_ID(StGlobalRecord), in GenerateCircuit() 5323 GateRef result = CallRuntime(glue, RTSTUB_ID(StGlobalRecord), in GenerateCircuit() 5340 GateRef result = CallRuntime(glue, RTSTUB_ID(StGlobalRecord), in GenerateCircuit()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | interpreter_stub.cpp | 3841 GateRef result = CallRuntime(glue, RTSTUB_ID(StGlobalRecord),
in DECLARE_ASM_HANDLER() 3852 GateRef result = CallRuntime(glue, RTSTUB_ID(StGlobalRecord),
in DECLARE_ASM_HANDLER() 3863 GateRef result = CallRuntime(glue, RTSTUB_ID(StGlobalRecord),
in DECLARE_ASM_HANDLER() 3874 GateRef result = CallRuntime(glue, RTSTUB_ID(StGlobalRecord),
in DECLARE_ASM_HANDLER() 3885 GateRef result = CallRuntime(glue, RTSTUB_ID(StGlobalRecord),
in DECLARE_ASM_HANDLER()
|
H A D | slowpath_lowering.cpp | 2365 const int id = RTSTUB_ID(StGlobalRecord); in LowerStConstToGlobalRecord()
|