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

123456

/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/openjdkjvm/
H A DAndroid.mk16 LOCAL_PATH := $(call my-dir)
/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 Dalt_stub.S4 * handler. Unlike the Arm handler, we can't do this as a tail call
16 call SYMBOL(MterpCheckBefore) # (self, shadow_frame)
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)
107 call SYMBOL(MterpShouldSwitchInterpreters)
164 call SYMBO
[all...]
H A Dop_aput_object.S10 call SYMBOL(MterpAputObject) # (array, index)
/art/imgdiag/
H A DAndroid.mk17 LOCAL_PATH := $(call my-dir)
32 $(eval $(call build-art-multi-executable,imgdiag,$(IMGDIAG_SRC_FILES),libart-compiler libbacktrace,libcutils,libziparchive-host,art/compiler,both,$(HOST_PREFER_32_BIT)))
/art/profman/
H A DAndroid.mk17 LOCAL_PATH := $(call my-dir)
34 $(eval $(call build-art-executable,profman,$(PROFMAN_SRC_FILES),libcutils,art/profman,target,ndebug,$(profman_arch)))
37 $(eval $(call build-art-executable,profman,$(PROFMAN_SRC_FILES),libcutils,art/profman,target,debug,$(profman_arch)))
41 $(eval $(call build-art-executable,profman,$(PROFMAN_SRC_FILES),libcutils,art/profman,host,ndebug))
44 $(eval $(call build-art-executable,profman,$(PROFMAN_SRC_FILES),libcutils,art/profman,host,debug))
/art/runtime/interpreter/mterp/x86/
H A Dop_return.S8 call SYMBOL(MterpThreadFenceForConstructor)
13 call SYMBOL(MterpSuspendCheck)
H A Dop_return_void.S2 call SYMBOL(MterpThreadFenceForConstructor)
7 call SYMBOL(MterpSuspendCheck)
H A Dop_return_wide.S6 call SYMBOL(MterpThreadFenceForConstructor)
11 call SYMBOL(MterpSuspendCheck)
H A Dalt_stub.S4 * handler. Unlike the Arm handler, we can't do this as a tail call
18 call SYMBOL(MterpCheckBefore) # (self, shadow_frame)
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/tools/dexfuzz/
H A DAndroid.mk17 LOCAL_PATH := $(call my-dir)
21 LOCAL_SRC_FILES := $(call all-java-files-under, src)
/art/benchmark/
H A DAndroid.mk17 LOCAL_PATH := $(call my-dir)
48 $(call set-target-local-clang-vars)
49 $(call set-target-local-cflags-vars,debug)
71 $(eval $(call build-libartbenchmark,target))
74 $(eval $(call build-libartbenchmark,host))
/art/patchoat/
H A DAndroid.mk17 LOCAL_PATH := $(call my-dir)
33 $(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),libcutils libsigchain,art/compiler,target,ndebug,$(patchoat_arch)))
36 $(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),libcutils libsigchain,art/compiler,target,debug,$(patchoat_arch)))
41 $(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),libcutils libsigchain,art/compiler,host,ndebug))
44 $(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),libcutils libsigchain,art/compiler,host,debug))
/art/build/
H A DAndroid.oat.mk156 $(call create-core-oat-host-rules,$(1),no-pic,,$(2),$(3),$(4))
157 $(call create-core-oat-host-rules,$(1),pic,,$(2),$(3),$(4))
160 $(call create-core-oat-host-rules,$(1),no-pic,2ND_,$(2),$(3),$(4))
161 $(call create-core-oat-host-rules,$(1),pic,2ND_,$(2),$(3),$(4))
165 $(eval $(call create-core-oat-host-rule-combination,default,,,false))
166 $(eval $(call create-core-oat-host-rule-combination,optimizing,,,false))
167 $(eval $(call create-core-oat-host-rule-combination,interpreter,,,false))
168 $(eval $(call create-core-oat-host-rule-combination,interp-ac,,,false))
169 $(eval $(call create-core-oat-host-rule-combination,jit,,,false))
170 $(eval $(call creat
[all...]

Completed in 267 milliseconds

123456