Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter_assembly.cpp1819 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 …]
Dinterpreter-inl.h149 ConstantPool::GetStringFromCache(thread, constpool, index)
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dtype_infer.cpp693 …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/
Dprogram_object.h360 …static JSTaggedValue PUBLIC_API GetStringFromCache(JSThread *thread, JSTaggedValue constpool, uint… in GetStringFromCache() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_type_lowering.cpp738 auto prop = ConstantPool::GetStringFromCache(thread, constantPool.GetTaggedValue(), propIndex); in LowerTypedLdObjByName()
786 auto prop = ConstantPool::GetStringFromCache(thread, constantPool.GetTaggedValue(), propIndex); in LowerTypedStObjByName()
Dcircuit_builder.cpp760 result = CallRuntime(glue, RTSTUB_ID(GetStringFromCache), Gate::InvalidGateRef, in GetObjectFromConstPool()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp724 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()
Druntime_stubs.h275 V(GetStringFromCache) \
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp1040 JSTaggedValue str = ConstantPool::GetStringFromCache(thread_, oldCP, data.index); in FillSnapshotConstantPoolList()