Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp280 panda_file::File::EntityId literalId) in CollectInnerMethodsFromNewLiteral()
320 auto literalId = pf->ResolveMethodIndex(method->GetMethodId(), in CollectMethodInfoFromBC() local
332 auto literalId = pf->ResolveMethodIndex(method->GetMethodId(), in CollectMethodInfoFromBC() local
339 auto literalId = pf->ResolveMethodIndex(method->GetMethodId(), in CollectMethodInfoFromBC() local
351 auto literalId = pf->ResolveMethodIndex(method->GetMethodId(), in CollectMethodInfoFromBC() local
Dinterpreter_stub.cpp3395 GateRef literalId = ReadInst16_3(pc); in DECLARE_ASM_HANDLER() local
3429 GateRef literalId = ReadInst16_4(pc); in DECLARE_ASM_HANDLER() local
3463 GateRef literalId = ReadInst16_3(pc); in DECLARE_ASM_HANDLER() local
Dslowpath_lowering.cpp3050 GateRef literalId = acc_.GetValueIn(gate, 1); in LowerDefineClassWithBuffer() 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/jspandafile/
Dprogram_object.h264 panda_file::File::EntityId literalId = constpool->GetEntityId(literal); in GetClassLiteralFromCache() local
Dquick_fix_loader.cpp220 uint32_t literalId = bcIns.GetId(1).AsRawValue(); in GenerateConstpoolCache() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h755 uint16_t methodId, uint16_t literalId, in RuntimeCreateClassWithBuffer()
782 … const uint16_t methodId, uint16_t literalId, in RuntimeCreateClassWithIHClass()
Druntime_stubs.cpp871 JSTaggedValue literalId = GetArg(argv, argc, 4); // 4: means the four parameter in DEF_RUNTIME_STUBS() local
885 JSTaggedValue literalId = GetArg(argv, argc, 4); // 4: means the four parameter in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp1087 … uint16_t methodId, uint16_t literalId, JSTaggedValue module) in CreateClassWithBuffer()