Home
last modified time | relevance | path

Searched refs:OBJECT_LITERAL (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dconstpool_value.h31 OBJECT_LITERAL, enumerator
Dprogram_object.h251 … static_assert(type == ConstPoolType::OBJECT_LITERAL || type == ConstPoolType::ARRAY_LITERAL); in GetLiteralFromCache()
273 case ConstPoolType::OBJECT_LITERAL: { in GetLiteralFromCache()
Dpanda_file_translator.cpp171 } else if (type == ConstPoolType::OBJECT_LITERAL) { in ParseConstPool()
241 if (type == ConstPoolType::OBJECT_LITERAL) { in ParseFuncAndLiteralConstPool()
1556 index = jsPandaFile->GetOrInsertConstantPool(ConstPoolType::OBJECT_LITERAL, in TranslateBytecode()
/arkcompiler/ets_frontend/arkguard/src/utils/
DScopeAnalyzer.ts79 OBJECT_LITERAL
103 return scope.kind === ScopeKind.OBJECT_LITERAL;
513 current = createScope(scopeName, node, ScopeKind.OBJECT_LITERAL, false, current);
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.h399 OBJECT_LITERAL, enumerator
Dbytecode_info_collector.cpp762 …AddConstantPoolIndexToBCInfo(ConstantPoolInfo::ItemType::OBJECT_LITERAL, index, methodOffset, bcIn… in CollectConstantPoolIndexInfoFromBC()
Dcircuit_builder.cpp1490 } else if (type == ConstPoolType::OBJECT_LITERAL) { in GetObjectFromConstPool()
1519 } else if (type == ConstPoolType::OBJECT_LITERAL) { in GetObjectFromConstPool()
Dslowpath_lowering.cpp1477 ConstPoolType::OBJECT_LITERAL); in LowerCreateObjectWithBuffer()
Dstub_builder.cpp4866 ConstPoolType::OBJECT_LITERAL); in GetObjectLiteralFromConstPool()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.cpp841 JSTaggedValue obj = ConstantPool::GetLiteralFromCache<ConstPoolType::OBJECT_LITERAL>( in ParseObjectPGOType()
Dts_manager.cpp1337 bcInfoCollector->IterateConstantPoolInfo(kungfu::ConstantPoolInfo::ItemType::OBJECT_LITERAL, in FillSnapshotConstantPoolList()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp827 return ConstantPool::GetLiteralFromCache<ConstPoolType::OBJECT_LITERAL>( in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h4496 JSObject *result = JSObject::Cast(GET_LITERA_FROM_CACHE(imm, ConstPoolType::OBJECT_LITERAL, in RunInternal()
4510 JSObject *result = JSObject::Cast(GET_LITERA_FROM_CACHE(imm, ConstPoolType::OBJECT_LITERAL, in RunInternal()
Dinterpreter_assembly.cpp7330 ConstantPool::GetLiteralFromCache<ConstPoolType::OBJECT_LITERAL>( in HandleCreateobjectwithbufferImm16Id16()
7353 ConstantPool::GetLiteralFromCache<ConstPoolType::OBJECT_LITERAL>( in HandleCreateobjectwithbufferImm8Id16()