Searched refs:ShiftRightLogical (Results 1 – 14 of 14) sorted by relevance
/external/v8/src/runtime/ |
D | runtime-operators.cc | 187 isolate, result, Object::ShiftRightLogical(isolate, lhs, rhs)); in RUNTIME_FUNCTION() 200 Object::ShiftRightLogical(isolate, lhs, rhs, Strength::STRONG)); in RUNTIME_FUNCTION()
|
D | runtime.h | 512 F(ShiftRightLogical, 2, 1) \
|
/external/v8/test/unittests/compiler/ |
D | typer-unittest.cc | 411 TEST_BINARY_MONOTONICITY(ShiftRightLogical)
|
D | js-typed-lowering-unittest.cc | 523 javascript()->ShiftRightLogical(language_mode, hints), lhs, in TEST_F() 543 javascript()->ShiftRightLogical(language_mode, hints), lhs, rhs, in TEST_F()
|
/external/v8/src/interpreter/ |
D | bytecodes.h | 133 V(ShiftRightLogical, OperandType::kReg8) \
|
/external/v8/src/compiler/ |
D | js-operator.h | 492 const Operator* ShiftRightLogical(LanguageMode language_mode,
|
D | js-operator.cc | 654 const Operator* JSOperatorBuilder::ShiftRightLogical( in ShiftRightLogical() function in v8::internal::compiler::JSOperatorBuilder
|
D | bytecode-graph-builder.cc | 1414 BuildBinaryOp(javascript()->ShiftRightLogical(language_mode(), hints), in VisitShiftRightLogical()
|
D | ast-graph-builder.cc | 3856 js_op = javascript()->ShiftRightLogical(language_mode(), hints); in BuildBinaryOp()
|
/external/v8/test/cctest/compiler/ |
D | test-js-typed-lowering.cc | 339 set(i++, javascript.ShiftRightLogical(language_mode_, hints), false); in JSBitwiseShiftTypedLoweringTester()
|
/external/v8/src/ic/ |
D | ic.cc | 2554 Object::ShiftRightLogical(isolate(), left, right, state.strength()), in Transition()
|
/external/v8/test/cctest/interpreter/ |
D | test-bytecode-generator.cc | 413 B(ShiftRightLogical), R(1), // in TEST()
|
/external/v8/src/ |
D | objects.h | 1214 MUST_USE_RESULT static MaybeHandle<Object> ShiftRightLogical(
|
D | objects.cc | 557 MaybeHandle<Object> Object::ShiftRightLogical(Isolate* isolate, in ShiftRightLogical() function in v8::internal::Object
|