Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter_assembly.cpp354 SET_ACC(ConstantPool::GetStringFromCache(thread, constpool, stringId)); in HandleLdaStrId16()
1921 JSTaggedValue obj = ConstantPool::GetStringFromCache(thread, constpool, stringId); in HandleThrowUndefinedifholewithnamePrefId16()
1941 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId); in HandleStownbynameImm8Id16V8()
1959 …auto propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId); // Maybe moved by GC in HandleStownbynameImm8Id16V8()
2021 JSTaggedValue pattern = ConstantPool::GetStringFromCache(thread, constpool, stringId); in HandleCreateregexpwithliteralImm8Id16Imm8()
2347 auto prop = ConstantPool::GetStringFromCache(thread, constpool, stringId); in HandleTryldglobalbynameImm8Id16()
2398 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId); in HandleTrystglobalbynameImm8Id16()
2541 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId); in HandleLdglobalvarImm16Id16()
2604 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId); in HandleStobjbynameImm8Id16V8()
2625 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId); in HandleStobjbynameImm8Id16V8()
[all …]
Dinterpreter-inl.h147 ConstantPool::GetStringFromCache(thread, constpool, index)
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Dsnapshot_constantpool_data.cpp107 JSTaggedValue str = ConstantPool::GetStringFromCache(thread_, cp, data.constantPoolIdx_); in StoreDataToGlobalData()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h443 …static JSTaggedValue PUBLIC_API GetStringFromCache(JSThread *thread, JSTaggedValue constpool, uint… in GetStringFromCache() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp745 result = CallRuntime(glue, RTSTUB_ID(GetStringFromCache), Gate::InvalidGateRef, in GetObjectFromConstPool()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h351 V(GetStringFromCache) \
Druntime_stubs.cpp1198 DEF_RUNTIME_STUBS(GetStringFromCache) in DEF_RUNTIME_STUBS() argument
1200 RUNTIME_STUBS_HEADER(GetStringFromCache); in DEF_RUNTIME_STUBS()
1203 return ConstantPool::GetStringFromCache( in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp1272 return ConstantPool::GetStringFromCache(thread_, constantPool.GetTaggedValue(), stringId); in GetStringFromConstantPool()