Home
last modified time | relevance | path

Searched defs:literalId (Results 1 – 10 of 10) 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.cpp381 panda_file::File::EntityId literalId) in CollectInnerMethodsFromNewLiteral()
422 auto literalId = jsPandaFile_->ResolveMethodIndex(method->GetMethodId(), in CollectMethodInfoFromBC() local
435 auto literalId = jsPandaFile_->ResolveMethodIndex(method->GetMethodId(), in CollectMethodInfoFromBC() local
442 auto literalId = jsPandaFile_->ResolveMethodIndex(method->GetMethodId(), in CollectMethodInfoFromBC() local
454 auto literalId = jsPandaFile_->ResolveMethodIndex(method->GetMethodId(), in CollectMethodInfoFromBC() local
Dinterpreter_stub.cpp3432 GateRef literalId = ReadInst16_3(pc); in DECLARE_ASM_HANDLER() local
3467 GateRef literalId = ReadInst16_4(pc); in DECLARE_ASM_HANDLER() local
3502 GateRef literalId = ReadInst16_3(pc); in DECLARE_ASM_HANDLER() local
Dslowpath_lowering.cpp2419 GateRef literalId = acc_.GetValueIn(gate, 1); in LowerDefineClassWithBuffer() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dtype_literal_extractor.cpp75 EntityId literalId(typeOffset); in ProcessTypeLiteral() local
Dprogram_object.h235 panda_file::File::EntityId literalId = constpool->GetEntityId(literal); in GetClassLiteralFromCache() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp1100 … uint16_t methodId, uint16_t literalId, JSTaggedValue module) in CreateClassWithBuffer()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h837 uint16_t methodId, uint16_t literalId, in RuntimeCreateClassWithBuffer()
Druntime_stubs.cpp959 JSTaggedValue literalId = GetArg(argv, argc, 4); // 4: means the four parameter in DEF_RUNTIME_STUBS() local