Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter_assembly.cpp346 SET_ACC(ConstantPool::GetStringFromCache(thread, constpool, stringId)); in HandleLdaStrId16()
1913 JSTaggedValue obj = ConstantPool::GetStringFromCache(thread, constpool, stringId); in HandleThrowUndefinedifholewithnamePrefId16()
1933 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId); in HandleStownbynameImm8Id16V8()
1951 …auto propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId); // Maybe moved by GC in HandleStownbynameImm8Id16V8()
2013 JSTaggedValue pattern = ConstantPool::GetStringFromCache(thread, constpool, stringId); in HandleCreateregexpwithliteralImm8Id16Imm8()
2339 auto prop = ConstantPool::GetStringFromCache(thread, constpool, stringId); in HandleTryldglobalbynameImm8Id16()
2390 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId); in HandleTrystglobalbynameImm8Id16()
2533 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId); in HandleLdglobalvarImm16Id16()
2596 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId); in HandleStobjbynameImm8Id16V8()
2617 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId); in HandleStobjbynameImm8Id16V8()
[all …]
Dinterpreter-inl.h149 ConstantPool::GetStringFromCache(thread, constpool, index)
Dinterpreter-inl.cpp136 ConstantPool::GetStringFromCache(thread, constpool, index)
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.cpp96 JSTaggedValue ConstantPool::GetStringFromCache(JSThread *thread, JSTaggedValue constpool, uint32_t … in GetStringFromCache() function in panda::ecmascript::ConstantPool
Dprogram_object.h680 …static JSTaggedValue PUBLIC_API GetStringFromCache(JSThread *thread, JSTaggedValue constpool, uint…
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_manager.cpp52 return ConstantPool::GetStringFromCache(thread_, cp, cpIdx); in GetStringFromConstantPool()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stub_list.h425 V(GetStringFromCache) \
Druntime_stubs.cpp1356 DEF_RUNTIME_STUBS(GetStringFromCache) in DEF_RUNTIME_STUBS() argument
1358 RUNTIME_STUBS_HEADER(GetStringFromCache); in DEF_RUNTIME_STUBS()
1361 return ConstantPool::GetStringFromCache( in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp824 result = CallRuntime(glue, RTSTUB_ID(GetStringFromCache), Gate::InvalidGateRef, in GetObjectFromConstPool()