Home
last modified time | relevance | path

Searched refs:JSTypeHintLowering (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Djs-type-hint-lowering.h27 class JSTypeHintLowering {
29 JSTypeHintLowering(JSGraph* jsgraph, Handle<FeedbackVector> feedback_vector);
47 DISALLOW_COPY_AND_ASSIGN(JSTypeHintLowering);
Djs-type-hint-lowering.cc19 JSSpeculativeBinopBuilder(JSTypeHintLowering* lowering, const Operator* op, in JSSpeculativeBinopBuilder()
107 JSTypeHintLowering* lowering_;
116 JSTypeHintLowering::JSTypeHintLowering(JSGraph* jsgraph, in JSTypeHintLowering() function in v8::internal::compiler::JSTypeHintLowering
120 Reduction JSTypeHintLowering::ReduceBinaryOperation(const Operator* op, in ReduceBinaryOperation()
Dbytecode-graph-builder.cc1519 JSTypeHintLowering type_hint_lowering(jsgraph(), feedback_vector()); in TryBuildSimplifiedBinaryOp()