HomeSort by relevance Sort by last modified time
    Searched refs:Operator1 (Results 1 - 6 of 6) sorted by null

  /external/v8/src/compiler/
common-operator.cc 640 struct BranchOperator final : public Operator1<BranchOperatorInfo> {
642 : Operator1<BranchOperatorInfo>( // --
668 struct BeginRegionOperator final : public Operator1<RegionObservability> {
670 : Operator1<RegionObservability>( // --
708 struct DeoptimizeOperator final : public Operator1<DeoptimizeParameters> {
710 : Operator1<DeoptimizeParameters>( // --
726 struct DeoptimizeIfOperator final : public Operator1<DeoptimizeParameters> {
728 : Operator1<DeoptimizeParameters>( // --
746 : public Operator1<DeoptimizeParameters> {
748 : Operator1<DeoptimizeParameters>( // -
    [all...]
simplified-operator.cc 90 void Operator1<FieldAccess>::PrintParameter(std::ostream& os,
    [all...]
js-operator.cc 674 struct Name##Operator final : public Operator1<BinaryOperationHint> { \
676 : Operator1<BinaryOperationHint>(IrOpcode::kJS##Name, \
697 struct Name##Operator final : public Operator1<CompareOperationHint> { \
699 : Operator1<CompareOperationHint>( \
794 return new (zone()) Operator1<FeedbackParameter>( // --
805 return new (zone()) Operator1<FeedbackParameter>( // --
816 return new (zone()) Operator1<CallForwardVarargsParameters>( // --
    [all...]
machine-operator.cc 441 struct StackSlotOperator : public Operator1<StackSlotRepresentation> {
443 : Operator1<StackSlotRepresentation>(
475 struct Load##Type##Operator final : public Operator1<LoadRepresentation> { \
477 : Operator1<LoadRepresentation>( \
483 : public Operator1<LoadRepresentation> { \
485 : Operator1<LoadRepresentation>( \
491 : public Operator1<LoadRepresentation> { \
493 : Operator1<LoadRepresentation>( \
499 : public Operator1<LoadRepresentation> { \
501 : Operator1<LoadRepresentation>(
    [all...]
operator.h 154 // Default equality function for below Operator1<*> class.
159 // Default hashing function for below Operator1<*> class.
167 class Operator1 : public Operator {
169 Operator1(Opcode opcode, Properties properties, const char* mnemonic,
183 const Operator1<T, Pred, Hash>* that =
184 reinterpret_cast<const Operator1<T, Pred, Hash>*>(other);
212 // Helper to extract parameters from Operator1<*> operator.
215 return reinterpret_cast<const Operator1<T, OpEqualTo<T>, OpHash<T>>*>(op)
simplified-operator.h 93 void Operator1<FieldAccess>::PrintParameter(std::ostream& os,

Completed in 101 milliseconds