Rename kDummy32BitOffset to kPlaceholder32BitOffset.
And drop an obsolete reference to Quick compiler.
Test: m test-art-host-gtest
Bug: 161336379
Change-Id: If08cc0ca83cfeb1c6923c41f9d61766f878a295a
diff --git a/compiler/optimizing/code_generator_x86_64.h b/compiler/optimizing/code_generator_x86_64.h
index d7c5b54..dc18a24 100644
--- a/compiler/optimizing/code_generator_x86_64.h
+++ b/compiler/optimizing/code_generator_x86_64.h
@@ -639,9 +639,9 @@
static void BlockNonVolatileXmmRegisters(LocationSummary* locations);
- // When we don't know the proper offset for the value, we use kDummy32BitOffset.
+ // When we don't know the proper offset for the value, we use kPlaceholder32BitOffset.
// We will fix this up in the linker later to have the right value.
- static constexpr int32_t kDummy32BitOffset = 256;
+ static constexpr int32_t kPlaceholder32BitOffset = 256;
private:
template <linker::LinkerPatch (*Factory)(size_t, const DexFile*, uint32_t, uint32_t)>