Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Daot_compilation_env.cpp90 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 Djit_compilation_env.cpp140 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 Dprogram_object.h545 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 Dinterpreter-inl.h152 ConstantPool::GetLiteralFromCache<type>(thread, constpool, index, module)
H A Dinterpreter_assembly.cpp7648 ConstantPool::GetLiteralFromCache<ConstPoolType::OBJECT_LITERAL>(
7669 ConstantPool::GetLiteralFromCache<ConstPoolType::OBJECT_LITERAL>(
7706 ConstantPool::GetLiteralFromCache<ConstPoolType::ARRAY_LITERAL>(
H A Dinterpreter-inl.cpp139 ConstantPool::GetLiteralFromCache<type>(thread, constpool, index, module)
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp1357 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