Home
last modified time | relevance | path

Searched defs:literalId (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
DtypeExtractorEmitter.cpp133 std::string literalId = std::string(recorder->GetRecordName()) + "_" + in GenFunctionTypeInfo() local
172 std::string literalId = std::string(recorder->GetRecordName()) + "_" + in GenImportOrDeclareTypeInfo() local
244 std::string literalId = std::string(recorder->GetRecordName()) + "_" + std::to_string(idx); in GenTypeLiteralBuffers() local
/arkcompiler/ets_runtime/ecmascript/ts_types/tests/
Dts_type_test_helper.h30 static void AddLiteral(pandasm::Program &program, const std::string &literalId, in AddLiteral()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp459 panda_file::File::EntityId literalId) in CollectInnerMethodsFromNewLiteral()
500 auto literalId = jsPandaFile_->ResolveMethodIndex(method->GetMethodId(), in CollectMethodInfoFromBC() local
513 auto literalId = jsPandaFile_->ResolveMethodIndex(method->GetMethodId(), in CollectMethodInfoFromBC() local
520 auto literalId = jsPandaFile_->ResolveMethodIndex(method->GetMethodId(), in CollectMethodInfoFromBC() local
532 auto literalId = jsPandaFile_->ResolveMethodIndex(method->GetMethodId(), in CollectMethodInfoFromBC() local
Dbytecodes.cpp1666 uint32_t literalId = READ_INST_16_3(); in InitBytecodeInfo() local
Dslowpath_lowering.cpp2350 GateRef literalId = acc_.GetValueIn(gate, 1); in LowerDefineClassWithBuffer() local
3209 GateRef literalId = acc_.GetValueIn(gate, 1); in LowerCreatePrivateProperty() local
3241 GateRef literalId = acc_.GetValueIn(gate, 1); in LowerDefineSendableClass() local
Dinterpreter_stub.cpp3687 GateRef literalId = ReadInst16_3(pc); in DECLARE_ASM_HANDLER() local
3720 GateRef literalId = ReadInst16_4(pc); in DECLARE_ASM_HANDLER() local
3753 GateRef literalId = ReadInst16_3(pc); in DECLARE_ASM_HANDLER() local
5069 GateRef literalId = ReadInst16_3(pc); in DECLARE_ASM_HANDLER() local
5106 GateRef literalId = ReadInst16_5(pc); in DECLARE_ASM_HANDLER() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dtype_literal_extractor.cpp75 EntityId literalId(typeOffset); in ProcessTypeLiteral() local
Dprogram_object.h284 panda_file::File::EntityId literalId = constpool->GetEntityId(literal); variable
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp434 auto literalId = jsPandaFile->ResolveMethodIndex(methodLiteral->GetMethodId(), in CollectClassInfo() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp1118 … uint16_t methodId, uint16_t literalId, JSTaggedValue module, in CreateClassWithBuffer()
1133 … JSTaggedValue constpool, uint16_t methodId, uint16_t literalId, in CreateSharedClass()
1240 uint32_t count, JSTaggedValue constpool, uint32_t literalId, JSTaggedValue module) in CreatePrivateProperty()
Dinterpreter-inl.h7438 uint32_t literalId = READ_INST_16_3(); in RunInternal() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h865 uint16_t methodId, uint16_t literalId, in RuntimeCreateClassWithBuffer()
920 uint16_t methodId, uint16_t literalId, in RuntimeCreateSharedClass()
2974 uint32_t count, JSTaggedValue constpool, uint32_t literalId, JSTaggedValue module) in RuntimeCreatePrivateProperty()
Druntime_stubs.cpp1345 JSTaggedValue literalId = GetArg(argv, argc, 4); // 4: means the four parameter in DEF_RUNTIME_STUBS() local
1360 JSTaggedValue literalId = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS() local
2650 …uint32_t literalId = static_cast<uint32_t>(GetArg(argv, argc, 3).GetInt()); // 3: means the third… in DEF_RUNTIME_STUBS() local