diff options
author | 2020-10-27 13:41:40 +0000 | |
---|---|---|
committer | 2020-10-29 15:42:52 +0000 | |
commit | de91ca90389e4b41ed27b320a6c43ff56a6d75ff (patch) | |
tree | 2e18ff33d30fce88d578ea68b8b1037755aececc /compiler/optimizing/intrinsics.h | |
parent | 9ca92fb4646eccff9f972f6a2a21709676b65460 (diff) |
Refactor Integer.valueOf() intrinsic implementation.
Prepare for Reference.getReferent() intrinsic implementation
by a refactoring to separate the retrieval of an intrinsic
method's declaring class to its own helper function, rather
than being a part of a larger one.
Test: m test-art-host-gtest
Test: testrunner.py --host --optimizing --jit
Test: aosp_blueline-userdebug boots.
Test: run-gtests.sh
Test: testrunner.py --target --optimizing --jit
Bug: 170286013
Change-Id: Ib6c0e55d0c6fcc932999428f21c51afe32ab7ef2
Diffstat (limited to 'compiler/optimizing/intrinsics.h')
-rw-r--r-- | compiler/optimizing/intrinsics.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/optimizing/intrinsics.h b/compiler/optimizing/intrinsics.h index f3c6d8b4c2..cc26e41067 100644 --- a/compiler/optimizing/intrinsics.h +++ b/compiler/optimizing/intrinsics.h @@ -117,9 +117,6 @@ class IntrinsicVisitor : public ValueObject { // The length of the cache array. uint32_t length; - // Boot image offset of java.lang.Integer for allocating an instance. - uint32_t integer_boot_image_offset; // Set to kInvalidReference when compiling the boot image. - // This union contains references to the boot image. For app AOT or JIT compilation, // these are the boot image offsets of the target. For boot image compilation, the // location shall be known only at link time, so we encode a symbolic reference using |