#include "test/unittests/codegen/code-stub-assembler-unittest.h"
#include "src/compiler/node.h"
#include "src/execution/isolate.h"
#include "test/common/code-assembler-tester.h"
#include "test/unittests/compiler/compiler-test-utils.h"
#include "test/unittests/compiler/function-tester.h"
#include "test/unittests/compiler/node-test-utils.h"
_;
c;
namespace v8 {
namespace internal {
CodeStubAssemblerTestState::CodeStubAssemblerTestState(
CodeStubAssemblerTest* test)
: … { … }
TARGET_TEST_F(CodeStubAssemblerTest, SmiTag) { … }
TARGET_TEST_F(CodeStubAssemblerTest, IntPtrMax) { … }
TARGET_TEST_F(CodeStubAssemblerTest, IntPtrMin) { … }
#define __ …
namespace {
void ExpectArrayListsEqual(DirectHandle<ArrayList> array1,
DirectHandle<ArrayList> array2) { … }
}
TARGET_TEST_F(CodeStubAssemblerTest, ArrayListAllocateEquivalent) { … }
TARGET_TEST_F(CodeStubAssemblerTest, ArrayListAddEquivalent) { … }
TARGET_TEST_F(CodeStubAssemblerTest, ArrayListElementsEquivalent) { … }
}
}