OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:calleeMethod
(Results
1 - 6
of
6
) sorted by null
/dalvik/vm/compiler/
InlineTransformation.cpp
23
const Method *
calleeMethod
,
28
(
calleeMethod
->registersSize -
calleeMethod
->insSize);
38
const Method *
calleeMethod
,
56
dexDecodeInstruction(
calleeMethod
->insns, &getterInsn);
58
if (!dvmCompilerCanIncludeThisInstruction(
calleeMethod
, &getterInsn))
81
getterInsn.vB = convertRegId(&invokeMIR->dalvikInsn,
calleeMethod
,
86
getterInsn.vC = convertRegId(&invokeMIR->dalvikInsn,
calleeMethod
,
105
newGetterMIR->meta.
calleeMethod
=
calleeMethod
;
[
all
...]
Frontend.cpp
89
const Method *
calleeMethod
=
92
if (
calleeMethod
&& !dvmIsNativeMethod(
calleeMethod
)) {
93
*target = (unsigned int)
calleeMethod
->insns;
96
*callee =
calleeMethod
;
101
const Method *
calleeMethod
=
104
if (
calleeMethod
&& !dvmIsNativeMethod(
calleeMethod
)) {
105
*target = (unsigned int)
calleeMethod
->insns;
108
*callee =
calleeMethod
;
[
all
...]
CompilerIR.h
139
const Method *
calleeMethod
;
/dalvik/vm/compiler/codegen/x86/
LowerInvoke.cpp
31
ArgsDoneType convertCalleeToType(const Method*
calleeMethod
) {
32
if(
calleeMethod
== NULL)
34
if(dvmIsNativeMethod(
calleeMethod
))
150
const Method *
calleeMethod
=
152
move_imm_to_reg(OpndSize_32, (int)
calleeMethod
, PhysicalReg_ECX, true);
154
common_invokeMethodRange(convertCalleeToType(
calleeMethod
));
157
common_invokeMethodNoRange(convertCalleeToType(
calleeMethod
));
200
const Method *
calleeMethod
=
202
move_imm_to_reg(OpndSize_32, (int)
calleeMethod
, PhysicalReg_ECX, true);
205
common_invokeMethodRange(convertCalleeToType(
calleeMethod
));
[
all
...]
/dalvik/vm/compiler/codegen/arm/
CodegenDriver.cpp
[
all
...]
/dalvik/vm/compiler/codegen/mips/
CodegenDriver.cpp
[
all
...]
Completed in 3388 milliseconds