OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ArgsDone_Full
(Results
1 - 3
of
3
) sorted by null
/dalvik/vm/compiler/codegen/x86/
LowerInvoke.cpp
33
return
ArgsDone_Full
;
104
common_invokeMethodRange(
ArgsDone_Full
);
107
common_invokeMethodNoRange(
ArgsDone_Full
);
305
common_invokeMethodRange(
ArgsDone_Full
);
308
common_invokeMethodNoRange(
ArgsDone_Full
);
583
if(form ==
ArgsDone_Full
)
746
// to dynamically determine which one to choose (form ==
ArgsDone_Full
)
752
if(form ==
ArgsDone_Full
) {
784
if(form ==
ArgsDone_Full
) {
789
if(form == ArgsDone_Native || form ==
ArgsDone_Full
) {
[
all
...]
Lower.cpp
375
if(dump_x86_inst) ALOGI("
ArgsDone_Full
start");
376
common_invokeArgsDone(
ArgsDone_Full
, true/*isJitFull*/);
377
if(dump_x86_inst) ALOGI("
ArgsDone_Full
end");
Lower.h
173
ArgsDone_Full
[
all
...]
Completed in 28 milliseconds