Searched refs:TryLdGlobalByNameFromGlobalProto (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.h | 140 static JSTaggedValue TryLdGlobalByNameFromGlobalProto(JSThread *thread, JSTaggedValue global, JSTaggedValue prop);
|
H A D | slow_runtime_stub.cpp | 850 JSTaggedValue SlowRuntimeStub::TryLdGlobalByNameFromGlobalProto(JSThread *thread, JSTaggedValue global, in TryLdGlobalByNameFromGlobalProto() function in panda::ecmascript::SlowRuntimeStub
|
H A D | interpreter-inl.cpp | 2718 JSTaggedValue res = SlowRuntimeStub::TryLdGlobalByNameFromGlobalProto(thread, globalObj, prop); in RunInternal() 2759 JSTaggedValue res = SlowRuntimeStub::TryLdGlobalByNameFromGlobalProto(thread, globalObj, prop); in RunInternal()
|
H A D | interpreter_assembly.cpp | 2380 JSTaggedValue res = SlowRuntimeStub::TryLdGlobalByNameFromGlobalProto(thread, globalObj, prop); 5643 JSTaggedValue res = SlowRuntimeStub::TryLdGlobalByNameFromGlobalProto(thread, globalObj, prop);
|
/arkcompiler/ets_runtime/ecmascript/debugger/ |
H A D | debugger_api.cpp | 396 result = SlowRuntimeStub::TryLdGlobalByNameFromGlobalProto(thread, globalObj, key); in GetGlobalValue()
|
Completed in 28 milliseconds