Searched refs:GetLiteralFromCache (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | aot_compilation_env.cpp | 90 return ConstantPool::GetLiteralFromCache<ConstPoolType::ARRAY_LITERAL>(thread_, constpool, index, entry); in GetArrayLiteralFromCache() 95 return ConstantPool::GetLiteralFromCache<ConstPoolType::OBJECT_LITERAL>(thread_, constpool, index, entry); in GetObjectLiteralFromCache()
|
H A D | jit_compilation_env.cpp | 140 return ConstantPool::GetLiteralFromCache<ConstPoolType::ARRAY_LITERAL>(constpool, index, entry); in GetArrayLiteralFromCache() 146 return ConstantPool::GetLiteralFromCache<ConstPoolType::OBJECT_LITERAL>(constpool, index, entry); in GetObjectLiteralFromCache()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
H A D | program_object.h | 545 static JSTaggedValue GetLiteralFromCache(JSThread *thread, JSTaggedValue constpool, uint32_t index, CString entry) in GetLiteralFromCache() function in panda::ecmascript::ConstantPool 644 static JSTaggedValue GetLiteralFromCache(JSTaggedValue constpool, uint32_t index, [[maybe_unused]] CString entry) in GetLiteralFromCache() function in panda::ecmascript::ConstantPool 665 static JSTaggedValue GetLiteralFromCache(JSThread *thread, JSTaggedValue constpool, in GetLiteralFromCache() function in panda::ecmascript::ConstantPool 669 return GetLiteralFromCache<type>(thread, constpool, index, entry); in GetLiteralFromCache()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | interpreter-inl.h | 152 ConstantPool::GetLiteralFromCache<type>(thread, constpool, index, module)
|
H A D | interpreter_assembly.cpp | 7648 ConstantPool::GetLiteralFromCache<ConstPoolType::OBJECT_LITERAL>( 7669 ConstantPool::GetLiteralFromCache<ConstPoolType::OBJECT_LITERAL>( 7706 ConstantPool::GetLiteralFromCache<ConstPoolType::ARRAY_LITERAL>(
|
H A D | interpreter-inl.cpp | 139 ConstantPool::GetLiteralFromCache<type>(thread, constpool, index, module)
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stubs.cpp | 1357 return ConstantPool::GetLiteralFromCache<ConstPoolType::OBJECT_LITERAL>( in DEF_RUNTIME_STUBS() 1368 return ConstantPool::GetLiteralFromCache<ConstPoolType::ARRAY_LITERAL>( in DEF_RUNTIME_STUBS()
|
Completed in 40 milliseconds