Home
last modified time | relevance | path

Searched refs:ToSlot (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/ic/
Dic.cc2167 FeedbackSlot vector_slot = FeedbackVector::ToSlot(slot->value()); in RUNTIME_FUNCTION()
2200 FeedbackSlot vector_slot = FeedbackVector::ToSlot(slot->value()); in RUNTIME_FUNCTION()
2242 FeedbackSlot vector_slot = FeedbackVector::ToSlot(slot->value()); in RUNTIME_FUNCTION()
2262 FeedbackSlot vector_slot = FeedbackVector::ToSlot(slot->value()); in RUNTIME_FUNCTION()
2277 FeedbackSlot vector_slot = FeedbackVector::ToSlot(slot->value()); in RUNTIME_FUNCTION()
2305 FeedbackSlot vector_slot = FeedbackVector::ToSlot(slot->value()); in RUNTIME_FUNCTION()
2323 FeedbackSlot vector_slot = FeedbackVector::ToSlot(slot->value()); in RUNTIME_FUNCTION()
2358 FeedbackSlot vector_slot = FeedbackVector::ToSlot(slot->value()); in RUNTIME_FUNCTION()
2374 FeedbackSlot vector_slot = FeedbackVector::ToSlot(slot->value()); in RUNTIME_FUNCTION()
2403 FeedbackSlot vector_slot = FeedbackVector::ToSlot(slot->value()); in RUNTIME_FUNCTION()
[all …]
/external/v8/src/interpreter/
Dbytecode-array-builder.cc697 FeedbackVector::ToSlot(feedback_slot))), in LoadGlobal()
837 FeedbackVector::ToSlot(feedback_slot))), in StoreNamedProperty()
856 feedback_vector_spec()->GetKind(FeedbackVector::ToSlot(feedback_slot))); in StoreNamedOwnProperty()
866 FeedbackVector::ToSlot(feedback_slot))), in StoreKeyedProperty()
Dbytecode-array-accessor.cc144 return FeedbackVector::ToSlot(index); in GetSlotOperand()
/external/v8/src/runtime/
Druntime-literals.cc498 FeedbackSlot literals_slot(FeedbackVector::ToSlot(literals_index)); in CreateLiteral()
597 FeedbackSlot literal_slot(FeedbackVector::ToSlot(index)); in RUNTIME_FUNCTION()
Druntime-object.cc829 FeedbackNexus nexus(vector, FeedbackVector::ToSlot(index)); in RUNTIME_FUNCTION()
/external/llvm/lib/CodeGen/
DStackColoring.cpp901 int ToSlot = SlotRemap[FromSlot]; in remapInstructions() local
902 MO.setIndex(ToSlot); in remapInstructions()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DStackColoring.cpp1019 int ToSlot = SlotRemap[FromSlot]; in remapInstructions() local
1020 MO.setIndex(ToSlot); in remapInstructions()
/external/v8/src/
Dfeedback-vector.cc36 FeedbackVector::ToSlot(FeedbackVectorSpec::kTypeProfileSlotIndex); in HasTypeProfileSlot()
184 FeedbackVector::ToSlot(FeedbackVectorSpec::kTypeProfileSlotIndex); in HasTypeProfileSlot()
197 FeedbackVector::ToSlot(FeedbackVectorSpec::kTypeProfileSlotIndex); in GetTypeProfileSlot()
Dfeedback-vector-inl.h144 FeedbackSlot FeedbackVector::ToSlot(int index) { in ToSlot() function
Dfeedback-vector.h208 static inline FeedbackSlot ToSlot(int index);
/external/v8/src/compiler/
Dbytecode-graph-builder.cc574 return VectorSlotPair(feedback_vector(), FeedbackVector::ToSlot(slot_id)); in CreateVectorSlotPair()
2216 FeedbackNexus nexus(feedback_vector(), FeedbackVector::ToSlot(slot_id)); in ComputeCallFrequency()
2222 FeedbackNexus nexus(feedback_vector(), FeedbackVector::ToSlot(slot_id)); in GetSpeculationMode()