blob: b49a3400d3d331a52c219ee8bd0661c33e7d43b0 [file] [log] [blame]
Igor Murashkin311fdf52016-07-22 15:59:16 -07001/*
2 * Copyright (C) 2016 The Android Open Source Project
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17// Offsets within ShadowFrame.
18
19#if defined(DEFINE_INCLUDE_DEPENDENCIES)
20#include "stack.h" // art::ShadowFrame
21#endif
22
23#include "common.def" // DEFINE_OFFSET_EXPR
24
25#define DEFINE_SHADOW_FRAME_OFFSET(field_name, method_name) \
26 DEFINE_OFFSET_EXPR(ShadowFrame, field_name, int32_t, art::ShadowFrame::method_name##Offset())
27
28// New macro suffix Method Name (of the Offset method)
29DEFINE_SHADOW_FRAME_OFFSET(LINK, Link)
30DEFINE_SHADOW_FRAME_OFFSET(METHOD, Method)
31DEFINE_SHADOW_FRAME_OFFSET(RESULT_REGISTER, ResultRegister)
32DEFINE_SHADOW_FRAME_OFFSET(DEX_PC_PTR, DexPCPtr)
33DEFINE_SHADOW_FRAME_OFFSET(CODE_ITEM, CodeItem)
34DEFINE_SHADOW_FRAME_OFFSET(LOCK_COUNT_DATA, LockCountData)
35DEFINE_SHADOW_FRAME_OFFSET(NUMBER_OF_VREGS, NumberOfVRegs)
36DEFINE_SHADOW_FRAME_OFFSET(DEX_PC, DexPC)
37DEFINE_SHADOW_FRAME_OFFSET(CACHED_HOTNESS_COUNTDOWN, CachedHotnessCountdown)
38DEFINE_SHADOW_FRAME_OFFSET(VREGS, VRegs)
39
40#undef DEFINE_SHADOW_FRAME_OFFSET
41#include "common_undef.def" // undef DEFINE_OFFSET_EXPR