Searched defs:literalId (Results 1 – 10 of 10) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
D | typeExtractorEmitter.cpp | 133 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/ |
D | ts_type_test_helper.h | 30 static void AddLiteral(pandasm::Program &program, const std::string &literalId, in AddLiteral()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | bytecode_info_collector.cpp | 381 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
|
D | interpreter_stub.cpp | 3432 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
|
D | slowpath_lowering.cpp | 2419 GateRef literalId = acc_.GetValueIn(gate, 1); in LowerDefineClassWithBuffer() local
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | type_literal_extractor.cpp | 75 EntityId literalId(typeOffset); in ProcessTypeLiteral() local
|
D | program_object.h | 235 panda_file::File::EntityId literalId = constpool->GetEntityId(literal); in GetClassLiteralFromCache() local
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | slow_runtime_stub.cpp | 1100 … uint16_t methodId, uint16_t literalId, JSTaggedValue module) in CreateClassWithBuffer()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs-inl.h | 837 uint16_t methodId, uint16_t literalId, in RuntimeCreateClassWithBuffer()
|
D | runtime_stubs.cpp | 959 JSTaggedValue literalId = GetArg(argv, argc, 4); // 4: means the four parameter in DEF_RUNTIME_STUBS() local
|