OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mainHandlerTable
(Results
1 - 4
of
4
) sorted by null
/dalvik/vm/
Thread.h
166
void*
mainHandlerTable
; // Table of actual instruction handler
180
* checks by delaying the reset of curHandlerTable to
mainHandlerTable
.
Thread.cpp
863
thread->
mainHandlerTable
= dvmAsmInstructionStart;
865
thread->interpBreak.ctl.curHandlerTable = thread->
mainHandlerTable
;
[
all
...]
/dalvik/vm/mterp/common/
asm-constants.h
181
MTERP_OFFSET(offThread_mainHandlerTable, Thread,
mainHandlerTable
, 88)
/dalvik/vm/interp/
Interp.cpp
[
all
...]
Completed in 97 milliseconds