Home
last modified time | relevance | path

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

/external/v8/src/
Dtype-feedback-vector-inl.h107 FeedbackVectorSlot TypeFeedbackVector::ToSlot(int index) { in ToSlot() function
Dtype-feedback-vector.h269 static inline FeedbackVectorSlot ToSlot(int index);
/external/llvm/lib/CodeGen/
DStackColoring.cpp901 int ToSlot = SlotRemap[FromSlot]; in remapInstructions() local
902 MO.setIndex(ToSlot); in remapInstructions()
/external/v8/src/ic/
Dic.cc2603 FeedbackVectorSlot vector_slot = vector->ToSlot(slot->value()); in RUNTIME_FUNCTION()
2619 FeedbackVectorSlot vector_slot = vector->ToSlot(slot->value()); in RUNTIME_FUNCTION()
2658 FeedbackVectorSlot vector_slot = vector->ToSlot(slot->value()); in RUNTIME_FUNCTION()
2679 FeedbackVectorSlot vector_slot = vector->ToSlot(slot); in RUNTIME_FUNCTION()
2730 FeedbackVectorSlot vector_slot = vector->ToSlot(slot->value()); in RUNTIME_FUNCTION()
2747 FeedbackVectorSlot vector_slot = vector->ToSlot(slot->value()); in RUNTIME_FUNCTION()
2765 FeedbackVectorSlot vector_slot = vector->ToSlot(slot->value()); in RUNTIME_FUNCTION()
2792 FeedbackVectorSlot vector_slot = vector->ToSlot(slot->value()); in RUNTIME_FUNCTION()
/external/v8/src/compiler/
Dbytecode-graph-builder.cc562 slot = feedback_vector()->ToSlot(slot_id); in CreateVectorSlotPair()
1429 FeedbackVectorSlot slot = feedback_vector()->ToSlot( in GetBinaryOperationHint()
1445 feedback_vector()->ToSlot(bytecode_iterator().GetIndexOperand(1)); in GetCompareOperationHint()
1453 CallICNexus nexus(feedback_vector(), feedback_vector()->ToSlot(slot_id)); in ComputeCallFrequency()