Searched defs:literalId (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecode_info_collector.cpp | 280 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
|
| D | interpreter_stub.cpp | 3395 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
|
| D | slowpath_lowering.cpp | 3050 GateRef literalId = acc_.GetValueIn(gate, 1); in LowerDefineClassWithBuffer() 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/jspandafile/ |
| D | program_object.h | 264 panda_file::File::EntityId literalId = constpool->GetEntityId(literal); in GetClassLiteralFromCache() local
|
| D | quick_fix_loader.cpp | 220 uint32_t literalId = bcIns.GetId(1).AsRawValue(); in GenerateConstpoolCache() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 755 uint16_t methodId, uint16_t literalId, in RuntimeCreateClassWithBuffer() 782 … const uint16_t methodId, uint16_t literalId, in RuntimeCreateClassWithIHClass()
|
| D | runtime_stubs.cpp | 871 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/ |
| D | slow_runtime_stub.cpp | 1087 … uint16_t methodId, uint16_t literalId, JSTaggedValue module) in CreateClassWithBuffer()
|