Home
last modified time | relevance | path

Searched refs:GetLiteralFromCache (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h249 …static JSTaggedValue GetLiteralFromCache(JSThread *thread, JSTaggedValue constpool, uint32_t index… in GetLiteralFromCache() function
328 static JSTaggedValue GetLiteralFromCache(JSThread *thread, JSTaggedValue constpool, in GetLiteralFromCache() function
332 return GetLiteralFromCache<type>(thread, constpool, index, entry); in GetLiteralFromCache()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_mcr_lowering.cpp107 JSTaggedValue arr = ConstantPool::GetLiteralFromCache<ConstPoolType::ARRAY_LITERAL>( in LowerCreateArrayWithBuffer()
Dntype_hcr_lowering.cpp153 JSTaggedValue arr = ConstantPool::GetLiteralFromCache<ConstPoolType::ARRAY_LITERAL>( in LowerNTypedCreateArrayWithBuffer()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.cpp841 JSTaggedValue obj = ConstantPool::GetLiteralFromCache<ConstPoolType::OBJECT_LITERAL>( in ParseObjectPGOType()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp827 return ConstantPool::GetLiteralFromCache<ConstPoolType::OBJECT_LITERAL>( in DEF_RUNTIME_STUBS()
837 return ConstantPool::GetLiteralFromCache<ConstPoolType::ARRAY_LITERAL>( in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter_assembly.cpp7330 ConstantPool::GetLiteralFromCache<ConstPoolType::OBJECT_LITERAL>( in HandleCreateobjectwithbufferImm16Id16()
7353 ConstantPool::GetLiteralFromCache<ConstPoolType::OBJECT_LITERAL>( in HandleCreateobjectwithbufferImm8Id16()
7392 ConstantPool::GetLiteralFromCache<ConstPoolType::ARRAY_LITERAL>( in HandleCreatearraywithbufferImm8Id16()
Dinterpreter-inl.h149 ConstantPool::GetLiteralFromCache<type>(thread, constpool, index, module)