Searched refs:call (Results 1 – 25 of 136) sorted by relevance
123456
2 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 03 result is StandardTestObject { cnt: 2 } base-call count: 15 Single call with PopFrame on SynchronizedFunctionTestObject { cnt: 0 } base-call-count: 06 result is SynchronizedFunctionTestObject { cnt: 2 } base-call count: 18 Single call with PopFrame on SynchronizedTestObject { cnt: 0 } base-call-count: 09 result is SynchronizedTestObject { cnt: 2 } base-call count: 111 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 012 result is StandardTestObject { cnt: 2 } base-call count: 114 Single call with PopFrame on FieldBasedTestObject { cnt: 0, TARGET_FIELD: 0 } base-call-count: 015 result is FieldBasedTestObject { cnt: 2, TARGET_FIELD: 10 } base-call count: 1[all …]
3 > Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 04 > result is StandardTestObject { cnt: 2 } base-call count: 16 > Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 07 > result is StandardTestObject { cnt: 1 } base-call count: 19 > Single call with PopFrame on ExceptionThrowTestObject { cnt: 0 } base-call-count: 011 > result is ExceptionThrowTestObject { cnt: 2 } base-call count: 113 > Single call with PopFrame on ExceptionCatchTestObject { cnt: 0 } base-call-count: 015 > result is ExceptionCatchTestObject { cnt: 1 } base-call count: 118 > Single call with PopFrame on ClassLoadObject { cnt: 0, curClass: 0} base-call-count: 026 > result is ClassLoadObject { cnt: 1, curClass: 1} base-call count: 1[all …]
3 < Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 04 < result is StandardTestObject { cnt: 2 } base-call count: 16 < Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 07 < result is StandardTestObject { cnt: 1 } base-call count: 19 < Single call with PopFrame on ExceptionThrowTestObject { cnt: 0 } base-call-count: 011 < result is ExceptionThrowTestObject { cnt: 2 } base-call count: 113 < Single call with PopFrame on ExceptionCatchTestObject { cnt: 0 } base-call-count: 015 < result is ExceptionCatchTestObject { cnt: 1 } base-call count: 118 < Single call with PopFrame on ClassLoadObject { cnt: 0, curClass: 0} base-call-count: 026 < result is ClassLoadObject { cnt: 1, curClass: 1} base-call count: 1[all …]
48 $(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_*)54 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/apex/com.android.runtime.apex)57 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib*/libandroidicu.so)58 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib*/libpac.so)60 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/nativetest*/art_libdexfile_support_tests/dex_file…61 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/nativetest*/)62 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/nativetest*/)[all …]
17 LOCAL_PATH := $(call my-dir)156 $(hide) $(call ART_TEST_PREREQ_FINISHED,$@)160 $(hide) $(call ART_TEST_PREREQ_FINISHED,$@)164 $(hide) $(call ART_TEST_PREREQ_FINISHED,$@)189 $(hide) $(call ART_TEST_PREREQ_FINISHED,$@)194 $(hide) $(call ART_TEST_PREREQ_FINISHED,$@)199 $(hide) $(call ART_TEST_PREREQ_FINISHED,$@)204 $(hide) $(call ART_TEST_PREREQ_FINISHED,$@)209 $(hide) $(call ART_TEST_PREREQ_FINISHED,$@)215 $(hide) $(call ART_TEST_PREREQ_FINISHED,$@)[all …]
1 Pre Start private method call3 Post Start private method call5 Pre Finish private method call7 Post Finish private method call8 Pre Start private method call10 Post Start private method call12 Pre Finish private method call14 Post Finish private method call15 Pre Start private method call - Transformed17 Post Start private method call - Transformed[all …]
1 Pre Start private method call3 Post Start private method call5 Pre Finish private method call7 Post Finish private method call8 Pre Start private method call10 Post Start private method call12 Pre Finish private method call14 Post Finish private method call15 pre Start private method call - Transformed17 post Start private method call - Transformed[all …]
1 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 …]
3 // Build rules for ART run-test `034-call-null`.16 name: "art-run-test-034-call-null",21 ":art-run-test-034-call-null-expected-stdout",22 ":art-run-test-034-call-null-expected-stderr",28 name: "art-run-test-034-call-null-expected-stdout",29 out: ["art-run-test-034-call-null-expected-stdout.txt"],36 name: "art-run-test-034-call-null-expected-stderr",37 out: ["art-run-test-034-call-null-expected-stderr.txt"],
2 NORMAL RUN: Single call with no interference on (ID: 0) StandardTestObject { cnt: 0 }4 Single call with force-early-return on (ID: 1) StandardTestObject { cnt: 0 }8 NORMAL RUN: Single call with no interference on (ID: 2) SynchronizedFunctionTestObject { cnt: 0 }10 Single call with force-early-return on (ID: 3) SynchronizedFunctionTestObject { cnt: 0 }14 NORMAL RUN: Single call with no interference on (ID: 4) SynchronizedTestObject { cnt: 0 }16 Single call with force-early-return on (ID: 5) SynchronizedTestObject { cnt: 0 }20 NORMAL RUN: Single call with no interference on (ID: 6) StandardTestObject { cnt: 0 }22 Single call with force-early-return on (ID: 7) StandardTestObject { cnt: 0 }26 NORMAL RUN: Single call with no interference on (ID: 8) FieldBasedTestObject { TARGET_FIELD: 0 }28 Single call with force-early-return on (ID: 9) FieldBasedTestObject { TARGET_FIELD: 0 }[all …]
2 About to call exception check3 About to call exception check4 About to call exception check5 About to call exception check
20 LOCAL_PATH := $(call my-dir)32 $(call intermediates-dir-for,SHARED_LIBRARIES,$(lib),HOST)/$(lib).so:lib64/$(lib).so \33 $(call intermediates-dir-for,SHARED_LIBRARIES,$(lib),HOST,,2ND)/$(lib).so:lib/$(lib).so) \35 $(call intermediates-dir-for,SHARED_LIBRARIES,$(lib),HOST)/$(lib).so:lib64/$(lib)-host.so \36 $(call intermediates-dir-for,SHARED_LIBRARIES,$(lib),HOST,,2ND)/$(lib).so:lib/$(lib)-host.so)63 $(foreach f,$(my_files),$(call word-colon,1,$f):out/host/linux-x86/$(call word-colon,2,$f))209 gtest_output := $(call intermediates-dir-for,PACKAGING,art-host-gtest,HOST)/$$(gtest_suffix).xml210 $$(call dist-for-goals,$$(gtest_rule),$$(gtest_output):gtest/$$(gtest_suffix))262 $(hide) ($$(call ART_TEST_SKIP,$$(NAME)) && \265 $$(call ART_TEST_PASSED,$$(NAME))) || $$(call ART_TEST_FAILED,$$(NAME))[all …]
72 ( $(call ART_TEST_ANNOUNCE_PASS,$(1)) && \101 && $(call ART_TEST_ANNOUNCE_RUN,$(1)) ) \104 && $(call ART_TEST_ANNOUNCE_SKIP_FAILURE,$(1)) ) \105 || $(call ART_TEST_ANNOUNCE_SKIP_BROKEN,$(1)) ) && false))
2 NORMAL RUN: Single call with no interference on (ID: 0) StandardTestObject { cnt: 0 }4 Single call with force-early-return on (ID: 1) StandardTestObject { cnt: 0 }8 NORMAL RUN: Single call with no interference on (ID: 2) SynchronizedFunctionTestObject { cnt: 0 }10 Single call with force-early-return on (ID: 3) SynchronizedFunctionTestObject { cnt: 0 }14 NORMAL RUN: Single call with no interference on (ID: 4) SynchronizedTestObject { cnt: 0 }16 Single call with force-early-return on (ID: 5) SynchronizedTestObject { cnt: 0 }20 NORMAL RUN: Single call with no interference on (ID: 6) StandardTestObject { cnt: 0 }22 Single call with force-early-return on (ID: 7) StandardTestObject { cnt: 0 }26 NORMAL RUN: Single call with no interference on (ID: 8) FieldBasedTestObject { TARGET_FIELD: 0, cnt…28 Single call with force-early-return on (ID: 9) FieldBasedTestObject { TARGET_FIELD: 0, cnt: 0 }[all …]
41 if (call == 100) { in deopt()42 call = 0; in deopt()45 call++; in deopt()54 static int call = 0; field in Main
132 call SYMBOL($func)145 call SYMBOL(MterpThreadFenceForConstructor)149 call SYMBOL(MterpSuspendCheck)159 call SYMBOL(MterpThreadFenceForConstructor)163 call SYMBOL(MterpSuspendCheck)174 call SYMBOL(MterpThreadFenceForConstructor)178 call SYMBOL(MterpSuspendCheck)
19 LOCAL_PATH := $(call my-dir)26 $(system_stub_dex): $(call resolve-prebuilt-sdk-jar-path,system_current) | $(ZIP2ZIP) $(DX)32 $(oahl_stub_dex): $(call get-prebuilt-sdk-dir,current)/org.apache.http.legacy.jar | $(ZIP2ZIP) $(DX)41 $(call intermediates-dir-for,PACKAGING,veridex,HOST)/veridex.zip69 $(call dist-for-goals,sdk,$(VERIDEX_FILES_PATH))