Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-type-hint-lowering.cc51 JSSpeculativeBinopBuilder(const JSTypeHintLowering* lowering, in JSSpeculativeBinopBuilder()
202 const JSTypeHintLowering* lowering_;
211 JSTypeHintLowering::JSTypeHintLowering(JSGraph* jsgraph, in JSTypeHintLowering() function in v8::internal::compiler::JSTypeHintLowering
216 Isolate* JSTypeHintLowering::isolate() const { return jsgraph()->isolate(); } in isolate()
218 JSTypeHintLowering::LoweringResult JSTypeHintLowering::ReduceUnaryOperation( in ReduceUnaryOperation()
280 JSTypeHintLowering::LoweringResult JSTypeHintLowering::ReduceBinaryOperation( in ReduceBinaryOperation()
361 JSTypeHintLowering::LoweringResult JSTypeHintLowering::ReduceForInNextOperation( in ReduceForInNextOperation()
374 JSTypeHintLowering::LoweringResult
375 JSTypeHintLowering::ReduceForInPrepareOperation(Node* enumerator, Node* effect, in ReduceForInPrepareOperation()
388 JSTypeHintLowering::LoweringResult JSTypeHintLowering::ReduceToNumberOperation( in ReduceToNumberOperation()
[all …]
Dbytecode-graph-builder.h37 JSTypeHintLowering::Flags flags = JSTypeHintLowering::kNoFlags,
195 JSTypeHintLowering::LoweringResult TryBuildSimplifiedUnaryOp(
197 JSTypeHintLowering::LoweringResult TryBuildSimplifiedBinaryOp(
199 JSTypeHintLowering::LoweringResult TryBuildSimplifiedForInNext(
202 JSTypeHintLowering::LoweringResult TryBuildSimplifiedForInPrepare(
204 JSTypeHintLowering::LoweringResult TryBuildSimplifiedToNumber(
206 JSTypeHintLowering::LoweringResult TryBuildSimplifiedCall(const Operator* op,
210 JSTypeHintLowering::LoweringResult TryBuildSimplifiedConstruct(
212 JSTypeHintLowering::LoweringResult TryBuildSimplifiedLoadNamed(
214 JSTypeHintLowering::LoweringResult TryBuildSimplifiedLoadKeyed(
[all …]
Dbytecode-graph-builder.cc521 int inlining_id, JSTypeHintLowering::Flags flags, bool stack_check, in BytecodeGraphBuilder()
1025 JSTypeHintLowering::LoweringResult lowering = in VisitStaInArrayLiteral()
1326 JSTypeHintLowering::LoweringResult lowering = in VisitLdaNamedProperty()
1349 JSTypeHintLowering::LoweringResult lowering = in VisitLdaKeyedProperty()
1385 JSTypeHintLowering::LoweringResult lowering = in BuildNamedStore()
1420 JSTypeHintLowering::LoweringResult lowering = in VisitStaKeyedProperty()
1723 JSTypeHintLowering::LoweringResult lowering = TryBuildSimplifiedCall( in BuildCall()
1878 JSTypeHintLowering::LoweringResult lowering = TryBuildSimplifiedCall( in VisitCallWithSpread()
1996 JSTypeHintLowering::LoweringResult lowering = TryBuildSimplifiedConstruct( in VisitConstruct()
2027 JSTypeHintLowering::LoweringResult lowering = TryBuildSimplifiedConstruct( in VisitConstructWithSpread()
[all …]
Djs-type-hint-lowering.h38 class JSTypeHintLowering {
44 JSTypeHintLowering(JSGraph* jsgraph, Handle<FeedbackVector> feedback_vector,
170 DISALLOW_COPY_AND_ASSIGN(JSTypeHintLowering);
Djs-inlining.cc484 JSTypeHintLowering::Flags flags = JSTypeHintLowering::kNoFlags; in ReduceJSCall()
486 flags |= JSTypeHintLowering::kBailoutOnUninitialized; in ReduceJSCall()
Dpipeline.cc1141 JSTypeHintLowering::Flags flags = JSTypeHintLowering::kNoFlags; in Run()
1143 flags |= JSTypeHintLowering::kBailoutOnUninitialized; in Run()