Lines Matching defs:slotId
57 uint8_t slotId = READ_INST_8_0(); in ProfileBytecode() local
68 uint16_t slotId = READ_INST_16_0(); in ProfileBytecode() local
78 uint8_t slotId = READ_INST_8_0(); in ProfileBytecode() local
89 uint16_t slotId = READ_INST_16_0(); in ProfileBytecode() local
101 uint8_t slotId = READ_INST_8_0(); in ProfileBytecode() local
112 uint16_t slotId = READ_INST_16_0(); in ProfileBytecode() local
123 uint8_t slotId = READ_INST_8_0(); in ProfileBytecode() local
135 uint16_t slotId = READ_INST_16_0(); in ProfileBytecode() local
169 uint8_t slotId = READ_INST_8_0(); in ProfileBytecode() local
189 uint8_t slotId = READ_INST_8_0(); in ProfileBytecode() local
199 uint8_t slotId = READ_INST_8_1(); in ProfileBytecode() local
214 uint8_t slotId = READ_INST_8_0(); in ProfileBytecode() local
224 uint16_t slotId = READ_INST_16_0(); in ProfileBytecode() local
233 uint8_t slotId = READ_INST_8_0(); in ProfileBytecode() local
239 uint16_t slotId = READ_INST_16_0(); in ProfileBytecode() local
244 uint8_t slotId = READ_INST_8_0(); in ProfileBytecode() local
249 uint16_t slotId = READ_INST_16_0(); in ProfileBytecode() local
262 uint8_t slotId = READ_INST_8_0(); in ProfileBytecode() local
276 uint16_t slotId = READ_INST_16_0(); in ProfileBytecode() local
285 uint8_t slotId = READ_INST_8_0(); in ProfileBytecode() local
295 uint16_t slotId = READ_INST_16_0(); in ProfileBytecode() local
305 uint8_t slotId = READ_INST_8_0(); in ProfileBytecode() local
319 void JITProfiler::ConvertOpType(uint32_t slotId, long bcOffset) in ConvertOpType()
328 void JITProfiler::ConvertCall(uint32_t slotId, long bcOffset) in ConvertCall()
357 void JITProfiler::ConvertNewObjRange(uint32_t slotId, long bcOffset) in ConvertNewObjRange()
393 void JITProfiler::ConvertGetIterator(uint32_t slotId, long bcOffset) in ConvertGetIterator()
409 void JITProfiler::ConvertCreateObject(uint32_t slotId, long bcOffset, [[maybe_unused]]int32_t trace… in ConvertCreateObject()
436 void JITProfiler::ConvertICByName(int32_t bcOffset, uint32_t slotId, BCType type) in ConvertICByName()
461 … JSTaggedValue secondValue, BCType type, uint32_t slotId) in ConvertICByNameWithHandler()
472 JSHClass *hclass, JSTaggedValue &secondValue, uint32_t slotId) in HandleLoadType()
497 … JSHClass *hclass, JSTaggedValue &secondValue, uint32_t slotId) in HandleLoadTypePrototypeHandler()
535 JSHClass *hclass, JSTaggedValue &secondValue, uint32_t slotId) in HandleOtherTypes()
581 … JSHClass *hclass, JSTaggedValue &secondValue, uint32_t slotId) in HandleOtherTypesPrototypeHandler()
623 uint32_t slotId) in ConvertICByNameWithPoly()
646 void JITProfiler::ConvertICByValue(int32_t bcOffset, uint32_t slotId, BCType type) in ConvertICByValue()
815 void JITProfiler::ConvertInstanceof(int32_t bcOffset, uint32_t slotId) in ConvertInstanceof()