Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ic/
Dic.cc2687 FeedbackSlot vector_slot = FeedbackVector::ToSlot(slot->value()); in RUNTIME_FUNCTION()
2756 FeedbackSlot vector_slot = FeedbackVector::ToSlot(slot->value()); in RUNTIME_FUNCTION()
2782 FeedbackSlot vector_slot = FeedbackVector::ToSlot(slot->value()); in RUNTIME_FUNCTION()
2800 FeedbackSlot vector_slot = FeedbackVector::ToSlot(slot->value()); in RUNTIME_FUNCTION()
2822 FeedbackSlot vector_slot = FeedbackVector::ToSlot(slot->value()); in RUNTIME_FUNCTION()
2838 FeedbackSlot vector_slot = FeedbackVector::ToSlot(slot->value()); in RUNTIME_FUNCTION()
2868 FeedbackSlot vector_slot = FeedbackVector::ToSlot(slot->value()); in RUNTIME_FUNCTION()
2920 FeedbackSlot vector_slot = FeedbackVector::ToSlot(slot->value()); in RUNTIME_FUNCTION()
2954 FeedbackSlot vector_slot = FeedbackVector::ToSlot(slot->value()); in RUNTIME_FUNCTION()
3003 FeedbackSlot vector_slot = FeedbackVector::ToSlot(slot->value()); in RUNTIME_FUNCTION()
[all …]
/third_party/node/deps/v8/src/interpreter/
Dbytecode-array-builder.cc726 FeedbackVector::ToSlot(feedback_slot))), in LoadGlobal()
887 FeedbackVector::ToSlot(feedback_slot))), in SetNamedProperty()
906 feedback_vector_spec()->GetKind(FeedbackVector::ToSlot(feedback_slot))); in DefineNamedOwnProperty()
916 FeedbackVector::ToSlot(feedback_slot))), in SetKeyedProperty()
927 FeedbackVector::ToSlot(feedback_slot))), in DefineKeyedOwnProperty()
Dbytecode-array-iterator.cc121 return FeedbackVector::ToSlot(index); in GetSlotOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackColoring.cpp1021 int ToSlot = SlotRemap[FromSlot]; in remapInstructions() local
1022 MO.setIndex(ToSlot); in remapInstructions()
/third_party/node/deps/v8/src/runtime/
Druntime-literals.cc537 FeedbackSlot literals_slot(FeedbackVector::ToSlot(literals_index)); in CreateLiteral()
660 FeedbackSlot literal_slot(FeedbackVector::ToSlot(index)); in RUNTIME_FUNCTION()
Druntime-object.cc1135 FeedbackNexus nexus(vector, FeedbackVector::ToSlot(index)); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/objects/
Dfeedback-vector.cc43 FeedbackVector::ToSlot(FeedbackVectorSpec::kTypeProfileSlotIndex); in HasTypeProfileSlot()
203 FeedbackVector::ToSlot(FeedbackVectorSpec::kTypeProfileSlotIndex); in HasTypeProfileSlot()
222 FeedbackVector::ToSlot(FeedbackVectorSpec::kTypeProfileSlotIndex); in GetTypeProfileSlot()
Dfeedback-vector-inl.h161 FeedbackSlot FeedbackVector::ToSlot(intptr_t index) { in ToSlot() function
Dfeedback-vector.h249 static inline FeedbackSlot ToSlot(intptr_t index);
/third_party/node/deps/v8/src/compiler/
Dbytecode-graph-builder.cc1129 return CreateFeedbackSource(FeedbackVector::ToSlot(slot_id)); in CreateFeedbackSource()
2928 FeedbackSlot slot = FeedbackVector::ToSlot(slot_id); in ComputeCallFrequency()
2941 FeedbackSlot slot = FeedbackVector::ToSlot(slot_id); in GetSpeculationMode()
2950 FeedbackSlot slot = FeedbackVector::ToSlot(slot_id); in ComputeCallFeedbackRelation()