Home
last modified time | relevance | path

Searched refs:ARRAY_LITERAL (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dconstpool_value.h30 ARRAY_LITERAL, enumerator
Dprogram_object.h251 … static_assert(type == ConstPoolType::OBJECT_LITERAL || type == ConstPoolType::ARRAY_LITERAL); in GetLiteralFromCache()
298 case ConstPoolType::ARRAY_LITERAL: { in GetLiteralFromCache()
Dpanda_file_translator.cpp190 } else if (type == ConstPoolType::ARRAY_LITERAL) { in ParseConstPool()
260 } else if (type == ConstPoolType::ARRAY_LITERAL) { in ParseFuncAndLiteralConstPool()
1563 index = jsPandaFile->GetOrInsertConstantPool(ConstPoolType::ARRAY_LITERAL, in TranslateBytecode()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dpgo_bc_info.h27 ARRAY_LITERAL, enumerator
Dpgo_bc_info.cpp73 … Record(InfoDetail {recordName, methodOffset, bcIndex, bcOffset, cpIndex}, Type::ARRAY_LITERAL); in Record()
Dntype_mcr_lowering.cpp107 JSTaggedValue arr = ConstantPool::GetLiteralFromCache<ConstPoolType::ARRAY_LITERAL>( in LowerCreateArrayWithBuffer()
Dbytecode_info_collector.h400 ARRAY_LITERAL, enumerator
404 ITEM_TYPE_LAST = ARRAY_LITERAL,
Dntype_hcr_lowering.cpp153 JSTaggedValue arr = ConstantPool::GetLiteralFromCache<ConstPoolType::ARRAY_LITERAL>( in LowerNTypedCreateArrayWithBuffer()
Dbytecode_info_collector.cpp768 …AddConstantPoolIndexToBCInfo(ConstantPoolInfo::ItemType::ARRAY_LITERAL, index, methodOffset, bcInd… in CollectConstantPoolIndexInfoFromBC()
Dcircuit_builder.cpp1487 } else if (type == ConstPoolType::ARRAY_LITERAL) { in GetObjectFromConstPool()
1510 } else if (type == ConstPoolType::ARRAY_LITERAL) { in GetObjectFromConstPool()
Dstub_builder.cpp4859 ConstPoolType::ARRAY_LITERAL); in GetArrayLiteralFromConstPool()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp1362 bcInfoCollector->IterateConstantPoolInfo(kungfu::ConstantPoolInfo::ItemType::ARRAY_LITERAL, in FillSnapshotConstantPoolList()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp837 return ConstantPool::GetLiteralFromCache<ConstPoolType::ARRAY_LITERAL>( in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h4458 JSArray *result = JSArray::Cast(GET_LITERA_FROM_CACHE(imm, ConstPoolType::ARRAY_LITERAL, in RunInternal()
4471 JSArray *result = JSArray::Cast(GET_LITERA_FROM_CACHE(imm, ConstPoolType::ARRAY_LITERAL, in RunInternal()
Dinterpreter_assembly.cpp7392 ConstantPool::GetLiteralFromCache<ConstPoolType::ARRAY_LITERAL>( in HandleCreatearraywithbufferImm8Id16()