OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:handlerTable
(Results
1 - 7
of
7
) sorted by null
/dalvik/vm/mterp/portable/
stubdefs.cpp
43
goto *
handlerTable
[INST_INST(inst)]; \
46
goto *
handlerTable
[_opcode]; \
entry.cpp
27
DEFINE_GOTO_TABLE(
handlerTable
);
/frameworks/wilhelm/src/
handlers.c
28
const AttributeHandler
handlerTable
[1 + XA_OBJECTID_CAMERADEVICE +
handlers.h
80
extern const AttributeHandler
handlerTable
[][ATTR_INDEX_MAX];
locks.c
185
AttributeHandler handler =
handlerTable
[index][bit];
/dalvik/vm/interp/
Interp.cpp
[
all
...]
/dalvik/vm/mterp/out/
InterpC-portable.cpp
421
goto *
handlerTable
[INST_INST(inst)]; \
424
goto *
handlerTable
[_opcode]; \
[
all
...]
Completed in 674 milliseconds