Searched refs:CheckNumber (Results 1 – 11 of 11) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | operation-typer.h | 68 Type CheckNumber(Type type);
|
D | property-access-builder.cc | 77 graph()->NewNode(simplified()->CheckNumber(FeedbackSource()), *receiver, in TryBuildNumberCheck()
|
D | simplified-operator.h | 896 const Operator* CheckNumber(const FeedbackSource& feedback); in NON_EXPORTED_BASE()
|
D | opcodes.h | 413 V(CheckNumber) \
|
D | js-create-lowering.cc | 480 simplified()->CheckNumber(FeedbackSource{}), length, effect, control); in ReduceNewArray() 596 graph()->NewNode(simplified()->CheckNumber(FeedbackSource()), value, in ReduceNewArray()
|
D | operation-typer.cc | 1295 Type OperationTyper::CheckNumber(Type type) { in CheckNumber() function in v8::internal::compiler::OperationTyper
|
D | js-native-context-specialization.cc | 2429 graph()->NewNode(simplified()->CheckNumber(FeedbackSource()), value, in BuildPropertyStore() 3147 graph()->NewNode(simplified()->CheckNumber(FeedbackSource()), value, in BuildElementAccess()
|
D | simplified-operator.cc | 832 V(CheckNumber, 1, 1) \
|
D | typer.cc | 2109 return typer_->operation_typer_.CheckNumber(Operand(node, 0)); in TypeCheckNumber()
|
D | simplified-lowering.cc | 475 new_type = Type::Intersect(op_typer_.CheckNumber(input0_type), in UpdateFeedbackType()
|
D | js-call-reducer.cc | 5602 simplified()->CheckNumber(p.feedback()), value, effect, control); in ReduceArrayPrototypePush()
|