Home
last modified time | relevance | path

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

/external/v8/test/unittests/compiler/
Dchange-lowering-unittest.cc75 IsIntPtrConstant(HeapNumber::kValueOffset - kHeapObjectTag), in IsLoadHeapNumber()
78 Matcher<Node*> IsIntPtrConstant(int value) { in IsIntPtrConstant() function in v8::internal::compiler::ChangeLoweringTest
82 return IsIntPtrConstant(kSmiShiftSize + kSmiTagSize); in IsSmiShiftBitsConstant()
198 p0, IsIntPtrConstant(access.offset - access.tag()), p1, in TARGET_TEST_P()
217 p0, IsIntPtrConstant(access.offset - access.tag()), p1, in TARGET_TEST_P()
232 Matcher<Node*> index_match = IsIntPtrConstant(access.offset - access.tag()); in TARGET_TEST_P()
235 IsIntPtrConstant(access.offset - access.tag()), in TARGET_TEST_P()
382 IsIntPtrConstant(HeapNumber::kValueOffset - kHeapObjectTag), in TARGET_TEST_F()
Dinterpreter-assembler-unittest.cc28 Matcher<Node*> IsIntPtrConstant(const intptr_t value) { in IsIntPtrConstant() function
505 IsIntPtrConstant(BytecodeArray::kConstantPoolOffset - kHeapObjectTag)); in TARGET_TEST_F()
510 IsIntPtrConstant(FixedArray::kHeaderSize - kHeapObjectTag), in TARGET_TEST_F()
526 IsIntPtrConstant(FixedArray::kHeaderSize - kHeapObjectTag), in TARGET_TEST_F()
541 IsIntPtrConstant(offset - kHeapObjectTag))); in TARGET_TEST_F()
670 IsIntPtrConstant( in TARGET_TEST_F()
674 IsIntPtrConstant(JSFunction::kSharedFunctionInfoOffset - in TARGET_TEST_F()
680 IsIntPtrConstant(SharedFunctionInfo::kFeedbackVectorOffset - in TARGET_TEST_F()
Djs-typed-lowering-unittest.cc113 Matcher<Node*> IsIntPtrConstant(intptr_t value) { in IsIntPtrConstant() function in v8::internal::compiler::JSTypedLoweringTest
656 IsIntPtrConstant(bit_cast<intptr_t>(&backing_store[0])), in TEST_F()
695 IsIntPtrConstant(bit_cast<intptr_t>(&backing_store[0])), in TEST_F()
742 IsIntPtrConstant(bit_cast<intptr_t>(&backing_store[0])), in TEST_F()
790 IsIntPtrConstant(bit_cast<intptr_t>(&backing_store[0])), in TEST_F()
831 access, IsIntPtrConstant(bit_cast<intptr_t>(&backing_store[0])), in TEST_F()