Searched refs:GetStringFromCache (Results 1 – 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | interpreter_assembly.cpp | 321 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 …]
|
D | interpreter-inl.h | 146 ConstantPool::GetStringFromCache(thread, constpool, index)
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | program_object.h | 335 …static JSTaggedValue PUBLIC_API GetStringFromCache(JSThread *thread, JSTaggedValue constpool, uint… in GetStringFromCache() function
|
/arkcompiler/ets_runtime/ecmascript/ts_types/ |
D | ts_manager.cpp | 1289 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/ |
D | runtime_stubs.h | 297 V(GetStringFromCache) \
|
D | runtime_stubs.cpp | 812 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/ |
D | circuit_builder.cpp | 1485 result = CallRuntime(glue, RTSTUB_ID(GetStringFromCache), Gate::InvalidGateRef, in GetObjectFromConstPool()
|