Searched refs:LdGlobalRecord (Results 1 - 10 of 10) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ic/ |
H A D | ic_runtime.cpp | 235 JSTaggedValue box = SlowRuntimeStub::LdGlobalRecord(thread_, key.GetTaggedValue()); in LoadMiss() 361 JSTaggedValue box = SlowRuntimeStub::LdGlobalRecord(thread_, key.GetTaggedValue()); in StoreMiss()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | access_object_stub_builder.cpp | 399 GateRef record = LdGlobalRecord(glue, propKey); in TryLoadGlobalByName() 448 GateRef record = LdGlobalRecord(glue, propKey); in TryStoreGlobalByName()
|
H A D | stub_builder.h | 645 GateRef LdGlobalRecord(GateRef glue, GateRef key);
|
H A D | stub_builder.cpp | 2336 GateRef StubBuilder::LdGlobalRecord(GateRef glue, GateRef key) in LdGlobalRecord() function in panda::ecmascript::kungfu::StubBuilder
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.h | 145 static JSTaggedValue LdGlobalRecord(JSThread *thread, JSTaggedValue key);
|
H A D | slow_runtime_stub.cpp | 897 JSTaggedValue SlowRuntimeStub::LdGlobalRecord(JSThread *thread, JSTaggedValue key) in LdGlobalRecord() function in panda::ecmascript::SlowRuntimeStub 899 INTERPRETER_TRACE(thread, LdGlobalRecord); in LdGlobalRecord()
|
H A D | interpreter-inl.cpp | 2708 JSTaggedValue result = SlowRuntimeStub::LdGlobalRecord(thread, prop); in RunInternal() 2749 JSTaggedValue result = SlowRuntimeStub::LdGlobalRecord(thread, prop); in RunInternal() 2792 auto recordResult = SlowRuntimeStub::LdGlobalRecord(thread, propKey); in RunInternal() 6673 auto recordResult = SlowRuntimeStub::LdGlobalRecord(thread, propKey); in RunInternal()
|
H A D | interpreter_assembly.cpp | 2370 JSTaggedValue result = SlowRuntimeStub::LdGlobalRecord(thread, prop); 2423 auto recordResult = SlowRuntimeStub::LdGlobalRecord(thread, propKey); 5577 auto recordResult = SlowRuntimeStub::LdGlobalRecord(thread, propKey); 5633 JSTaggedValue result = SlowRuntimeStub::LdGlobalRecord(thread, prop);
|
/arkcompiler/ets_runtime/ecmascript/debugger/ |
H A D | debugger_api.cpp | 385 JSTaggedValue globalRec = SlowRuntimeStub::LdGlobalRecord(thread, key); in GetGlobalValue() 411 JSTaggedValue globalRec = SlowRuntimeStub::LdGlobalRecord(thread, key); in SetGlobalValue()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 201 V(LdGlobalRecord) \
|
Completed in 50 milliseconds