Home
last modified time | relevance | path

Searched refs:call (Results 1 – 25 of 156) sorted by relevance

1234567

/art/test/985-re-obsolete/
Dexpected.txt1 Pre Start private method call
3 Post Start private method call
5 Pre Finish private method call
7 Post Finish private method call
8 Pre Start private method call
10 Post Start private method call
12 Pre Finish private method call
14 Post Finish private method call
15 Pre Start private method call - Transformed
17 Post Start private method call - Transformed
[all …]
/art/test/915-obsolete-2/
Dexpected.txt1 Pre Start private method call
3 Post Start private method call
5 Pre Finish private method call
7 Post Finish private method call
8 Pre Start private method call
10 Post Start private method call
12 Pre Finish private method call
14 Post Finish private method call
15 Pre Start private method call - Transformed
17 Post Start private method call - Transformed
[all …]
/art/test/916-obsolete-jit/
Dexpected.txt1 Pre Start private method call
3 Post Start private method call
5 Pre Finish private method call
7 Post Finish private method call
8 Pre Start private method call
10 Post Start private method call
12 Pre Finish private method call
14 Post Finish private method call
15 pre Start private method call - Transformed
17 post Start private method call - Transformed
[all …]
/art/test/919-obsolete-fields/
Dexpected.txt1 Pre Start private method call
3 Post Start private method call
5 Pre Finish private method call
7 Post Finish private method call
8 Pre Start private method call
10 Post Start private method call
12 Pre Finish private method call
14 Post Finish private method call
15 pre Start private method call - Transformed
17 post Start private method call - Transformed
[all …]
/art/test/995-breakpoints-throw/
Dexpected.txt1 Test "call Test995::breakpoint": Running breakpoint with handler "do nothing"
3 Test "call Test995::breakpoint": No error caught with handler "do nothing"
4 Test "call Test995::breakpoint": Finished running with handler "do nothing"
5 Test "call Test995::breakpointCatch": Running breakpoint with handler "do nothing"
7 Test "call Test995::breakpointCatch": No error caught with handler "do nothing"
8 Test "call Test995::breakpointCatch": Finished running with handler "do nothing"
9 Test "call Test995::breakpointCatchLate": Running breakpoint with handler "do nothing"
11 Test "call Test995::breakpointCatchLate": No error caught with handler "do nothing"
12 Test "call Test995::breakpointCatchLate": Finished running with handler "do nothing"
17 Test "call Test995::breakpoint": Running breakpoint with handler "throw"
[all …]
/art/test/136-daemon-jni-shutdown/
Dexpected.txt2 About to call exception check
3 About to call exception check
4 About to call exception check
5 About to call exception check
/art/runtime/interpreter/mterp/x86_64/
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)
232 call SYMBOL(MterpLogOSR)
[all …]
Dop_return_void.S2 call SYMBOL(MterpThreadFenceForConstructor)
6 call SYMBOL(MterpSuspendCheck)
Dop_return.S8 call SYMBOL(MterpThreadFenceForConstructor)
12 call SYMBOL(MterpSuspendCheck)
Dop_return_wide.S6 call SYMBOL(MterpThreadFenceForConstructor)
10 call SYMBOL(MterpSuspendCheck)
/art/test/535-deopt-and-inlining/src/
DMain.java41 if (call == 100) { in deopt()
42 call = 0; in deopt()
45 call++; in deopt()
54 static int call = 0; field in Main
/art/
DAndroid.mk17 LOCAL_PATH := $(call my-dir)
135 $(hide) $(call ART_TEST_PREREQ_FINISHED,$@)
139 $(hide) $(call ART_TEST_PREREQ_FINISHED,$@)
143 $(hide) $(call ART_TEST_PREREQ_FINISHED,$@)
164 $(hide) $(call ART_TEST_PREREQ_FINISHED,$@)
169 $(hide) $(call ART_TEST_PREREQ_FINISHED,$@)
174 $(hide) $(call ART_TEST_PREREQ_FINISHED,$@)
179 $(hide) $(call ART_TEST_PREREQ_FINISHED,$@)
184 $(hide) $(call ART_TEST_PREREQ_FINISHED,$@)
190 $(hide) $(call ART_TEST_PREREQ_FINISHED,$@)
[all …]
DCleanSpec.mk48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libart_*)
49 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libartd_*)
50 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libart_*)
51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libartd_*)
/art/build/
DAndroid.gtest.mk68 $(foreach dir,$(GTEST_DEX_DIRECTORIES), $(eval $(call build-art-test-dex,art-gtest,$(dir), \
94 $(call dexpreopt-remove-classes.dex,$@)
98 $(call dexpreopt-remove-classes.dex,$@)
102 $(call uncompress-dexs, $@)
103 $(call align-package, $@)
107 $(call uncompress-dexs, $@)
108 $(call align-package, $@)
122 $(call uncompress-dexs, $@)
123 $(call align-package, $@)
127 $(call uncompress-dexs, $@)
[all …]
DAndroid.oat.mk132 $(call create-core-oat-host-rules,$(1),,$(2),$(3),$(4))
135 $(call create-core-oat-host-rules,$(1),2ND_,$(2),$(3),$(4))
139 $(eval $(call create-core-oat-host-rule-combination,optimizing,,,false))
140 $(eval $(call create-core-oat-host-rule-combination,interpreter,,,false))
141 $(eval $(call create-core-oat-host-rule-combination,interp-ac,,,false))
142 $(eval $(call create-core-oat-host-rule-combination,optimizing,,,true))
143 $(eval $(call create-core-oat-host-rule-combination,interpreter,,,true))
144 $(eval $(call create-core-oat-host-rule-combination,interp-ac,,,true))
148 $(eval $(call create-core-oat-host-rule-combination,optimizing,valgrind,32,false))
149 $(eval $(call create-core-oat-host-rule-combination,interpreter,valgrind,32,false))
[all …]
DAndroid.common_test.mk75 ( $(call ART_TEST_ANNOUNCE_PASS,$(1)) && \
104 && $(call ART_TEST_ANNOUNCE_RUN,$(1)) ) \
107 && $(call ART_TEST_ANNOUNCE_SKIP_FAILURE,$(1)) ) \
108 || $(call ART_TEST_ANNOUNCE_SKIP_BROKEN,$(1)) ) && false))
126 LOCAL_SRC_FILES := $(call all-java-files-under, $(2))
143 LOCAL_SRC_FILES := $(call all-java-files-under, $(2))
DAndroid.cpplint.mk32 ART_CPPLINT_SRC := $(addprefix $(LOCAL_PATH)/, $(call all-subdir-named-files,*.h) $(call all-subdir…
36 ART_CPPLINT_CFG := $(addprefix $(LOCAL_PATH)/, $(call all-subdir-named-files,CPPLINT.cfg))
65 $(foreach file, $(ART_CPPLINT_SRC), $(eval $(call declare-art-cpplint-target,$(file))))
/art/runtime/interpreter/mterp/x86/
Dfooter.S22 call SYMBOL(MterpLogDivideByZeroException)
33 call SYMBOL(MterpLogArrayIndexException)
44 call SYMBOL(MterpLogNegativeArraySizeException)
55 call SYMBOL(MterpLogNoSuchMethodException)
66 call SYMBOL(MterpLogNullObjectException)
77 call SYMBOL(MterpLogExceptionThrownException)
90 call SYMBOL(MterpLogSuspendFallback)
115 call SYMBOL(MterpHandleException)
123 call SYMBOL(MterpShouldSwitchInterpreters)
258 call SYMBOL(MterpLogOSR)
[all …]
Dop_return_void.S2 call SYMBOL(MterpThreadFenceForConstructor)
7 call SYMBOL(MterpSuspendCheck)
Dop_return.S8 call SYMBOL(MterpThreadFenceForConstructor)
13 call SYMBOL(MterpSuspendCheck)
/art/runtime/interpreter/mterp/out/
Dmterp_x86_64.S379 call SYMBOL(MterpSetUpHotnessCountdown)
594 call SYMBOL(MterpThreadFenceForConstructor)
598 call SYMBOL(MterpSuspendCheck)
614 call SYMBOL(MterpThreadFenceForConstructor)
618 call SYMBOL(MterpSuspendCheck)
632 call SYMBOL(MterpThreadFenceForConstructor)
636 call SYMBOL(MterpSuspendCheck)
653 call SYMBOL(MterpThreadFenceForConstructor)
657 call SYMBOL(MterpSuspendCheck)
755 call SYMBOL(MterpConstString) # (index, tgt_reg, shadow_frame, self)
[all …]
Dmterp_x86.S395 call SYMBOL(MterpSetUpHotnessCountdown)
617 call SYMBOL(MterpThreadFenceForConstructor)
622 call SYMBOL(MterpSuspendCheck)
639 call SYMBOL(MterpThreadFenceForConstructor)
644 call SYMBOL(MterpSuspendCheck)
659 call SYMBOL(MterpThreadFenceForConstructor)
664 call SYMBOL(MterpSuspendCheck)
682 call SYMBOL(MterpThreadFenceForConstructor)
687 call SYMBOL(MterpSuspendCheck)
802 call SYMBOL(MterpConstString) # (index, tgt_reg, shadow_frame, self)
[all …]
/art/tools/amm/
DAndroid.mk15 LOCAL_PATH := $(call my-dir)
20 LOCAL_SRC_FILES := $(call all-c-files-under, AmmTest/jni)
28 LOCAL_SRC_FILES := $(call all-java-files-under, AmmTest/src)
/art/test/004-StackWalk/
Dexpected.txt2 1st call
4 2nd call
/art/test/117-nopatchoat/
Dexpected.txt4 This is a function call
8 This is a function call
12 This is a function call

1234567