OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InlineOperation
(Results
1 - 15
of
15
) sorted by null
/dalvik/vm/
InlineNative.h
48
struct
InlineOperation
{
95
const
InlineOperation
* dvmGetInlineOpsTable(void);
102
extern const
InlineOperation
gDvmInlineOpsTable[];
InlineNative.cpp
730
const
InlineOperation
gDvmInlineOpsTable[] = {
797
const
InlineOperation
* dvmGetInlineOpsTable()
/dalvik/vm/mterp/armv5te/
OP_EXECUTE_INLINE.S
62
ldr rINST, .L${opcode}_table @ table of
InlineOperation
OP_EXECUTE_INLINE_RANGE.S
54
ldr r9, .L${opcode}_table @ table of
InlineOperation
/dalvik/vm/mterp/mips/
OP_EXECUTE_INLINE.S
73
la rINST, gDvmInlineOpsTable # table of
InlineOperation
OP_EXECUTE_INLINE_RANGE.S
60
la rOBJ, gDvmInlineOpsTable # table of
InlineOperation
/dalvik/vm/mterp/common/
asm-constants.h
145
/*
InlineOperation
fields -- code assumes "func" offset is zero, do not alter */
146
MTERP_OFFSET(offInlineOperation_func,
InlineOperation
, func, 0)
/dalvik/vm/analysis/
Optimize.cpp
62
const
InlineOperation
* ops = dvmGetInlineOpsTable();
[
all
...]
/dalvik/vm/compiler/codegen/arm/
CodegenDriver.cpp
[
all
...]
/dalvik/vm/compiler/codegen/mips/
CodegenDriver.cpp
[
all
...]
/dalvik/vm/mterp/out/
InterpAsm-armv5te-vfp.S
[
all
...]
InterpAsm-armv5te.S
[
all
...]
InterpAsm-armv7-a-neon.S
[
all
...]
InterpAsm-armv7-a.S
[
all
...]
InterpAsm-mips.S
[
all
...]
Completed in 441 milliseconds