Home
last modified time | relevance | path

Searched refs:GetStringFromCache (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter_assembly.cpp321 SET_ACC(ConstantPool::GetStringFromCache(thread, constpool, stringId)); in HandleLdaStrId16()
1888 JSTaggedValue obj = ConstantPool::GetStringFromCache(thread, constpool, stringId); in HandleThrowUndefinedifholewithnamePrefId16()
1908 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId); in HandleStownbynameImm8Id16V8()
1925 …auto propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId); // Maybe moved by GC in HandleStownbynameImm8Id16V8()
1987 JSTaggedValue pattern = ConstantPool::GetStringFromCache(thread, constpool, stringId); in HandleCreateregexpwithliteralImm8Id16Imm8()
2312 auto prop = ConstantPool::GetStringFromCache(thread, constpool, stringId); in HandleTryldglobalbynameImm8Id16()
2363 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId); in HandleTrystglobalbynameImm8Id16()
2504 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId); in HandleLdglobalvarImm16Id16()
2567 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId); in HandleStobjbynameImm8Id16V8()
2588 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId); in HandleStobjbynameImm8Id16V8()
[all …]
Dinterpreter-inl.h146 ConstantPool::GetStringFromCache(thread, constpool, index)
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h335 …static JSTaggedValue PUBLIC_API GetStringFromCache(JSThread *thread, JSTaggedValue constpool, uint… in GetStringFromCache() function
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp1289 JSTaggedValue str = ConstantPool::GetStringFromCache(thread_, oldCP, data.index); in FillSnapshotConstantPoolList()
1520 return ConstantPool::GetStringFromCache(thread_, constantPool.GetTaggedValue(), stringId); in GetStringFromConstantPool()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h297 V(GetStringFromCache) \
Druntime_stubs.cpp812 DEF_RUNTIME_STUBS(GetStringFromCache) in DEF_RUNTIME_STUBS() argument
814 RUNTIME_STUBS_HEADER(GetStringFromCache); in DEF_RUNTIME_STUBS()
817 return ConstantPool::GetStringFromCache( in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp1485 result = CallRuntime(glue, RTSTUB_ID(GetStringFromCache), Gate::InvalidGateRef, in GetObjectFromConstPool()