Searched refs:call (Results 1 - 25 of 123) sorted by relevance

12345

/art/test/535-deopt-and-inlining/src/
H A DMain.java41 if (call == 100) {
42 call = 0;
45 call++;
54 static int call = 0; field in class:Main
/art/runtime/interpreter/mterp/x86/
H A Dop_return_void.S2 call SYMBOL(MterpThreadFenceForConstructor)
7 call SYMBOL(MterpSuspendCheck)
H A Dop_return.S8 call SYMBOL(MterpThreadFenceForConstructor)
13 call SYMBOL(MterpSuspendCheck)
H A Dop_return_wide.S6 call SYMBOL(MterpThreadFenceForConstructor)
11 call SYMBOL(MterpSuspendCheck)
H A Dop_monitor_enter.S10 call SYMBOL(artLockObjectFromCode) # (object, self)
H A Dop_monitor_exit.S14 call SYMBOL(artUnlockObjectFromCode) # (object, self)
H A Dop_return_void_no_barrier.S5 call SYMBOL(MterpSuspendCheck)
/art/runtime/interpreter/mterp/x86_64/
H A Dop_return.S8 call SYMBOL(MterpThreadFenceForConstructor)
12 call SYMBOL(MterpSuspendCheck)
H A Dop_return_void.S2 call SYMBOL(MterpThreadFenceForConstructor)
6 call SYMBOL(MterpSuspendCheck)
H A Dop_return_wide.S6 call SYMBOL(MterpThreadFenceForConstructor)
10 call SYMBOL(MterpSuspendCheck)
H A Dinvoke.S14 call SYMBOL($helper)
18 call SYMBOL(MterpShouldSwitchInterpreters)
H A Dinvoke_polymorphic.S14 call SYMBOL($helper)
18 call SYMBOL(MterpShouldSwitchInterpreters)
H A Dop_monitor_enter.S8 call SYMBOL(artLockObjectFromCode) # (object, self)
H A Dop_monitor_exit.S12 call SYMBOL(artUnlockObjectFromCode) # (object, self)
H A Dop_return_void_no_barrier.S4 call SYMBOL(MterpSuspendCheck)
H A Dfooter.S20 call SYMBOL(MterpLogDivideByZeroException)
29 call SYMBOL(MterpLogArrayIndexException)
38 call SYMBOL(MterpLogNegativeArraySizeException)
47 call SYMBOL(MterpLogNoSuchMethodException)
56 call SYMBOL(MterpLogNullObjectException)
65 call SYMBOL(MterpLogExceptionThrownException)
75 call SYMBOL(MterpLogSuspendFallback)
98 call SYMBOL(MterpHandleException)
106 call SYMBOL(MterpShouldSwitchInterpreters)
163 call SYMBO
[all...]
H A Dalt_stub.S4 * handler. Unlike the Arm handler, we can't do this as a tail call
16 call SYMBOL(MterpCheckBefore) # (self, shadow_frame, dex_pc_ptr)
H A Dop_aput_object.S10 call SYMBOL(MterpAputObject) # (array, index)
H A Dop_filled_new_array.S14 call SYMBOL($helper)
H A Dop_iput_object.S7 call SYMBOL(MterpIputObject)
H A Dop_iput_object_quick.S6 call SYMBOL(MterpIputObjectQuick)
H A Dop_new_instance.S10 call SYMBOL(MterpNewInstance)
H A Dop_packed_switch.S15 call SYMBOL($func)
H A Dop_sput_object.S7 call SYMBOL(MterpSputObject)
/art/tools/dexfuzz/
H A DAndroid.mk17 LOCAL_PATH := $(call my-dir)
21 LOCAL_SRC_FILES := $(call all-java-files-under, src)

Completed in 566 milliseconds

12345