OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:switchData
(Results
1 - 5
of
5
) sorted by null
/dalvik/vm/mterp/c/
OP_PACKED_SWITCH.cpp
3
const u2*
switchData
;
10
switchData
= pc + offset; // offset in 16-bit units
12
if (
switchData
< curMethod->insns ||
13
switchData
>= curMethod->insns + dvmGetMethodInsnsSize(curMethod))
23
offset = dvmInterpHandlePackedSwitch(
switchData
, testVal);
OP_SPARSE_SWITCH.cpp
3
const u2*
switchData
;
10
switchData
= pc + offset; // offset in 16-bit units
12
if (
switchData
< curMethod->insns ||
13
switchData
>= curMethod->insns + dvmGetMethodInsnsSize(curMethod))
23
offset = dvmInterpHandleSparseSwitch(
switchData
, testVal);
/dalvik/vm/compiler/
Frontend.cpp
[
all
...]
/dalvik/vm/mterp/out/
InterpC-allstubs.cpp
[
all
...]
InterpC-portable.cpp
[
all
...]
Completed in 62 milliseconds