Home
last modified time | relevance | path

Searched defs:literalId (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_symbol.h142 static uint64_t GeneratePrivateId(uint64_t abcId, uint64_t literalId, uint64_t slotIndex) in GeneratePrivateId() argument
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dprogram_object.cpp41 panda_file::File::EntityId literalId = constpool->GetEntityId(literal); in GetClassLiteralFromCache() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecodes.cpp1817 uint32_t literalId = READ_INST_16_3(); in InitBytecodeInfo() local
H A Dbytecode_info_collector.cpp273 void BytecodeInfoCollector::CollectInnerMethodsFromNewLiteral(panda_file::File::EntityId literalId, in CollectInnerMethodsFromNewLiteral() argument
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
H A Dinterpreter_stub.cpp4091 GateRef literalId = ReadInst16_3(pc); in DECLARE_ASM_HANDLER() local
4128 GateRef literalId = ReadInst16_4(pc); in DECLARE_ASM_HANDLER() local
4165 GateRef literalId = ReadInst16_3(pc); in DECLARE_ASM_HANDLER() local
5604 GateRef literalId = ZExtInt16ToInt32(ReadInst16_3(pc)); in DECLARE_ASM_HANDLER() local
5643 GateRef literalId = ReadInst16_5(pc); in DECLARE_ASM_HANDLER() local
[all...]
H A Dslowpath_lowering.cpp2748 GateRef literalId = acc_.GetValueIn(gate, 1); in LowerDefineClassWithBuffer() local
3766 GateRef literalId = acc_.GetValueIn(gate, 1); in LowerCreatePrivateProperty() local
3798 GateRef literalId = acc_.GetValueIn(gate, 1); in LowerDefineSendableClass() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_compiler.cpp355 int16_t literalId = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
1579 uint16_t literalId = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
1602 uint16_t literalId = READ_INST_16_2(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
2516 int16_t literalId = READ_INST_16_3(); BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
2540 uint16_t literalId = READ_INST_16_4(); BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
4905 uint16_t literalId = READ_INST_16_3(); BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
5530 uint16_t literalId = READ_INST_16_3(); BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
5594 int16_t literalId = READ_INST_16_5(); BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
[all...]
H A Dbaseline_stubs.cpp2019 GateRef literalId = Int32Argument(PARAM_INDEX(BaselineDefineclasswithbufferImm8Id16Id16Imm16V8, LITERRAL_ID)); in GenerateCircuit() local
2065 GateRef literalId = Int32And(Int32LSR(methodLiteralId, Int32(TWO_BYTE_SIZE)), Int32(TWO_BYTE_ALL_ONE)); in GenerateCircuit() local
4716 GateRef literalId = Int32Argument( in GenerateCircuit() local
5484 GateRef literalId = Int32Argument(PARAM_INDEX(BaselineCallRuntimeCreatePrivatePropertyPrefImm16Id16, LITERAL_ID)); in GenerateCircuit() local
5553 GateRef literalId = Int32Argument( in GenerateCircuit() local
[all...]
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.cpp1131 CreateClassWithBuffer(JSThread *thread, JSTaggedValue base, JSTaggedValue lexenv, JSTaggedValue constpool, uint16_t methodId, uint16_t literalId, JSTaggedValue module, JSTaggedValue length) CreateClassWithBuffer() argument
1147 CreateSharedClass(JSThread *thread, JSTaggedValue base, JSTaggedValue constpool, uint16_t methodId, uint16_t literalId, uint16_t length, JSTaggedValue module) CreateSharedClass() argument
1254 CreatePrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, uint32_t count, JSTaggedValue constpool, uint32_t literalId, JSTaggedValue module) CreatePrivateProperty() argument
H A Dinterpreter-inl.cpp7548 uint32_t literalId = READ_INST_16_3(); in RunInternal() local
7550 << "count:" << count << ", literalId:" << literalId; in RunInternal() local
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h928 RuntimeCreateClassWithBuffer(JSThread *thread, const JSHandle<JSTaggedValue> &base, const JSHandle<JSTaggedValue> &lexenv, const JSHandle<JSTaggedValue> &constpool, uint16_t methodId, uint16_t literalId, const JSHandle<JSTaggedValue> &module, const JSHandle<JSTaggedValue> &length) RuntimeCreateClassWithBuffer() argument
1028 RuntimeCreateSharedClass(JSThread *thread, const JSHandle<JSTaggedValue> &base, const JSHandle<JSTaggedValue> &constpool, uint16_t methodId, uint16_t literalId, uint16_t length, const JSHandle<JSTaggedValue> &module) RuntimeCreateSharedClass() argument
H A Druntime_stubs.cpp1490 JSTaggedValue literalId = GetArg(argv, argc, 4); // 4: means the four parameter in DEF_RUNTIME_STUBS() local
1520 JSTaggedValue literalId = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS() local
2988 uint32_t literalId = static_cast<uint32_t>(GetArg(argv, argc, 3).GetInt()); // 3: means the third parameter in DEF_RUNTIME_STUBS() local

Completed in 70 milliseconds