Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp273 void BytecodeInfoCollector::CollectInnerMethodsFromNewLiteral(panda_file::File::EntityId literalId, in CollectInnerMethodsFromNewLiteral()
308 auto literalId = jsPandaFile_->ResolveMethodIndex(method->GetMethodId(), in CollectMethodInfoFromBC() local
319 auto literalId = jsPandaFile_->ResolveMethodIndex(method->GetMethodId(), in CollectMethodInfoFromBC() local
328 auto literalId = jsPandaFile_->ResolveMethodIndex(method->GetMethodId(), in CollectMethodInfoFromBC() local
Dbytecodes.cpp1811 uint32_t literalId = READ_INST_16_3(); in InitBytecodeInfo() local
Dslowpath_lowering.cpp2690 GateRef literalId = acc_.GetValueIn(gate, 1); in LowerDefineClassWithBuffer() local
3728 GateRef literalId = acc_.GetValueIn(gate, 1); in LowerCreatePrivateProperty() local
3761 GateRef literalId = acc_.GetValueIn(gate, 1); in LowerDefineSendableClass() local
Dinterpreter_stub.cpp4131 GateRef literalId = ReadInst16_3(pc); in DECLARE_ASM_HANDLER() local
4168 GateRef literalId = ReadInst16_4(pc); in DECLARE_ASM_HANDLER() local
4205 GateRef literalId = ReadInst16_3(pc); in DECLARE_ASM_HANDLER() local
5644 GateRef literalId = ZExtInt16ToInt32(ReadInst16_3(pc)); in DECLARE_ASM_HANDLER() local
5683 GateRef literalId = ReadInst16_5(pc); in DECLARE_ASM_HANDLER() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.cpp41 panda_file::File::EntityId literalId = constpool->GetEntityId(literal); in GetClassLiteralFromCache() local
69 panda_file::File::EntityId literalId(literal); in GetFieldLiteral() local
/arkcompiler/ets_runtime/ecmascript/
Djs_symbol.h142 static uint64_t GeneratePrivateId(uint64_t abcId, uint64_t literalId, uint64_t slotIndex) in GeneratePrivateId()
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp514 EntityId literalId; in CollectClassInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_compiler.cpp356 int16_t literalId = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
1580 uint16_t literalId = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
1603 uint16_t literalId = READ_INST_16_2(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
2495 int16_t literalId = READ_INST_16_3(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
2519 uint16_t literalId = READ_INST_16_4(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
4884 uint16_t literalId = READ_INST_16_3(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
5509 uint16_t literalId = READ_INST_16_3(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
5573 int16_t literalId = READ_INST_16_5(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
Dbaseline_stubs.cpp2006 …GateRef literalId = Int32Argument(PARAM_INDEX(BaselineDefineclasswithbufferImm8Id16Id16Imm16V8, LI… in GenerateCircuit() local
2052 …GateRef literalId = Int32And(Int32LSR(methodLiteralId, Int32(TWO_BYTE_SIZE)), Int32(TWO_BYTE_ALL_O… in GenerateCircuit() local
4742 GateRef literalId = Int32Argument( in GenerateCircuit() local
5510 …GateRef literalId = Int32Argument(PARAM_INDEX(BaselineCallRuntimeCreatePrivatePropertyPrefImm16Id1… in GenerateCircuit() local
5579 GateRef literalId = Int32Argument( in GenerateCircuit() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp1125 … uint16_t methodId, uint16_t literalId, JSTaggedValue module, in CreateClassWithBuffer()
1140 … JSTaggedValue constpool, uint16_t methodId, uint16_t literalId, in CreateSharedClass()
1247 uint32_t count, JSTaggedValue constpool, uint32_t literalId, JSTaggedValue module) in CreatePrivateProperty()
Dinterpreter-inl.cpp7464 uint32_t literalId = READ_INST_16_3(); in RunInternal() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h907 uint16_t methodId, uint16_t literalId, in RuntimeCreateClassWithBuffer()
1005 uint16_t methodId, uint16_t literalId, in RuntimeCreateSharedClass()
3189 uint32_t count, JSTaggedValue constpool, uint32_t literalId, JSTaggedValue module) in RuntimeCreatePrivateProperty()
Druntime_stubs.cpp1535 JSTaggedValue literalId = GetArg(argv, argc, 4); // 4: means the four parameter in DEF_RUNTIME_STUBS() local
1565 JSTaggedValue literalId = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS() local
2996 …uint32_t literalId = static_cast<uint32_t>(GetArg(argv, argc, 3).GetInt()); // 3: means the third… in DEF_RUNTIME_STUBS() local