Searched refs:GetStringFromCache (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter_assembly.cpp | 1819 JSTaggedValue obj = ConstantPool::GetStringFromCache(thread, constpool, stringId); in HandleThrowUndefinedifholewithnamePrefId16() 1839 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId); in HandleStownbynameImm8Id16V8() 1856 …auto propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId); // Maybe moved by GC in HandleStownbynameImm8Id16V8() 1915 JSTaggedValue pattern = ConstantPool::GetStringFromCache(thread, constpool, stringId); in HandleCreateregexpwithliteralImm8Id16Imm8() 2230 auto prop = ConstantPool::GetStringFromCache(thread, constpool, stringId); in HandleTryldglobalbynameImm8Id16() 2281 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId); in HandleTrystglobalbynameImm8Id16() 2415 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId); in HandleLdglobalvarImm16Id16() 2478 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId); in HandleStobjbynameImm8Id16V8() 2499 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId); in HandleStobjbynameImm8Id16V8() 2516 …auto propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId); // Maybe moved by GC in HandleStobjbynameImm8Id16V8() [all …]
|
| D | interpreter-inl.h | 149 ConstantPool::GetStringFromCache(thread, constpool, index)
|
| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| D | type_infer.cpp | 693 …JSTaggedValue name = ConstantPool::GetStringFromCache(thread, constantPool.GetTaggedValue(), index… in GetObjPropWithName() 841 … ConstantPool::GetStringFromCache(thread, constantPool.GetTaggedValue(), index), propType) : in GetSuperProp() 1069 ConstantPool::GetStringFromCache(thread, constantPool.GetTaggedValue(), funcNameStrId); in TypeCheck() 1074 ConstantPool::GetStringFromCache(thread, constantPool.GetTaggedValue(), strId); in TypeCheck()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | program_object.h | 360 …static JSTaggedValue PUBLIC_API GetStringFromCache(JSThread *thread, JSTaggedValue constpool, uint… in GetStringFromCache() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ts_type_lowering.cpp | 738 auto prop = ConstantPool::GetStringFromCache(thread, constantPool.GetTaggedValue(), propIndex); in LowerTypedLdObjByName() 786 auto prop = ConstantPool::GetStringFromCache(thread, constantPool.GetTaggedValue(), propIndex); in LowerTypedStObjByName()
|
| D | circuit_builder.cpp | 760 result = CallRuntime(glue, RTSTUB_ID(GetStringFromCache), Gate::InvalidGateRef, in GetObjectFromConstPool()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 724 DEF_RUNTIME_STUBS(GetStringFromCache) in DEF_RUNTIME_STUBS() argument 726 RUNTIME_STUBS_HEADER(GetStringFromCache); in DEF_RUNTIME_STUBS() 729 return ConstantPool::GetStringFromCache( in DEF_RUNTIME_STUBS()
|
| D | runtime_stubs.h | 275 V(GetStringFromCache) \
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_manager.cpp | 1040 JSTaggedValue str = ConstantPool::GetStringFromCache(thread_, oldCP, data.index); in FillSnapshotConstantPoolList()
|