Home
last modified time | relevance | path

Searched refs:LdGlobalRecord (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_runtime.cpp235 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 Daccess_object_stub_builder.cpp399 GateRef record = LdGlobalRecord(glue, propKey); in TryLoadGlobalByName()
448 GateRef record = LdGlobalRecord(glue, propKey); in TryStoreGlobalByName()
H A Dstub_builder.h645 GateRef LdGlobalRecord(GateRef glue, GateRef key);
H A Dstub_builder.cpp2336 GateRef StubBuilder::LdGlobalRecord(GateRef glue, GateRef key) in LdGlobalRecord() function in panda::ecmascript::kungfu::StubBuilder
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.h145 static JSTaggedValue LdGlobalRecord(JSThread *thread, JSTaggedValue key);
H A Dslow_runtime_stub.cpp897 JSTaggedValue SlowRuntimeStub::LdGlobalRecord(JSThread *thread, JSTaggedValue key) in LdGlobalRecord() function in panda::ecmascript::SlowRuntimeStub
899 INTERPRETER_TRACE(thread, LdGlobalRecord); in LdGlobalRecord()
H A Dinterpreter-inl.cpp2708 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 Dinterpreter_assembly.cpp2370 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 Ddebugger_api.cpp385 JSTaggedValue globalRec = SlowRuntimeStub::LdGlobalRecord(thread, key); in GetGlobalValue()
411 JSTaggedValue globalRec = SlowRuntimeStub::LdGlobalRecord(thread, key); in SetGlobalValue()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h201 V(LdGlobalRecord) \

Completed in 50 milliseconds