Searched refs:callThrough (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/art/test/667-jit-jni-stub/src/ |
H A D | Main.java | 42 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 D | default_timeline_row_component_test.ts | 72 ).and.callThrough(); 139 ).and.callThrough(); 143 ).and.callThrough();
|
H A D | transition_timeline_component_test.ts | 205 ).and.callThrough();
|
/aosp_15_r20/development/tools/winscope/src/test/unit/ |
H A D | user_notifier_checker.ts | 25 this.userNotifierAdd = spyOn(UserNotifier, 'add').and.callThrough();
|
/aosp_15_r20/development/tools/winscope/src/test/ |
H A D | utils.ts | 81 spy.and.callThrough().and.callFake(() => {
|
/aosp_15_r20/development/tools/winscope/src/app/components/ |
H A D | snack_bar_opener_test.ts | 152 return spyOn(snackBar, 'openFromComponent').and.callThrough();
|
H A D | collect_traces_component_test.ts | 431 const spy = spyOn(connection, 'restartConnection').and.callThrough(); 466 const endSpy = spyOn(connection, 'endTrace').and.callThrough();
|
H A D | app_component_test.ts | 199 ).and.callThrough();
|
/aosp_15_r20/external/skia/modules/pathkit/tests/ |
H A D | path2d.spec.js | 160 spyOn(canvasCtx, 'quadraticCurveTo').and.callThrough();
|
/aosp_15_r20/development/tools/winscope/src/viewers/components/ |
H A D | tree_component_test.ts | 164 const spy = spyOn(treeNode, 'scrollIntoView').and.callThrough();
|
/aosp_15_r20/development/tools/winscope/src/viewers/components/rects/ |
H A D | canvas_test.ts | 235 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 D | hierarchy_presenter_test.ts | 388 const spy = spyOn(SimplifyNames.prototype, 'apply').and.callThrough();
|
/aosp_15_r20/development/tools/winscope/src/app/ |
H A D | mediator_test.ts | 218 spyOn(timelineData, 'initialize').and.callThrough(),
|