Home
last modified time | relevance | path

Searched refs:callThrough (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/art/test/667-jit-jni-stub/src/
H A DMain.java42 callThrough(Main.class, "doNothing"); in testCompilationUseAndCollection()
46 callThrough(Main.class, "testGcWithCallThroughStubOnStack"); in testCompilationUseAndCollection()
69 callThrough(Main.class, "testMixedFramesOnStackStage2"); in testMixedFramesOnStack()
81 callThrough(Main.class, "testMixedFramesOnStackStage3"); in testMixedFramesOnStackStage2()
106 callThrough(Main.class, "jitGc"); // JIT GC with callThrough() safely on the stack. in doJitGcsUntilFullJitGcIsScheduled()
122 callThrough(Main.class, "doNothing"); in ensureCompiledCallThroughEntrypoint()
154 public native static void callThrough(Class<?> cls, String methodName); in callThrough() method in Main
/aosp_15_r20/development/tools/winscope/src/app/components/timeline/expanded-timeline/
H A Ddefault_timeline_row_component_test.ts72 ).and.callThrough();
139 ).and.callThrough();
143 ).and.callThrough();
H A Dtransition_timeline_component_test.ts205 ).and.callThrough();
/aosp_15_r20/development/tools/winscope/src/test/unit/
H A Duser_notifier_checker.ts25 this.userNotifierAdd = spyOn(UserNotifier, 'add').and.callThrough();
/aosp_15_r20/development/tools/winscope/src/test/
H A Dutils.ts81 spy.and.callThrough().and.callFake(() => {
/aosp_15_r20/development/tools/winscope/src/app/components/
H A Dsnack_bar_opener_test.ts152 return spyOn(snackBar, 'openFromComponent').and.callThrough();
H A Dcollect_traces_component_test.ts431 const spy = spyOn(connection, 'restartConnection').and.callThrough();
466 const endSpy = spyOn(connection, 'endTrace').and.callThrough();
H A Dapp_component_test.ts199 ).and.callThrough();
/aosp_15_r20/external/skia/modules/pathkit/tests/
H A Dpath2d.spec.js160 spyOn(canvasCtx, 'quadraticCurveTo').and.callThrough();
/aosp_15_r20/development/tools/winscope/src/viewers/components/
H A Dtree_component_test.ts164 const spy = spyOn(treeNode, 'scrollIntoView').and.callThrough();
/aosp_15_r20/development/tools/winscope/src/viewers/components/rects/
H A Dcanvas_test.ts235 const mapDeleteSpy = spyOn(Map.prototype, 'delete').and.callThrough();
567 const mapDeleteSpy = spyOn(Map.prototype, 'delete').and.callThrough();
/aosp_15_r20/development/tools/winscope/src/viewers/common/
H A Dhierarchy_presenter_test.ts388 const spy = spyOn(SimplifyNames.prototype, 'apply').and.callThrough();
/aosp_15_r20/development/tools/winscope/src/app/
H A Dmediator_test.ts218 spyOn(timelineData, 'initialize').and.callThrough(),