Searched refs:overrides (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/ |
H A D | doclet.py | 165 overrides = None 167 overrides, unknown = \ 171 return overrides 184 # check if there are overrides for whole class 195 overrides = self.parse_bench_overrides(value) 202 BenchFunc(name=f[0], return_type=ret_type, args=overrides, 394 def set_measure_overrides(self, *overrides) -> None: 396 for ovr in overrides:
|
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
H A D | genericBridgesLowering.cpp | 134 auto const overrides = [checker, relation, classDefinition](checker::Signature const *source, in ProcessScriptFunction() local 161 if (overrides(baseSignature1, signature) || checker->HasSameAssemblySignature(baseSignature1, signature)) { in ProcessScriptFunction() 167 if (derivedFunction == nullptr && overrides(signature, baseSignature2)) { in ProcessScriptFunction() 218 // Check if the derived class has any possible overrides of this method in CreateGenericBridges()
|
Completed in 2 milliseconds