Searched refs:GetLiteralFromCache (Results 1 – 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | program_object.h | 249 …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/ |
D | ntype_mcr_lowering.cpp | 107 JSTaggedValue arr = ConstantPool::GetLiteralFromCache<ConstPoolType::ARRAY_LITERAL>( in LowerCreateArrayWithBuffer()
|
D | ntype_hcr_lowering.cpp | 153 JSTaggedValue arr = ConstantPool::GetLiteralFromCache<ConstPoolType::ARRAY_LITERAL>( in LowerNTypedCreateArrayWithBuffer()
|
/arkcompiler/ets_runtime/ecmascript/ts_types/ |
D | ts_type_parser.cpp | 841 JSTaggedValue obj = ConstantPool::GetLiteralFromCache<ConstPoolType::OBJECT_LITERAL>( in ParseObjectPGOType()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs.cpp | 827 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/ |
D | interpreter_assembly.cpp | 7330 ConstantPool::GetLiteralFromCache<ConstPoolType::OBJECT_LITERAL>( in HandleCreateobjectwithbufferImm16Id16() 7353 ConstantPool::GetLiteralFromCache<ConstPoolType::OBJECT_LITERAL>( in HandleCreateobjectwithbufferImm8Id16() 7392 ConstantPool::GetLiteralFromCache<ConstPoolType::ARRAY_LITERAL>( in HandleCreatearraywithbufferImm8Id16()
|
D | interpreter-inl.h | 149 ConstantPool::GetLiteralFromCache<type>(thread, constpool, index, module)
|